Namespace
appflowyinc
Image / Tag
appflowy_cloud:v0.8.17-stateless-arm64v8
Content Digest
sha256:68f7af507512bdd7c90edd50fb822f8222568897f737ba2d7cfe9b6030c3cd11
Details
Created

2024-12-23 15:11:07 UTC

Size

47.6 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-12-23T12:03:44.698Z
  • 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
    35430c6be24b48021677ab2c340a61f079f4a00e
  • 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
    v0.8.17-stateless

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 - 56.24% (26.8 MB)

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

[#002] sha256:4aefb9ce8100fc7aac5f3c500d9ef44fedfc99ef6ea2d61a3593fbfbb5c09fc1 - 6.27% (2.98 MB)

[#003] sha256:04da3afe34d375faa23f62caf1a2502b851ebb24d5b6d9f6ac3edfb513040fbb - 37.48% (17.8 MB)


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

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

2024-12-23 12:03:50 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-23 12:05:22 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-23 15:11:07 UTC (buildkit.dockerfile.v0)

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

2024-12-23 15:11:07 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-12-23 15:11:07 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-23 15:11:07 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-12-23 15:11:07 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-23 15:11:07 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-12-23 15:11:07 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-12-23 15:11:07 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