2025-06-12 05:45:24 UTC
200 MB
production
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PORT8000
RUST_BACKTRACE1
[#000] sha256:b895f377d09e8ffeb527904a83b9f50e53af3ceeab123736408cf01ab05455f4 - 13.89% (27.8 MB)
[#001] sha256:cf3d7577d696acb6df7d7e981b8ebf533f8e47ac1fbd8676af4bdf41decc4a46 - 0.0% (93 Bytes)
[#002] sha256:af356bfd8a331f6d3c67d14f4d1112d98bb3c3e1cd59a9abb7fca5f2684b181f - 2.72% (5.45 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:99558ca543a23d5b70745f27bb12741d36fcd30eb182622b833b257d05d7e9cc - 83.38% (167 MB)
# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'
2025-06-12 05:36:08 UTC (buildkit.dockerfile.v0)WORKDIR /app
2025-06-12 05:36:18 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
2025-06-12 05:36:18 UTC (buildkit.dockerfile.v0)ARG PROFILE=debug
2025-06-12 05:36:18 UTC (buildkit.dockerfile.v0)RUN |1 PROFILE=debug /bin/sh -c echo "Building with profile: ${PROFILE}" # buildkit
2025-06-12 05:36:18 UTC (buildkit.dockerfile.v0)RUN |1 PROFILE=debug /bin/sh -c if [ "$PROFILE" = "release" ]; then echo "Using release binary"; else echo "Using debug binary"; fi # buildkit
2025-06-12 05:45:24 UTC (buildkit.dockerfile.v0)COPY /app/target/debug/appflowy_cloud /usr/local/bin/appflowy_cloud # buildkit
2025-06-12 05:45:24 UTC (buildkit.dockerfile.v0)ENV APP_ENVIRONMENT=production
2025-06-12 05:45:24 UTC (buildkit.dockerfile.v0)ENV RUST_BACKTRACE=1
2025-06-12 05:45:24 UTC (buildkit.dockerfile.v0)ARG APPFLOWY_APPLICATION_PORT
2025-06-12 05:45:24 UTC (buildkit.dockerfile.v0)ARG PORT
2025-06-12 05:45:24 UTC (buildkit.dockerfile.v0)ENV PORT=8000
2025-06-12 05:45:24 UTC (buildkit.dockerfile.v0)EXPOSE map[8000/tcp:{}]
2025-06-12 05:45:24 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.