Namespace
appflowyinc
Image / Tag
admin_frontend:0.8.6-arm64v8
Content Digest
sha256:a4b40bcdbbe48a79125a0879cc696a0e6b1e0247cc67c2fba07a3a96fd5115c3
Details
Created

2024-12-11 02:19:55 UTC

Size

55.8 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-12-11T01:31:29.816Z
  • 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
    22887430e815d4b511f0513c577f4c47def858d3
  • 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.6

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.53% (46.1 MB)

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

[#002] sha256:dae98cd57a2d187568abf5722c093935f30622e0df99f949209d0564e1ca350d - 10.23% (5.71 MB)

[#003] sha256:6be8cc61a0907828390412d3330ad8b143c74007f7319adc3ddff0988372ce75 - 7.19% (4.02 MB)

[#004] sha256:1c3c611ce31793b6a0f950bf3c5db7e3d99b01d82c4d83bebf9d67fae0c834dd - 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-11 01:31:36 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-11 01:32: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

2024-12-11 02:19:55 UTC (buildkit.dockerfile.v0)

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

2024-12-11 02:19:55 UTC (buildkit.dockerfile.v0)

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

2024-12-11 02:19:55 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-11 02:19:55 UTC (buildkit.dockerfile.v0)

ENV RUST_LOG=info

2024-12-11 02:19:55 UTC (buildkit.dockerfile.v0)

ARG ADMIN_FRONTEND_PORT

2024-12-11 02:19:55 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-11 02:19:55 UTC (buildkit.dockerfile.v0)

ENV PORT=3000

2024-12-11 02:19:55 UTC (buildkit.dockerfile.v0)

EXPOSE map[3000/tcp:{}]

2024-12-11 02:19:55 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