Namespace
appflowyinc
Image / Tag
appflowy_cloud:c8f05b2923377e2dd4f56170b03a7806b7d3fffe
Content Digest
sha256:5dc45adb3b4a9d3f166c807e3a94ace8b8163e11138a23354847d53f53b251f4
Details
Created

2025-05-02 15:50:53 UTC

Size

50.6 MB

Content Digest
Labels
  • com.docker.compose.project
    appflowy-cloud
  • com.docker.compose.service
    appflowy_cloud
  • com.docker.compose.version
    2.27.1

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:254e724d77862dc53abbd3bf0e27f9d2f64293909cdd3d0aad6a8fe5a6680659 - 53.25% (26.9 MB)

[#001] sha256:69be38f0742cbcff35de14325c2f9b0ab14c7b464bbe8a895c7a305ebb3c52ab - 0.0% (93 Bytes)

[#002] sha256:264ec92b0cb659de7215f5d731d0fcc25bd39e4785a4b2871063d38da147f135 - 10.78% (5.45 MB)

[#003] sha256:04a274b252f6bd550b6e5848c0c0ab648ff84daca699ea32b2bee819e4ced0d2 - 35.97% (18.2 MB)


History
2025-04-28 00:00:00 UTC (debuerreotype 0.15)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'

2025-05-02 15:32:10 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-05-02 15:32:19 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

2025-05-02 15:50:53 UTC (buildkit.dockerfile.v0)

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

2025-05-02 15:50:53 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-05-02 15:50:53 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-05-02 15:50:53 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-05-02 15:50:53 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-05-02 15:50:53 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-05-02 15:50:53 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-05-02 15:50:53 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