Namespace
appflowyinc
Image / Tag
admin_frontend:0.8.13-stateless-arm64v8
Content Digest
sha256:4db99585dd71671af804f3133546eaa3a3c169a42302b89c30dc0500939d5af5
Details
Created

2024-12-19 10:16:26 UTC

Size

55.6 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-12-19T09:26:48.620Z
  • 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
    1b17c8586bab20b4d265dcb4d1384d1e8e37051c
  • 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.13-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:18a103840e7401ff8809176b304ff26167787e915239b1b5a3b2a7fe95bb3f22 - 0.0% (93 Bytes)

[#002] sha256:8205a7b6014f8158bb7d3fb7af6f417b4915c50faeff443632ddffd2eb533c65 - 10.27% (5.71 MB)

[#003] sha256:9ee209637e774959878124c66c236df6241ab140dde40888da21c5fc09865e45 - 6.81% (3.79 MB)

[#004] sha256:760393214f7b394786f4af3bba21cefcbeb4540ffb4b80fe139c3101f590db11 - 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-19 09:26:56 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-19 09:27:25 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-19 10:16:26 UTC (buildkit.dockerfile.v0)

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

2024-12-19 10:16:26 UTC (buildkit.dockerfile.v0)

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

2024-12-19 10:16:26 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-19 10:16:26 UTC (buildkit.dockerfile.v0)

ENV RUST_LOG=info

2024-12-19 10:16:26 UTC (buildkit.dockerfile.v0)

ARG ADMIN_FRONTEND_PORT

2024-12-19 10:16:26 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-19 10:16:26 UTC (buildkit.dockerfile.v0)

ENV PORT=3000

2024-12-19 10:16:26 UTC (buildkit.dockerfile.v0)

EXPOSE map[3000/tcp:{}]

2024-12-19 10:16:26 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