Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.9.19-amd64
Content Digest
sha256:15efbdd8a8b6112155ca6fde41a02ce0570bb37a90bb29fea4274028a1028179
Details
Created

2025-02-02 02:38:14 UTC

Size

49.6 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-02-02T02:25:30.905Z
  • 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
    82409199f8ffa0166f2f5d9403ccd55831890549
  • 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.19

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:6635d7cebfd69dba284ad09e43b067a2e747ca7b134893560db7f22801dd42d8 - 0.0% (93 Bytes)

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

[#003] sha256:536f99b8c0016d0af394f519d6c390b3fbb11eb0c353596b54ea0fd7ef08accc - 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-02 02:25:37 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-02-02 02:25:47 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-02 02:38:14 UTC (buildkit.dockerfile.v0)

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

2025-02-02 02:38:14 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-02-02 02:38:14 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-02-02 02:38:14 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-02-02 02:38:14 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-02-02 02:38:14 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-02-02 02:38:14 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-02-02 02:38:14 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