2026-03-03 11:51:59 UTC
58.9 MB
production
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PORT8000
RUST_BACKTRACE1
[#000] sha256:505b3596871dc848819564871685b867b9172d390f4cf2bb20cd66287220ff0c - 49.58% (29.2 MB)
[#001] sha256:04570e0c2c66820a9b2bab01b23ed119e045300d797cd200b7032fb8b582ed84 - 0.0% (91 Bytes)
[#002] sha256:39a7d877a1c0143e4be6b6219a8ce35c9136be438dfc77fc59f8e2f36a233645 - 5.56% (3.27 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:b30be3d3919b271c958c10e5471de3e49f88396a9e25b3f6c11b85915692d090 - 44.86% (26.4 MB)
/bin/sh -c #(nop) ARG RELEASE
2026-02-10 16:49:54 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-02-10 16:49:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2026-02-10 16:49:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-02-10 16:49:56 UTC/bin/sh -c #(nop) ADD file:1ae27d2ef4369361104b699712f3897141e394785df5d193d67b44626f57eb87 in /
2026-02-10 16:49:57 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-03-03 11:33:46 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-03-03 11:34:00 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-03-03 11:34:00 UTC (buildkit.dockerfile.v0)ARG APP_VERSION=0.12.10
2026-03-03 11:34:00 UTC (buildkit.dockerfile.v0)RUN |1 APP_VERSION=0.12.10 /bin/sh -c echo "Building release binary" # buildkit
2026-03-03 11:51:59 UTC (buildkit.dockerfile.v0)COPY /app/target/release/appflowy_cloud /usr/local/bin/appflowy_cloud # buildkit
2026-03-03 11:51:59 UTC (buildkit.dockerfile.v0)ENV APP_ENVIRONMENT=production
2026-03-03 11:51:59 UTC (buildkit.dockerfile.v0)ENV RUST_BACKTRACE=1
2026-03-03 11:51:59 UTC (buildkit.dockerfile.v0)ARG APPFLOWY_APPLICATION_PORT
2026-03-03 11:51:59 UTC (buildkit.dockerfile.v0)ARG PORT
2026-03-03 11:51:59 UTC (buildkit.dockerfile.v0)ENV PORT=8000
2026-03-03 11:51:59 UTC (buildkit.dockerfile.v0)EXPOSE [8000/tcp]
2026-03-03 11:51:59 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.