Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.10.2.patch-arm64v8
Content Digest
sha256:b73adceaa7d288be9b9d56a1b715a4d8b0241be784c44b019d6ff9f329a5f287
Details
Created

2026-01-13 02:13:22 UTC

Size

56.9 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:523b48785243ca070cac688f79ce69e72553b7fa45a53660d20a7b9a70637400 - 50.15% (28.6 MB)

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

[#002] sha256:adf3fe152dbdc0685134b0f06b920af211fd778e56db1b858ccc7b4ce0ea39ec - 5.77% (3.29 MB)

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

[#004] sha256:64ceed0c8937a24bd6af609dac632646a38a632de7015b8757663dd8071d9292 - 44.08% (25.1 MB)


History
2025-10-16 19:26:52 UTC

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

2025-10-16 19:26:52 UTC

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

2025-10-16 19:26:52 UTC

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

2025-10-16 19:26:52 UTC

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

2025-10-16 19:26:58 UTC

/bin/sh -c #(nop) ADD file:44fdb45bd3a8d9bd9c66b716aa0bb6ee11b6fbcceb59ee0eb54165785a35dfcb in /

2025-10-16 19:26:58 UTC

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

2026-01-13 01:54:45 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-01-13 01:55:08 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-13 01:55:08 UTC (buildkit.dockerfile.v0)

ARG APP_VERSION=0.10.2.patch

2026-01-13 01:55:08 UTC (buildkit.dockerfile.v0)

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

2026-01-13 02:13:22 UTC (buildkit.dockerfile.v0)

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

2026-01-13 02:13:22 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2026-01-13 02:13:22 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2026-01-13 02:13:22 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2026-01-13 02:13:22 UTC (buildkit.dockerfile.v0)

ARG PORT

2026-01-13 02:13:22 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2026-01-13 02:13:22 UTC (buildkit.dockerfile.v0)

EXPOSE [8000/tcp]

2026-01-13 02:13:22 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