Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.14.16-arm64v8
Content Digest
sha256:8543e66e1f87e5acfa1c2ba2350936f7d76aadd8a8df8e0fd31f6a1b8681a895
Details
Created

2026-04-04 07:50:26 UTC

Size

73.1 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:4063c7057777bcbe0700af76fbf015ba08cd5124d158647337aa97989e9ddcc3 - 39.06% (28.6 MB)

[#001] sha256:2629d25a7c5c61f4d2c831810db12e3f387b25d2c05d3c6c3b069ae33fcd79d7 - 0.0% (91 Bytes)

[#002] sha256:f59c3443c65657d4f8feb8d2041abb189ec2645600f134f331a315afbcfd40db - 4.5% (3.29 MB)

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

[#004] sha256:f5fc437e80d9b0257478f9c07e77c6d6cabab1b077ac74cde6db4f9ccae5fa08 - 56.44% (41.3 MB)


History
2026-02-23 17:19:30 UTC

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

2026-02-23 17:19:30 UTC

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

2026-02-23 17:19:30 UTC

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

2026-02-23 17:19:30 UTC

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

2026-02-23 17:19:32 UTC

/bin/sh -c #(nop) ADD file:2763d61bc43bd178306ae0d4151c2477166ebf199b8d7294d9ea410f9891993f in /

2026-02-23 17:19:33 UTC

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

2026-04-04 07:26:41 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-04-04 07:27:03 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-04-04 07:27:03 UTC (buildkit.dockerfile.v0)

ARG APP_VERSION=0.14.16

2026-04-04 07:27:03 UTC (buildkit.dockerfile.v0)

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

2026-04-04 07:50:26 UTC (buildkit.dockerfile.v0)

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

2026-04-04 07:50:26 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2026-04-04 07:50:26 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2026-04-04 07:50:26 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2026-04-04 07:50:26 UTC (buildkit.dockerfile.v0)

ARG PORT

2026-04-04 07:50:26 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2026-04-04 07:50:26 UTC (buildkit.dockerfile.v0)

EXPOSE [8000/tcp]

2026-04-04 07:50:26 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