Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.16.2-amd64
Content Digest
sha256:2767c52ac9cb818eb4b9487eeeaf709c8c4792246c36dd6ac94d0a67455625da
Details
Created

2026-06-23 02:38:40 UTC

Size

80.7 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:0e5f8475f38bbc351dc1b0148d9ea94bc5c5f2b710f72e96988b799b681a0b35 - 36.18% (29.2 MB)

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

[#002] sha256:c02d25a08c5b91f67b4f9d4f69dc201919e4e6bdf8e60e5db0d6e0cbb4f80062 - 6.85% (5.52 MB)

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

[#004] sha256:8888a1660e37e1d43dcde24fe73f5ee7b5e3970d826bd06d63f882e54fe30275 - 56.97% (45.9 MB)


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

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

2026-05-20 01:37:19 UTC

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

2026-05-20 01:37:19 UTC

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

2026-05-20 01:37:21 UTC

/bin/sh -c #(nop) ADD file:46ac5b8ee4c64ad9ebe840abd5619f571a617ac19483764d47d0eeba7907934f in /

2026-05-20 01:37:22 UTC

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

2026-06-23 02:13:04 UTC (buildkit.dockerfile.v0)

WORKDIR /app

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

ARG APP_VERSION=0.16.2

2026-06-23 02:13:17 UTC (buildkit.dockerfile.v0)

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

2026-06-23 02:38:40 UTC (buildkit.dockerfile.v0)

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

2026-06-23 02:38:40 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2026-06-23 02:38:40 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2026-06-23 02:38:40 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2026-06-23 02:38:40 UTC (buildkit.dockerfile.v0)

ARG PORT

2026-06-23 02:38:40 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2026-06-23 02:38:40 UTC (buildkit.dockerfile.v0)

EXPOSE [8000/tcp]

2026-06-23 02:38:40 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