2026-03-14 14:47:43 UTC
49.5 MB
production
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PORT5001
RUST_BACKTRACE1
[#000] sha256:505b3596871dc848819564871685b867b9172d390f4cf2bb20cd66287220ff0c - 58.95% (29.2 MB)
[#001] sha256:ba59a1c4faf132494fb3d9a6774bf72f06051fc95f3545546d97c78400b6b0d9 - 0.0% (93 Bytes)
[#002] sha256:7305542080e428fa26354ceebde50e16e30fb8e3b41826cee556438546e4797a - 6.93% (3.43 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:2ba32a8c31b5a02cab8820bd0b3355cb089f2829df91a000faa91a32e6702bc6 - 34.12% (16.9 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-14 14:39:46 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-03-14 14:39:59 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends openssl ca-certificates curl libpq5 && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* # buildkit
2026-03-14 14:40:00 UTC (buildkit.dockerfile.v0)ARG APP_VERSION=0.13.5
2026-03-14 14:40:00 UTC (buildkit.dockerfile.v0)RUN |1 APP_VERSION=0.13.5 /bin/sh -c echo "Building release binary" # buildkit
2026-03-14 14:47:43 UTC (buildkit.dockerfile.v0)COPY /app/target/release/appflowy-ai /usr/local/bin/appflowy-ai # buildkit
2026-03-14 14:47:43 UTC (buildkit.dockerfile.v0)ENV APP_ENVIRONMENT=production
2026-03-14 14:47:43 UTC (buildkit.dockerfile.v0)ENV RUST_BACKTRACE=1
2026-03-14 14:47:43 UTC (buildkit.dockerfile.v0)ARG APPFLOWY_APPLICATION_PORT
2026-03-14 14:47:43 UTC (buildkit.dockerfile.v0)ARG PORT
2026-03-14 14:47:43 UTC (buildkit.dockerfile.v0)ENV PORT=5001
2026-03-14 14:47:43 UTC (buildkit.dockerfile.v0)EXPOSE [5001/tcp]
2026-03-14 14:47:43 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.