Namespace
appflowyinc
Image / Tag
admin_frontend:v0.7.2-amd64
Content Digest
sha256:ea7417b499adcec914b478e8042daaf21a28e6146065f053575989d68d17d240
Details
Created

2024-11-05 08:30:24 UTC

Size

57.2 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-11-05T08:26:59.068Z
  • 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
    6a1d227929f0e3eb7b0ee9b27c52a4e08584c393
  • 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
    v0.7.2

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

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

[#002] sha256:20127df8a363966aff68f5430e1d673c9e54c358cdc5606e23b62286f93d87db - 10.26% (5.87 MB)

[#003] sha256:0d5715670d256e8e7ac6f26a53cbfe82087c96d30fbfa3cddf6021af60d41869 - 7.04% (4.03 MB)

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


History
2024-10-17 00:20:17 UTC

/bin/sh -c #(nop) ADD file:b4987bca8c4c4c640d6b71dcccfd7172b44771e0f851a47d05c00c2bdcd204f6 in /

2024-10-17 00:20:17 UTC

/bin/sh -c #(nop) CMD ["bash"]

2024-11-05 08:27:07 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-11-05 08:27:14 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-05 08:30:24 UTC (buildkit.dockerfile.v0)

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

2024-11-05 08:30:24 UTC (buildkit.dockerfile.v0)

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

2024-11-05 08:30:24 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-11-05 08:30:24 UTC (buildkit.dockerfile.v0)

ENV RUST_LOG=info

2024-11-05 08:30:24 UTC (buildkit.dockerfile.v0)

ARG ADMIN_FRONTEND_PORT

2024-11-05 08:30:24 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-11-05 08:30:24 UTC (buildkit.dockerfile.v0)

ENV PORT=3000

2024-11-05 08:30:24 UTC (buildkit.dockerfile.v0)

EXPOSE map[3000/tcp:{}]

2024-11-05 08:30:24 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