Namespace
appflowyinc
Image / Tag
admin_frontend:0.9.57-amd64
Content Digest
sha256:d991b8240f2fc6dcc94ce9c7790c38f711bd20a5b94f7b9039ae4dcb43eebd0d
Details
Created

2025-06-03 14:04:31 UTC

Size

56 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-06-03T14:00:54.639Z
  • 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
    3e735badd0331f2719713761599497e1c969e44e
  • 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.57

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:3e6b9d1a95114e19f12262a4e8a59ad1d1a10ca7b82108adcf0605a200294964 - 82.56% (46.2 MB)

[#001] sha256:7c59593559f5e16f1b0066450de6cbe2f95e1e7f9d36897fe312d4201f6b3575 - 0.0% (92 Bytes)

[#002] sha256:9e0120d504e77503eace7a12a5d917e2a810344e4a39ce25dff01c906bf6f649 - 10.48% (5.87 MB)

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

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

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

[#006] sha256:c9c6f627af50cad31df5aed712ee7420256fe577a53d3e26d451b7b4d504c5d9 - 0.05% (31.3 KB)


History
2025-05-20 00:00:00 UTC (debuerreotype 0.15)

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

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

WORKDIR /app

2025-06-03 14:01:10 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-06-03 14:01:11 UTC (buildkit.dockerfile.v0)

ARG PROFILE=release

2025-06-03 14:01:11 UTC (buildkit.dockerfile.v0)

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

2025-06-03 14:01:11 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-06-03 14:04:31 UTC (buildkit.dockerfile.v0)

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

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

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

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

ENV RUST_BACKTRACE=1

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

ENV RUST_LOG=info

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

ARG ADMIN_FRONTEND_PORT

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

ARG PORT

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

ENV PORT=3000

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

EXPOSE map[3000/tcp:{}]

2025-06-03 14:04:31 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