Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.13.0-amd64
Content Digest
sha256:62aa75fa9dc09092d99c87716a284c17efffc50259d56c528ebbe0aedd1d1534
Details
Created

2026-03-04 07:07:16 UTC

Size

59 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:505b3596871dc848819564871685b867b9172d390f4cf2bb20cd66287220ff0c - 49.49% (29.2 MB)

[#001] sha256:b62f693a60e6596a8141999eef3df74bb1e8ac1c4ff62fef8bfb1e9953633b1a - 0.0% (92 Bytes)

[#002] sha256:ea8760840b31cb746cd93a69792068ffaf771ac46a738614e38dfba871c0c3a8 - 5.55% (3.27 MB)

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

[#004] sha256:945a905898f4180a28bd97decb946542a8c68f009cc1954a68251d9dd4a6c57e - 44.96% (26.5 MB)


History
2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:56 UTC

/bin/sh -c #(nop) ADD file:1ae27d2ef4369361104b699712f3897141e394785df5d193d67b44626f57eb87 in /

2026-02-10 16:49:57 UTC

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

2026-03-04 06:49:44 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-03-04 06:50:02 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-04 06:50:02 UTC (buildkit.dockerfile.v0)

ARG APP_VERSION=0.13.0

2026-03-04 06:50:02 UTC (buildkit.dockerfile.v0)

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

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

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

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

ENV APP_ENVIRONMENT=production

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

ENV RUST_BACKTRACE=1

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

ARG APPFLOWY_APPLICATION_PORT

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

ARG PORT

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

ENV PORT=8000

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

EXPOSE [8000/tcp]

2026-03-04 07:07:16 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