Namespace
appflowyinc
Image / Tag
appflowy_cloud:4ed5b367eac5ae9ffd603812e2fea26b3ed3da7a
Content Digest
sha256:879e5905eed5965c4124a0d174264783407858a373f67b39666c5ec5d3dcbda4
Details
Created

2025-02-03 09:27:27 UTC

Size

49.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:af302e5c37e9dc1dbe2eadc8f5059d82a914066b541b0d1a6daa91d0cc55057d - 54.22% (26.9 MB)

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

[#002] sha256:c469ed8c1eb130c160b7908ec9c808a081268434a9a772bf8bea19694dc9227c - 10.98% (5.45 MB)

[#003] sha256:a7c989fcacca1f4f9185b91bbbc3debdc16667dacfbce3841b6c3f2c320ca4a9 - 34.8% (17.3 MB)


History
2025-01-13 00:00:00 UTC (debuerreotype 0.15)

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

2025-02-03 09:05:52 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-02-03 09:06:01 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-03 09:27:27 UTC (buildkit.dockerfile.v0)

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

2025-02-03 09:27:27 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-02-03 09:27:27 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-02-03 09:27:27 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-02-03 09:27:27 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-02-03 09:27:27 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-02-03 09:27:27 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-02-03 09:27: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