Namespace
appflowyinc
Image / Tag
appflowy_cloud:6fe4ba684fb282a9c8b5c47821be31897c5e128b
Content Digest
sha256:e491ef2910fc9f70e6a40a7639024fb8d9d8793326619dd14bcf165125bcac6f
Details
Created

2025-02-26 07:19:05 UTC

Size

47.7 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:7cf63256a31a4cc44f6defe8e1af95363aee5fa75f30a248d95cae684f87c53c - 56.42% (26.9 MB)

[#001] sha256:8dd8a1daaa585ba33f0f33ac24081348027826edcc235ca3bb5b9c079d4d035a - 0.0% (93 Bytes)

[#002] sha256:a8515521075251e0b42d8e0275ea984cf229c3f61229ce9ac21ab5f51cfd5f20 - 11.42% (5.45 MB)

[#003] sha256:d905ab62282978e1ebe504d24efc1c1daff0944e581caddb892cb36a0bd19c92 - 32.15% (15.3 MB)


History
2025-02-24 00:00:00 UTC (debuerreotype 0.15)

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

2025-02-26 07:01:34 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-02-26 07:01:43 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-02-26 07:19:05 UTC (buildkit.dockerfile.v0)

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

2025-02-26 07:19:05 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-02-26 07:19:05 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-02-26 07:19:05 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-02-26 07:19:05 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-02-26 07:19:05 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-02-26 07:19:05 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-02-26 07:19:05 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