2026-06-23 00:43:51 UTC
79.1 MB
production
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PORT8000
RUST_BACKTRACE1
[#000] sha256:f397efa33935aefd0ddecae5c2cb62ba75b3960f3717aa8aaf0e42c518feca61 - 36.1% (28.6 MB)
[#001] sha256:4749e0a562cad38913e2cff4787001a07ce36b77127edbda1eb730eef3db4fd2 - 0.0% (93 Bytes)
[#002] sha256:d572781cf7932e70e6f72dbae2180f3ced2fa3da50ea602547d61a768ee9e03a - 6.78% (5.37 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:cd8f1fe3270be4b1cc951724e4b19012b745f236ff26f03fcb1df909e39766c8 - 57.12% (45.2 MB)
/bin/sh -c #(nop) ARG RELEASE
2026-05-20 01:37:31 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-05-20 01:37:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-05-20 01:37:34 UTC/bin/sh -c #(nop) ADD file:08e1f650999ca51d9b63c782d658d9485c64263966d69dc423a3b64a16449f00 in /
2026-05-20 01:37:34 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-06-23 00:16:16 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-06-23 00:16:37 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-06-23 00:16:38 UTC (buildkit.dockerfile.v0)ARG APP_VERSION=0.16.1
2026-06-23 00:16:38 UTC (buildkit.dockerfile.v0)RUN |1 APP_VERSION=0.16.1 /bin/sh -c echo "Building release binary" # buildkit
2026-06-23 00:43:51 UTC (buildkit.dockerfile.v0)COPY /app/target/release/appflowy_cloud /usr/local/bin/appflowy_cloud # buildkit
2026-06-23 00:43:51 UTC (buildkit.dockerfile.v0)ENV APP_ENVIRONMENT=production
2026-06-23 00:43:51 UTC (buildkit.dockerfile.v0)ENV RUST_BACKTRACE=1
2026-06-23 00:43:51 UTC (buildkit.dockerfile.v0)ARG APPFLOWY_APPLICATION_PORT
2026-06-23 00:43:51 UTC (buildkit.dockerfile.v0)ARG PORT
2026-06-23 00:43:51 UTC (buildkit.dockerfile.v0)ENV PORT=8000
2026-06-23 00:43:51 UTC (buildkit.dockerfile.v0)EXPOSE [8000/tcp]
2026-06-23 00:43:51 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.