Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.9.25-arm64v8
Content Digest
sha256:4b3b677a2a775a488bdb82a6775e092aeb5c16dc3962fe340f9f11f8ddbae530
Details
Created

2025-02-17 09:25:13 UTC

Size

47.5 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-02-17T09:05:01.685Z
  • org.opencontainers.image.description
    AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    316d058a5d2e28b33b2f91141bef397d5c2362bd
  • org.opencontainers.image.source
    https://github.com/AppFlowy-IO/AppFlowy-Cloud
  • org.opencontainers.image.title
    AppFlowy-Cloud
  • org.opencontainers.image.url
    https://github.com/AppFlowy-IO/AppFlowy-Cloud
  • org.opencontainers.image.version
    0.9.25

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:4d2547c084994a809c138e688fbe4ee14eedbc6e2defc5b1c680edd16e291473 - 56.34% (26.7 MB)

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

[#002] sha256:193c1cda77bf7596540c2752b2eec54c6eb51a78810a71883b79af7a4165cdb7 - 11.13% (5.28 MB)

[#003] sha256:5d6b9b9bb7374e703d9e46b2dfc8e0f1dbb3ec909ff9991ff34dd05130556e98 - 32.53% (15.4 MB)


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

# debian.sh --arch 'arm64' out/ 'bookworm' '@1738540800'

2025-02-17 09:05:13 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-02-17 09:05:32 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-17 09:25:13 UTC (buildkit.dockerfile.v0)

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

2025-02-17 09:25:13 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-02-17 09:25:13 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-02-17 09:25:13 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-02-17 09:25:13 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-02-17 09:25:13 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-02-17 09:25:13 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-02-17 09:25:13 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