2026-04-08 12:11:38 UTC
46.7 MB
production
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PORT5001
RUST_BACKTRACE1
[#000] sha256:794395580f3d6cb923594525a6a5a98075c2cfc67fdf4a9ddc557084c3993a01 - 61.13% (28.6 MB)
[#001] sha256:2dc0f373731063f74b14bd3ca7ec712eac7f10aa6dcdfbbec8e20231df5ceeca - 0.0% (93 Bytes)
[#002] sha256:fc24b4859fac76a97cf73ed502961d1bb093130b32bb1c545e69a298315abfd0 - 7.04% (3.29 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:c3c80f351f4de08e0bde5274f7e142c42eefefd2e3cd8bb8d48898fbd391ceb6 - 31.82% (14.9 MB)
/bin/sh -c #(nop) ARG RELEASE
2026-04-03 15:15:14 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-04-03 15:15:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-04-03 15:15:17 UTC/bin/sh -c #(nop) ADD file:9bab986009eae65b5534b3547eb3a7d0a1564404426de350dfd183cf3a4ffa9f in /
2026-04-03 15:15:17 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-04-08 12:00:30 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-04-08 12:00:49 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:49 UTC (buildkit.dockerfile.v0)ARG APP_VERSION=0.14.17
2026-04-08 12:00:49 UTC (buildkit.dockerfile.v0)RUN |1 APP_VERSION=0.14.17 /bin/sh -c echo "Building release binary" # buildkit
2026-04-08 12:11:38 UTC (buildkit.dockerfile.v0)COPY /app/target/release/appflowy-ai /usr/local/bin/appflowy-ai # buildkit
2026-04-08 12:11:38 UTC (buildkit.dockerfile.v0)ENV APP_ENVIRONMENT=production
2026-04-08 12:11:38 UTC (buildkit.dockerfile.v0)ENV RUST_BACKTRACE=1
2026-04-08 12:11:38 UTC (buildkit.dockerfile.v0)ARG APPFLOWY_APPLICATION_PORT
2026-04-08 12:11:38 UTC (buildkit.dockerfile.v0)ARG PORT
2026-04-08 12:11:38 UTC (buildkit.dockerfile.v0)ENV PORT=5001
2026-04-08 12:11:38 UTC (buildkit.dockerfile.v0)EXPOSE [5001/tcp]
2026-04-08 12:11:38 UTC (buildkit.dockerfile.v0)CMD ["appflowy-ai"]
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.