Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.10.2-amd64
Content Digest
sha256:0b76f4aad206786716a9d3639b1d15c86d7c5a3f5c4711240523058ec0f780f9
Details
Created

2026-01-07 05:56:36 UTC

Size

59.2 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:0cd34018496fb81f0f686be1fc702a09c2f3c5e6dcfa4800f2a4b95ce62105b1 - 46.97% (27.8 MB)

[#001] sha256:104e111942ff78d1393935217f4988f41406f88e8c95d6495bc0ed316dec32b4 - 0.0% (92 Bytes)

[#002] sha256:2bb22d7b5bfc77005c7b7f43cb825076b0c19f7c4af91ba24955cbd39fe7dd2b - 9.21% (5.45 MB)

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

[#004] sha256:1d42183b33178ec33fec27b87a7aee65be5c2105da1abcfc8cfaa6241b9ad9e0 - 43.82% (25.9 MB)


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

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

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

WORKDIR /app

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

ARG APP_VERSION=0.10.2

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

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

2026-01-07 05:56:36 UTC (buildkit.dockerfile.v0)

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

2026-01-07 05:56:36 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2026-01-07 05:56:36 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2026-01-07 05:56:36 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2026-01-07 05:56:36 UTC (buildkit.dockerfile.v0)

ARG PORT

2026-01-07 05:56:36 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2026-01-07 05:56:36 UTC (buildkit.dockerfile.v0)

EXPOSE [8000/tcp]

2026-01-07 05:56:36 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