Namespace
appflowyinc
Image / Tag
admin_frontend:0.8.13-amd64
Content Digest
sha256:cd5da2c564e6830d75de5aae4143527d0ac2f138b8a1e2e7a2881a1ddca8e0fa
Details
Created

2024-12-19 05:03:41 UTC

Size

55.9 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-12-19T05:00:24.786Z
  • 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
    ea131f0baab67defe7591067357eced490072372
  • 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

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:fdf894e782a221820acf469d425b802be26aedb5e5d26ea80a650ff6a974d488 - 82.77% (46.3 MB)

[#001] sha256:0c51debd30dac3b9c3cf7bb8eff90decec6540631732054253f274d91ffb22c4 - 0.0% (91 Bytes)

[#002] sha256:21af326e69b9731252956f7319b421feee98a4466d74af7a2f74a187ab2451e0 - 10.5% (5.87 MB)

[#003] sha256:587c91cc216cf55f9496402573eb362914d3ce8d326bcc407207ae63101dcbc7 - 6.67% (3.73 MB)

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


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

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

2024-12-19 05:00:30 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-19 05:00:36 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 05:03:41 UTC (buildkit.dockerfile.v0)

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

2024-12-19 05:03:41 UTC (buildkit.dockerfile.v0)

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

2024-12-19 05:03:41 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-19 05:03:41 UTC (buildkit.dockerfile.v0)

ENV RUST_LOG=info

2024-12-19 05:03:41 UTC (buildkit.dockerfile.v0)

ARG ADMIN_FRONTEND_PORT

2024-12-19 05:03:41 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-19 05:03:41 UTC (buildkit.dockerfile.v0)

ENV PORT=3000

2024-12-19 05:03:41 UTC (buildkit.dockerfile.v0)

EXPOSE map[3000/tcp:{}]

2024-12-19 05:03:41 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