Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.15.22-arm64v8
Content Digest
sha256:71471a10e7c84c091a3bee7e792909d41cc90f55cb237356f95518345ed16be3
Details
Created

2026-06-02 12:48:42 UTC

Size

75.4 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:f397efa33935aefd0ddecae5c2cb62ba75b3960f3717aa8aaf0e42c518feca61 - 37.9% (28.6 MB)

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

[#002] sha256:32e377ed1e08306fcb7ba7f04330417d92d2f69218779e38580c3c250e4602fa - 4.37% (3.29 MB)

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

[#004] sha256:b711fdac43bd19bac418efb6625217fbb4ad91cdb2bfb6ee311ec32ff81f60e4 - 57.74% (43.5 MB)


History
2026-05-20 01:37:31 UTC

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

2026-05-20 01:37:31 UTC

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

2026-05-20 01:37:31 UTC

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

2026-05-20 01:37:34 UTC

/bin/sh -c #(nop) ADD file:08e1f650999ca51d9b63c782d658d9485c64263966d69dc423a3b64a16449f00 in /

2026-05-20 01:37:34 UTC

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

2026-06-02 12:22:59 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-06-02 12:23:16 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-06-02 12:23:16 UTC (buildkit.dockerfile.v0)

ARG APP_VERSION=0.15.22

2026-06-02 12:23:16 UTC (buildkit.dockerfile.v0)

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

2026-06-02 12:48:42 UTC (buildkit.dockerfile.v0)

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

2026-06-02 12:48:42 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2026-06-02 12:48:42 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2026-06-02 12:48:42 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2026-06-02 12:48:42 UTC (buildkit.dockerfile.v0)

ARG PORT

2026-06-02 12:48:42 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2026-06-02 12:48:42 UTC (buildkit.dockerfile.v0)

EXPOSE [8000/tcp]

2026-06-02 12:48:42 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