Namespace
appflowyinc
Image / Tag
admin_frontend:0.8.18-amd64
Content Digest
sha256:456cd429c3823609baf48dc06d72fdfea54f8df8cec1d25a943f995274b7e51c
Details
Created

2024-12-24 06:34:46 UTC

Size

55.9 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-12-24T06:31:40.110Z
  • 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
    1131818eb7095e61cd7bd5a1da1d3c7aa883a145
  • 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.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:fdf894e782a221820acf469d425b802be26aedb5e5d26ea80a650ff6a974d488 - 82.73% (46.3 MB)

[#001] sha256:85b2693621a99b31c5b0c5db8581cc01e3b7b5f4ac2d34777c3aea5b4bf90564 - 0.0% (93 Bytes)

[#002] sha256:2c526fdb4c808ba07fdd3280e17a19aaaff21a0c3cf56e9e1b17b08e19e17078 - 10.5% (5.87 MB)

[#003] sha256:3b4b86565906aef68761b546a6702c08bdf9198b4de91a28c000038a90ee805d - 6.72% (3.76 MB)

[#004] sha256:eabe0dcb1b99278014f9a78ff7d16a7aa8bf68d110a0245cfd39c94186ed57b0 - 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-24 06:31:46 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-24 06:31:51 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-24 06:34:46 UTC (buildkit.dockerfile.v0)

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

2024-12-24 06:34:46 UTC (buildkit.dockerfile.v0)

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

2024-12-24 06:34:46 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-24 06:34:46 UTC (buildkit.dockerfile.v0)

ENV RUST_LOG=info

2024-12-24 06:34:46 UTC (buildkit.dockerfile.v0)

ARG ADMIN_FRONTEND_PORT

2024-12-24 06:34:46 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-24 06:34:46 UTC (buildkit.dockerfile.v0)

ENV PORT=3000

2024-12-24 06:34:46 UTC (buildkit.dockerfile.v0)

EXPOSE map[3000/tcp:{}]

2024-12-24 06:34:46 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