2026-08-08 02:46:09 UTC
52.4 MB
production
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PORT5001
RUST_BACKTRACE1
[#000] sha256:39a120c374bd8c6387712ae60d413ed0e3cef76cd42f5622674708b0ef9a8872 - 55.76% (29.2 MB)
[#001] sha256:029747aae0b2758d3c521488983b94ef31fb54d40c4038561c66b61883ee50fe - 0.0% (93 Bytes)
[#002] sha256:89160154bec5aa91e34a81da6c7d27a69a0b940c9c30c68684170f5abcdbf324 - 10.55% (5.52 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:e9a35d7048f375dc016e3190808f1a1d97841b945ba3153f4a329f791cd220fd - 33.69% (17.6 MB)
/bin/sh -c #(nop) ARG RELEASE
2026-07-31 20:37:20 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-07-31 20:37:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-07-31 20:37:22 UTC/bin/sh -c #(nop) ADD file:d938ff3d4eee15d8600de84bf85eac6ecd0f20bc92dfe305dafbff0bdc974c0f in /
2026-07-31 20:37:23 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-08-08 02:35:56 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-08-08 02:36:10 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-08-08 02:36:10 UTC (buildkit.dockerfile.v0)ARG APP_VERSION=0.17.4
2026-08-08 02:36:10 UTC (buildkit.dockerfile.v0)RUN |1 APP_VERSION=0.17.4 /bin/sh -c echo "Building release binary" # buildkit
2026-08-08 02:46:09 UTC (buildkit.dockerfile.v0)COPY /app/target/release/appflowy-ai /usr/local/bin/appflowy-ai # buildkit
2026-08-08 02:46:09 UTC (buildkit.dockerfile.v0)ENV APP_ENVIRONMENT=production
2026-08-08 02:46:09 UTC (buildkit.dockerfile.v0)ENV RUST_BACKTRACE=1
2026-08-08 02:46:09 UTC (buildkit.dockerfile.v0)ARG APPFLOWY_APPLICATION_PORT
2026-08-08 02:46:09 UTC (buildkit.dockerfile.v0)ARG PORT
2026-08-08 02:46:09 UTC (buildkit.dockerfile.v0)ENV PORT=5001
2026-08-08 02:46:09 UTC (buildkit.dockerfile.v0)EXPOSE [5001/tcp]
2026-08-08 02:46:09 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.