Namespace
appflowyinc
Image / Tag
admin_frontend:0.8.15-stateless-arm64v8
Content Digest
sha256:12898977c19473bf9a6833e3aef839d8505236ef2ee687460aaeeda5e47aa072
Details
Created

2024-12-20 06:18:19 UTC

Size

55.6 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-12-20T05:28:32.971Z
  • 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
    8674c9f3ad6e24c53809ab444660f5bc2f0fafc6
  • 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.15-stateless

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PORT

3000

RUST_BACKTRACE

1

RUST_LOG

info


Layers

[#000] sha256:82312fccb35f18983647c1ea71154b98ae9893fb61ca4febe12d584a3ea9ad6d - 82.86% (46.1 MB)

[#001] sha256:085bfe1f6d6368ef99494a460dcd4a478a81a6f99186a984e7b8a828391db5ff - 0.0% (92 Bytes)

[#002] sha256:28a16d1e58db908b43b7bdb02e7d9f194c244098679a8fa0c2f4839a138719f8 - 10.27% (5.71 MB)

[#003] sha256:1ef31de19f8c4c24e222fcf7ba7f654aa9c43c7dc3086838145e68852c54b7f9 - 6.81% (3.79 MB)

[#004] sha256:ebbde0d96de18c3226832e908bb09a86fb5be66a98bad53375a7871a080e5acb - 0.05% (31.3 KB)


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

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

2024-12-20 05:28:38 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-20 05:29:06 UTC (buildkit.dockerfile.v0)

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

2024-12-20 06:18:19 UTC (buildkit.dockerfile.v0)

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

2024-12-20 06:18:19 UTC (buildkit.dockerfile.v0)

COPY /app/admin_frontend/assets /app/assets # buildkit

2024-12-20 06:18:19 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-20 06:18:19 UTC (buildkit.dockerfile.v0)

ENV RUST_LOG=info

2024-12-20 06:18:19 UTC (buildkit.dockerfile.v0)

ARG ADMIN_FRONTEND_PORT

2024-12-20 06:18:19 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-20 06:18:19 UTC (buildkit.dockerfile.v0)

ENV PORT=3000

2024-12-20 06:18:19 UTC (buildkit.dockerfile.v0)

EXPOSE map[3000/tcp:{}]

2024-12-20 06:18:19 UTC (buildkit.dockerfile.v0)

CMD ["admin_frontend"]

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