Namespace
appflowyinc
Image / Tag
admin_frontend:0.9.21-arm64v8
Content Digest
sha256:cbcb43179c5981e10b73b052cd9a166f25da7cfbff13459167f93de04ea3afae
Details
Created

2025-02-05 04:00:28 UTC

Size

55.6 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-02-05T03:56:37.852Z
  • 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
    fd9424a350025f976de5023bff9381da8f1cb008
  • 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.21

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:106abeaee908db66722312b3379ae398e2bcc5b2fdad0cc248509efa14a819ff - 82.81% (46.1 MB)

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

[#002] sha256:9e09c935a73423cbf0a7cbb186caf2664b26b7a1cd6a9f46eee39040f8b6dad3 - 10.27% (5.71 MB)

[#003] sha256:33ef729b8d051036251421a74d11b81d99f488b1e70e2fcca8a0d13c9546c9b3 - 6.87% (3.82 MB)

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


History
2025-02-03 00:00:00 UTC (debuerreotype 0.15)

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

2025-02-05 03:56:47 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-02-05 03:57:03 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-02-05 04:00:28 UTC (buildkit.dockerfile.v0)

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

2025-02-05 04:00:28 UTC (buildkit.dockerfile.v0)

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

2025-02-05 04:00:28 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-02-05 04:00:28 UTC (buildkit.dockerfile.v0)

ENV RUST_LOG=info

2025-02-05 04:00:28 UTC (buildkit.dockerfile.v0)

ARG ADMIN_FRONTEND_PORT

2025-02-05 04:00:28 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-02-05 04:00:28 UTC (buildkit.dockerfile.v0)

ENV PORT=3000

2025-02-05 04:00:28 UTC (buildkit.dockerfile.v0)

EXPOSE map[3000/tcp:{}]

2025-02-05 04:00:28 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