Namespace
appflowyinc
Image / Tag
admin_frontend:0.9.64-amd64
Content Digest
sha256:443d92faa034b002a1c71e6692245f7a3dcc352f55e4c6dcfdd4b1aa53eaf063
Details
Created

2025-07-04 03:09:08 UTC

Size

56 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-07-04T03:05:59.693Z
  • org.opencontainers.image.description
    Bring projects, wikis, and teams together with AI. AppFlowy is the AI collaborative workspace where you achieve more without losing control of your data. The leading open source Notion alternative.
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    ecf8c031d3c955508a0d3887acd61d970022db79
  • 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.64

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:c1995213564325caf7e52ecd95fe4435c70b03eb94c674ac15706733986b86e0 - 82.57% (46.2 MB)

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

[#002] sha256:383ef9018a96db0c537d99f6713eb1851762a2a6f25f121f3b7bc95c0ef4fdd9 - 10.48% (5.87 MB)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:8f0652bc40b3e22474bddf9a683975520ef932d679306c293367415eed3a2a78 - 6.9% (3.87 MB)

[#006] sha256:bce89fffe0b3c4e4e447fe5095263bd00fec081cecd2ccf9cde5e434f73b5d10 - 0.05% (30.6 KB)


History
2025-06-30 00:00:00 UTC (debuerreotype 0.15)

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

2025-07-04 03:06:06 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-07-04 03:06:11 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

2025-07-04 03:06:12 UTC (buildkit.dockerfile.v0)

ARG PROFILE=release

2025-07-04 03:06:12 UTC (buildkit.dockerfile.v0)

RUN |1 PROFILE=release /bin/sh -c echo "Using admin_frontend with profile: ${PROFILE}" # buildkit

2025-07-04 03:06:12 UTC (buildkit.dockerfile.v0)

RUN |1 PROFILE=release /bin/sh -c if [ "$PROFILE" = "release" ]; then echo "Using release admin_frontend binary"; else echo "Using debug admin_frontend binary"; fi # buildkit

2025-07-04 03:09:08 UTC (buildkit.dockerfile.v0)

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

2025-07-04 03:09:08 UTC (buildkit.dockerfile.v0)

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

2025-07-04 03:09:08 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-07-04 03:09:08 UTC (buildkit.dockerfile.v0)

ENV RUST_LOG=info

2025-07-04 03:09:08 UTC (buildkit.dockerfile.v0)

ARG ADMIN_FRONTEND_PORT

2025-07-04 03:09:08 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-07-04 03:09:08 UTC (buildkit.dockerfile.v0)

ENV PORT=3000

2025-07-04 03:09:08 UTC (buildkit.dockerfile.v0)

EXPOSE map[3000/tcp:{}]

2025-07-04 03:09: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