Namespace
appflowyinc
Image / Tag
admin_frontend:0.9.9-arm64v8
Content Digest
sha256:27c8692271e4f07c619709b009be1d59e6026fb7215d27353130c9c3b23a8c09
Details
Created

2025-01-12 15:55:08 UTC

Size

55.6 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-01-12T15:08:09.480Z
  • 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
    b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560
  • 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.9

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:ba1dd0e85e0bf7e5cb632a24bbc3ec0060700bc5be9273b05d7e059950225037 - 82.83% (46.1 MB)

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

[#002] sha256:57af060ebd949a6df8d41ee8c71a1565439d200f33a7b9f6ce9020e37dbadeff - 10.27% (5.71 MB)

[#003] sha256:b86bcf968fa74d32286fae6a542a72f87b63990e61fb21f8421f5de7547aaea6 - 6.84% (3.81 MB)

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


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

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

2025-01-12 15:08:18 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-01-12 15:08:44 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

2025-01-12 15:55:08 UTC (buildkit.dockerfile.v0)

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

2025-01-12 15:55:08 UTC (buildkit.dockerfile.v0)

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

2025-01-12 15:55:08 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-01-12 15:55:08 UTC (buildkit.dockerfile.v0)

ENV RUST_LOG=info

2025-01-12 15:55:08 UTC (buildkit.dockerfile.v0)

ARG ADMIN_FRONTEND_PORT

2025-01-12 15:55:08 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-01-12 15:55:08 UTC (buildkit.dockerfile.v0)

ENV PORT=3000

2025-01-12 15:55:08 UTC (buildkit.dockerfile.v0)

EXPOSE map[3000/tcp:{}]

2025-01-12 15:55:08 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