Namespace
appflowyinc
Image / Tag
appflowy_cloud:46e2c7241e6217b89b95c7fc2e4ffe8948897d96
Content Digest
sha256:0a72f4775da418f7ea5bfec38ccedb23877cf7226e6704c88adbc84d4995e771
Details
Created

2025-04-17 04:48:17 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:3bbe3834d931567d93229c0523233f4421bd9d07ee0769f08f0ba19e3c284c00 - 0.0% (91 Bytes)

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

[#003] sha256:bb62694615f7ee550d1492e1e09e0d00d27bce4188cb17fd159e40a9e12415b9 - 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-17 04:30:39 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-04-17 04:30:48 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-17 04:48:17 UTC (buildkit.dockerfile.v0)

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

2025-04-17 04:48:17 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-04-17 04:48:17 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-04-17 04:48:17 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-04-17 04:48:17 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-04-17 04:48:17 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-04-17 04:48:17 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-04-17 04:48:17 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