Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.8.3-arm64v8
Content Digest
sha256:a2037b06c3a8b358df2bf2ab5dbec912057f3f921521d7f6273de68f57a6b762
Details
Created

2024-12-08 14:08:25 UTC

Size

47.9 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-12-08T09:08:07.804Z
  • 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
    a598aed5ec1f23405b7a071c3b701d00e6c4fb02
  • 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.8.3

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:bb3f2b52e6af242cee1bc6c19ce79e05544f8a1d13f5a6c1e828d98d2dbdc94e - 55.91% (26.8 MB)

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

[#002] sha256:5536ec89987951542db6b145865b57ac9be0adab995ad1f6a849fb048bebcda9 - 6.24% (2.98 MB)

[#003] sha256:d2b8142e6ff9eaa5436b37531a3b1b85ba840902c0cef934254d01d730838e1d - 37.86% (18.1 MB)


History
2024-12-02 00:00:00 UTC (debuerreotype 0.15)

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

2024-12-08 09:08:14 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-08 09:09:48 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends openssl ca-certificates && update-ca-certificates && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* # buildkit

2024-12-08 14:08:25 UTC (buildkit.dockerfile.v0)

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

2024-12-08 14:08:25 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-12-08 14:08:25 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-08 14:08:25 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-12-08 14:08:25 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-08 14:08:25 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-12-08 14:08:25 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-12-08 14:08:25 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