Namespace
appflowyinc
Image / Tag
admin_frontend:0.7.18-amd64
Content Digest
sha256:c91c43fae59a0992078c0da9509c552ca31c61c34ae5cad343cbcb250a67691c
Details
Created

2024-11-17 05:32:08 UTC

Size

57.2 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-11-17T05:28:43.205Z
  • 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
    3799966f1235bceeb376defdcce036b82ea024a2
  • 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.7.18

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:b2b31b28ee3c96e96195c754f8679f690db4b18e475682d716122016ef056f39 - 82.65% (47.3 MB)

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

[#002] sha256:0c34c24bab15d0e88ca9c6b2b603d1ca7c21f2a5562eb469c3af7931b6ebcab4 - 10.26% (5.87 MB)

[#003] sha256:7c971ff5e37fc4ea2282e1504c951158dc2917cafcbe310f2026e6d8cf52dd57 - 7.04% (4.03 MB)

[#004] sha256:a9842fb22d3080e43417407d46d020e00a7c0476b5e29968248ad921ed79fce5 - 0.05% (28.3 KB)


History
2024-11-11 00:00:00 UTC (buildkit.dockerfile.v0)

ADD rootfs.tar.xz / # buildkit

2024-11-11 00:00:00 UTC (buildkit.dockerfile.v0)

CMD ["bash"]

2024-11-17 05:28:50 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-11-17 05:28:57 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-11-17 05:32:08 UTC (buildkit.dockerfile.v0)

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

2024-11-17 05:32:08 UTC (buildkit.dockerfile.v0)

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

2024-11-17 05:32:08 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-11-17 05:32:08 UTC (buildkit.dockerfile.v0)

ENV RUST_LOG=info

2024-11-17 05:32:08 UTC (buildkit.dockerfile.v0)

ARG ADMIN_FRONTEND_PORT

2024-11-17 05:32:08 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-11-17 05:32:08 UTC (buildkit.dockerfile.v0)

ENV PORT=3000

2024-11-17 05:32:08 UTC (buildkit.dockerfile.v0)

EXPOSE map[3000/tcp:{}]

2024-11-17 05:32: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