Namespace
appflowyinc
Image / Tag
appflowy_cloud:19bf5465e63730da24c8433a9b6b03e3a9697b25
Content Digest
sha256:5a3e165ec4a576dcdff124f0a396b760aba6cfbc64dc2189ff1bc60ae374bd1d
Details
Created

2025-04-25 04:16:09 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:8a628cdd7ccc83e90e5a95888fcb0ec24b991141176c515ad101f12d6433eb96 - 53.21% (26.9 MB)

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

[#002] sha256:9620ca9636c47eb1bd1227eaec7ac385a0a07defb0f1a52eb622f10368160101 - 10.77% (5.45 MB)

[#003] sha256:5bb42296f8826332280501d872f9bb4c928459f73c80de56c5ec73a6302d98c6 - 36.02% (18.2 MB)


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

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

2025-04-25 03:57:44 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-04-25 03:57:53 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-04-25 04:16:09 UTC (buildkit.dockerfile.v0)

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

2025-04-25 04:16:09 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-04-25 04:16:09 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-04-25 04:16:09 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-04-25 04:16:09 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-04-25 04:16:09 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-04-25 04:16:09 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-04-25 04:16:09 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