Namespace
appflowyinc
Image / Tag
admin_frontend:0.9.0-stateless-amd64
Content Digest
sha256:992c047bfe73c09df0b3c046c6c6dea55d9c612a06075de1d50d9d6219e32d0d
Details
Created

2024-12-27 06:56:08 UTC

Size

55.9 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-12-27T06:53:01.451Z
  • 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
    c94938ee464d31ff2f330f99e8d0e7734fcd93cb
  • 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.9.0-stateless

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:0a96bdb8280554b560ffee0f2e5f9843dc7b625f28192021ee103ecbcc2d629b - 82.73% (46.3 MB)

[#001] sha256:0dc7066276743ad612faaa415c7cdb1d84acd681a3e13bea3f55773c78274caf - 0.0% (93 Bytes)

[#002] sha256:918427975cf956494aed1612e730e754137f1db0b0a7d550c84135ebb61a54a0 - 10.5% (5.87 MB)

[#003] sha256:5ebc2e3a2cc7c4aa4e3375c5bd423639794061aac5ccfa64416658b84c2e5897 - 6.72% (3.76 MB)

[#004] sha256:33d95a76bbec1bf692dcd96c3211410e1a46c06f2dac3c2e0720086d15e9bd5a - 0.05% (31.3 KB)


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

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

2024-12-27 06:53:07 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-27 06:53:13 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-27 06:56:08 UTC (buildkit.dockerfile.v0)

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

2024-12-27 06:56:08 UTC (buildkit.dockerfile.v0)

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

2024-12-27 06:56:08 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-27 06:56:08 UTC (buildkit.dockerfile.v0)

ENV RUST_LOG=info

2024-12-27 06:56:08 UTC (buildkit.dockerfile.v0)

ARG ADMIN_FRONTEND_PORT

2024-12-27 06:56:08 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-27 06:56:08 UTC (buildkit.dockerfile.v0)

ENV PORT=3000

2024-12-27 06:56:08 UTC (buildkit.dockerfile.v0)

EXPOSE map[3000/tcp:{}]

2024-12-27 06:56: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