2024-10-01 08:30:32 UTC
47.5 MB
production
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PORT8000
RUST_BACKTRACE1
[#000] sha256:14c9d9d199323cbf0a4c2347a8af85f2875c1f2c26a1558fd34dfca7a26cff22 - 58.54% (27.8 MB)
[#001] sha256:f88d1db9a47650310e56ecc5d08d0eba7465712bbb81a3e6daab4bf4fccfd640 - 0.0% (93 Bytes)
[#002] sha256:eeb29d36d9b473e988ac007430b136cbfd887cfbda31d43648a623ab85be9929 - 6.67% (3.17 MB)
[#003] sha256:9d568a1bd22cc9283ce9a5d6be3969ca425589e3045be06fa0cd745379c2189f - 34.78% (16.5 MB)
/bin/sh -c #(nop) ADD file:28df1cb6a6576d40b5226851d0a6a76ffd5d1c94644ee441490b74a90f29f425 in /
2024-09-27 04:38:18 UTC/bin/sh -c #(nop) CMD ["bash"]
2024-10-01 05:30:38 UTC (buildkit.dockerfile.v0)WORKDIR /app
2024-10-01 05:32:08 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends openssl ca-certificates && update-ca-certificates && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* # buildkit
2024-10-01 08:30:32 UTC (buildkit.dockerfile.v0)COPY /app/target/release/appflowy_cloud /usr/local/bin/appflowy_cloud # buildkit
2024-10-01 08:30:32 UTC (buildkit.dockerfile.v0)ENV APP_ENVIRONMENT=production
2024-10-01 08:30:32 UTC (buildkit.dockerfile.v0)ENV RUST_BACKTRACE=1
2024-10-01 08:30:32 UTC (buildkit.dockerfile.v0)ARG APPFLOWY_APPLICATION_PORT
2024-10-01 08:30:32 UTC (buildkit.dockerfile.v0)ARG PORT
2024-10-01 08:30:32 UTC (buildkit.dockerfile.v0)ENV PORT=8000
2024-10-01 08:30:32 UTC (buildkit.dockerfile.v0)EXPOSE map[8000/tcp:{}]
2024-10-01 08:30:32 UTC (buildkit.dockerfile.v0)CMD ["appflowy_cloud"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.