Namespace
appflowyinc
Image / Tag
appflowy_cloud:latest-arm64v8
Content Digest
sha256:14c44eade0fb8df20d158c0b382a9aa64c8f24b4b86f39b5d1d760ddbcb8ae11
Details
Created

2026-08-31 14:08:56 UTC

Size

93 MB

Content Digest
Labels
  • org.opencontainers.image.version
    24.04

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:9d294370662d7b00e52afa80381870891db8ea73a1c3de0aab6e3e3e05ed9167 - 30.71% (28.6 MB)

[#001] sha256:e03df6413ceff0d0ff91d8e00b7dfb3517a86f3f630efc01b7db055f6d5454d7 - 0.0% (93 Bytes)

[#002] sha256:3feb9095029532b6e3e25798181cfcdfcaa08b28daff6e72c39bc777468cd862 - 5.81% (5.41 MB)

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

[#004] sha256:5c1b7da01a3db1093989880ef4f7a7429b414237cd2b661ff6f2423fff9358a7 - 63.47% (59.1 MB)


History
2026-08-17 13:11:31 UTC

/bin/sh -c #(nop) ARG RELEASE

2026-08-17 13:11:31 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2026-08-17 13:11:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2026-08-17 13:11:34 UTC

/bin/sh -c #(nop) ADD file:0387b3d029de8fa08641ccfaa44c6a4ad07b93035420d53b49783ea27527d153 in /

2026-08-17 13:11:34 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2026-08-31 13:46:18 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-08-31 13:46:30 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-31 13:46:30 UTC (buildkit.dockerfile.v0)

ARG APP_VERSION=0.18.2

2026-08-31 13:46:30 UTC (buildkit.dockerfile.v0)

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

2026-08-31 14:08:56 UTC (buildkit.dockerfile.v0)

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

2026-08-31 14:08:56 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2026-08-31 14:08:56 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2026-08-31 14:08:56 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2026-08-31 14:08:56 UTC (buildkit.dockerfile.v0)

ARG PORT

2026-08-31 14:08:56 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2026-08-31 14:08:56 UTC (buildkit.dockerfile.v0)

EXPOSE [8000/tcp]

2026-08-31 14:08:56 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