Namespace
appflowyinc
Image / Tag
appflowy_cloud:294e306b63ddf5bc8890ffac28a7e4b828e71d34
Content Digest
sha256:cc060a0b1fa630d66c54275e89bf8bb8a363c571db85e761f5fec664c55c3e81
Details
Created

2025-04-12 05:10:50 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.25% (26.9 MB)

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

[#002] sha256:4f739e49681737677b93491da809fdc2f03a61edcb323d5f51dbc938fd495fcf - 10.78% (5.45 MB)

[#003] sha256:0f3657489063cb3490cfeae4c6261032eb0307b2012635b7e7a88c39f802307b - 35.97% (18.2 MB)


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

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

2025-04-12 04:52:51 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-04-12 04:53:00 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-12 05:10:50 UTC (buildkit.dockerfile.v0)

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

2025-04-12 05:10:50 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-04-12 05:10:50 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-04-12 05:10:50 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-04-12 05:10:50 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-04-12 05:10:50 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-04-12 05:10:50 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-04-12 05:10:50 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