2026-04-29 12:19:25 UTC
75.2 MB
production
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PORT8000
RUST_BACKTRACE1
[#000] sha256:2f7571f14c6ff1d57c690bd1924fd1e125936eb144dc51eb20b4172776a5c743 - 38.83% (29.2 MB)
[#001] sha256:f8d0a17d796ece2b0bfb87f83f86520fda798d845344b3bea893da017a4d5ba4 - 0.0% (92 Bytes)
[#002] sha256:1d04693cc4abb824dd30d8bb6ffa06ff40f45909b9e7be31f5548b9d8f13af2f - 4.35% (3.27 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:21ddff22986ff254da862e3731fc4ea3ced9c307dd426b8aa170916e3fabf3af - 56.82% (42.7 MB)
/bin/sh -c #(nop) ARG RELEASE
2026-04-10 06:49:15 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-04-10 06:49:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-04-10 06:49:17 UTC/bin/sh -c #(nop) ADD file:8ce1caf246e7c778bca84c516d02fd4e83766bb2c530a0fffa8a351b560a2728 in /
2026-04-10 06:49:18 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-04-29 11:57:16 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-04-29 11:57:31 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-29 11:57:31 UTC (buildkit.dockerfile.v0)ARG APP_VERSION=0.15.10
2026-04-29 11:57:31 UTC (buildkit.dockerfile.v0)RUN |1 APP_VERSION=0.15.10 /bin/sh -c echo "Building release binary" # buildkit
2026-04-29 12:19:25 UTC (buildkit.dockerfile.v0)COPY /app/target/release/appflowy_cloud /usr/local/bin/appflowy_cloud # buildkit
2026-04-29 12:19:25 UTC (buildkit.dockerfile.v0)ENV APP_ENVIRONMENT=production
2026-04-29 12:19:25 UTC (buildkit.dockerfile.v0)ENV RUST_BACKTRACE=1
2026-04-29 12:19:25 UTC (buildkit.dockerfile.v0)ARG APPFLOWY_APPLICATION_PORT
2026-04-29 12:19:25 UTC (buildkit.dockerfile.v0)ARG PORT
2026-04-29 12:19:25 UTC (buildkit.dockerfile.v0)ENV PORT=8000
2026-04-29 12:19:25 UTC (buildkit.dockerfile.v0)EXPOSE [8000/tcp]
2026-04-29 12:19:25 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.