Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.8.10-amd64
Content Digest
sha256:e4f4d89a94d5013ef716f40f71e9fed3fe6f43b9fd9332a621ae1becd0af87c4
Details
Created

2024-12-17 06:45:33 UTC

Size

47.1 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-12-17T06:26:36.031Z
  • 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
    8efffef088e057ebb7860cde5766516baca2e1eb
  • 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.10

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:bc0965b23a04fe7f2d9fb20f597008fcf89891de1c705ffc1c80483a1f098e4f - 57.11% (26.9 MB)

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

[#002] sha256:53db5c2e841ee9f046902a97a9b3a531072a37cdea27d8ba65c230fba0cf45d8 - 6.69% (3.15 MB)

[#003] sha256:2423b38d3e3b3e093c1efd70b6a46a30a187d390e6907aa7eadc51a40de072c7 - 36.2% (17.1 MB)


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

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

2024-12-17 06:26:41 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-17 06:26:50 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-17 06:45:33 UTC (buildkit.dockerfile.v0)

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

2024-12-17 06:45:33 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-12-17 06:45:33 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-17 06:45:33 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-12-17 06:45:33 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-17 06:45:33 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-12-17 06:45:33 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-12-17 06:45:33 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