2026-04-08 12:22:24 UTC
74.4 MB
production
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PORT8000
RUST_BACKTRACE1
[#000] sha256:8c4a2c659b41a7ee5d843a17b83f99781568398a44d2f600ff333f820ea50927 - 39.22% (29.2 MB)
[#001] sha256:0391d12928a2344830f980d14f280b9cf91e3faccc54863b28557c2b544718df - 0.0% (93 Bytes)
[#002] sha256:963b80c16fb69fb4e160262825727ee659084792847ccb9894aa37ba9c1e9503 - 4.4% (3.27 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:4fe64b9bd34a8c795859e58b411457ebc626bb0410faf0d294ef8a790edb6e25 - 56.38% (42 MB)
/bin/sh -c #(nop) ARG RELEASE
2026-04-03 15:16:40 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-04-03 15:16:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-04-03 15:16:42 UTC/bin/sh -c #(nop) ADD file:0f6466425c4f1800aae9224ddc3437b90c829cea58fb8edd5dde2f1eb0ee28da in /
2026-04-03 15:16:43 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-04-08 12:00:19 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-04-08 12:00:33 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends openssl ca-certificates curl && update-ca-certificates && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* # buildkit
2026-04-08 12:00:33 UTC (buildkit.dockerfile.v0)ARG APP_VERSION=0.14.17
2026-04-08 12:00:33 UTC (buildkit.dockerfile.v0)RUN |1 APP_VERSION=0.14.17 /bin/sh -c echo "Building release binary" # buildkit
2026-04-08 12:22:24 UTC (buildkit.dockerfile.v0)COPY /app/target/release/appflowy_cloud /usr/local/bin/appflowy_cloud # buildkit
2026-04-08 12:22:24 UTC (buildkit.dockerfile.v0)ENV APP_ENVIRONMENT=production
2026-04-08 12:22:24 UTC (buildkit.dockerfile.v0)ENV RUST_BACKTRACE=1
2026-04-08 12:22:24 UTC (buildkit.dockerfile.v0)ARG APPFLOWY_APPLICATION_PORT
2026-04-08 12:22:24 UTC (buildkit.dockerfile.v0)ARG PORT
2026-04-08 12:22:24 UTC (buildkit.dockerfile.v0)ENV PORT=8000
2026-04-08 12:22:24 UTC (buildkit.dockerfile.v0)EXPOSE [8000/tcp]
2026-04-08 12:22:24 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.