Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.10.2-arm64v8
Content Digest
sha256:aba02ca9b15258343def4c216e8e4a2f043d57f4f542e777dec643f074552394
Details
Created

2026-01-07 05:57:40 UTC

Size

58.4 MB

Content Digest
Environment
APP_ENVIRONMENT

production

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PORT

8000

RUST_BACKTRACE

1


Layers

[#000] sha256:b156da58ef2aaadbdcfd8be888edbca9b10893d46dcb29677b922de7d438f96b - 47.67% (27.9 MB)

[#001] sha256:485d0a57714cb4b74d09fd17594e9af6afc786d0aa91b8f2c64660d4ae4ccd70 - 0.0% (92 Bytes)

[#002] sha256:c336a3af57f3d75bb1bd4b9250e52384d32be1e618e311d280fe61d522b24511 - 9.09% (5.31 MB)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:45b1582216a9d4e05cd7eb5cfdcc036ec45f27af945dd8776689ebb9744c83dc - 43.25% (25.3 MB)


History
2025-12-29 00:00:00 UTC (debuerreotype 0.17)

# debian.sh --arch 'arm64' out/ 'bookworm' '@1766966400'

2026-01-07 05:39:32 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-01-07 05:39:47 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-01-07 05:39:47 UTC (buildkit.dockerfile.v0)

ARG APP_VERSION=0.10.2

2026-01-07 05:39:47 UTC (buildkit.dockerfile.v0)

RUN |1 APP_VERSION=0.10.2 /bin/sh -c echo "Building release binary" # buildkit

2026-01-07 05:57:40 UTC (buildkit.dockerfile.v0)

COPY /app/target/release/appflowy_cloud /usr/local/bin/appflowy_cloud # buildkit

2026-01-07 05:57:40 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2026-01-07 05:57:40 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2026-01-07 05:57:40 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2026-01-07 05:57:40 UTC (buildkit.dockerfile.v0)

ARG PORT

2026-01-07 05:57:40 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2026-01-07 05:57:40 UTC (buildkit.dockerfile.v0)

EXPOSE [8000/tcp]

2026-01-07 05:57:40 UTC (buildkit.dockerfile.v0)

CMD ["appflowy_cloud"]

Danger Zone
Delete Tag

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.

Delete