Namespace
appflowyinc
Image / Tag
appflowy_cloud:4fcf13c708140f1574350d81ad4f75d138298ee9
Content Digest
sha256:f61cf979d8ea1418f728ef3186a1ebb8b8c8245c9a43215af1be122b5732dd11
Details
Created

2025-05-02 16:59:27 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:25e7bf1749d8c3d5a4495255423d1b17844f52ab79a4083cd3353a32bda186ee - 0.0% (93 Bytes)

[#002] sha256:444f469dd10749367557ad8141c6759f62be3dff0e9e40252c933e737b99df08 - 10.78% (5.45 MB)

[#003] sha256:fb634877bce0e8b58616551e91d1d4af4cf45420ddb83efa0bbfdd2244c0335a - 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 16:41:01 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-05-02 16:41:10 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 16:59:27 UTC (buildkit.dockerfile.v0)

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

2025-05-02 16:59:27 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-05-02 16:59:27 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-05-02 16:59:27 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-05-02 16:59:27 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-05-02 16:59:27 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-05-02 16:59:27 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-05-02 16:59:27 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