Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.13.1-arm64v8
Content Digest
sha256:df20c417ce5be25d430df1f4618bc1959d06c3679db8fd287c3c68bd05e07e5b
Details
Created

2026-03-06 13:56:45 UTC

Size

57.8 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • 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:2b9585699ff18902e5ef5934bec991e3625662a47e9eac5ec04b41b7284713c0 - 49.42% (28.6 MB)

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

[#002] sha256:3ac417c247d70cd1204285369b9a99fae7ab62cd524de8c15a41ab86483b908f - 5.7% (3.29 MB)

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

[#004] sha256:4e212dcbd57606017678b3ac3561358e9df369d8d2bcd5041bc1df4fea8f9fbe - 44.88% (25.9 MB)


History
2026-02-10 16:52:26 UTC

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

2026-02-10 16:52:26 UTC

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

2026-02-10 16:52:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2026-02-10 16:52:27 UTC

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

2026-02-10 16:52:29 UTC

/bin/sh -c #(nop) ADD file:25d708bf0b30ddee20c0b2764034e065aca922cafd48eb9c662e35ba02ccf1de in /

2026-02-10 16:52:29 UTC

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

2026-03-06 13:36:34 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-03-06 13:36:54 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-03-06 13:36:54 UTC (buildkit.dockerfile.v0)

ARG APP_VERSION=0.13.1

2026-03-06 13:36:54 UTC (buildkit.dockerfile.v0)

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

2026-03-06 13:56:45 UTC (buildkit.dockerfile.v0)

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

2026-03-06 13:56:45 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2026-03-06 13:56:45 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2026-03-06 13:56:45 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2026-03-06 13:56:45 UTC (buildkit.dockerfile.v0)

ARG PORT

2026-03-06 13:56:45 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2026-03-06 13:56:45 UTC (buildkit.dockerfile.v0)

EXPOSE [8000/tcp]

2026-03-06 13:56:45 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