Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.10.2.patch-amd64
Content Digest
sha256:0214b4d197218dab9be5190e03125689f7df7183250116e36380851fd8ee1a81
Details
Created

2026-01-13 02:11:07 UTC

Size

58.2 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:02de03a7213b62b792ec66a7efb8c86c4117ca00fb8651facf8ecfe33044b485 - 50.17% (29.2 MB)

[#001] sha256:1a293cad17de2345ecbd9b0e9f35d3579c826d2aff0eceb94d79c745640a4d8e - 0.0% (93 Bytes)

[#002] sha256:4d6e0c441b73807d430d7f038a6b97784399ba394d51138e890b042904e0ddba - 5.62% (3.27 MB)

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

[#004] sha256:f87c7c29210607a5376e0ddbe40761f5157711ffdc3ab845d56a279e54f68bda - 44.21% (25.7 MB)


History
2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:01 UTC

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

2025-10-16 19:23:03 UTC

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

2025-10-16 19:23:03 UTC

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

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

WORKDIR /app

2026-01-13 01:54:48 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:54:49 UTC (buildkit.dockerfile.v0)

ARG APP_VERSION=0.10.2.patch

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

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

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

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

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

ENV APP_ENVIRONMENT=production

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

ENV RUST_BACKTRACE=1

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

ARG APPFLOWY_APPLICATION_PORT

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

ARG PORT

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

ENV PORT=8000

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

EXPOSE [8000/tcp]

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