Namespace
appflowyinc
Image / Tag
admin_frontend:c10003aeb6d002362c7ff26f86af538cf8070b27
Content Digest
sha256:05273bd455c548220f44904ac4af364bcc7395daa21b8e8cbfc52836202db3d6
Details
Created

2025-01-02 03:51:00 UTC

Size

55.9 MB

Content Digest
Labels
  • com.docker.compose.project
    appflowy-cloud
  • com.docker.compose.service
    admin_frontend
  • com.docker.compose.version
    2.27.1

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:d8bcf782e255695638136c60a143c91403626c889e4409005074df2f7a55d94d - 0.0% (93 Bytes)

[#002] sha256:7604591bd5a116fb485fdc8016c61e2ea52c3cdbe374ebf303aca56163e575ef - 10.5% (5.87 MB)

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

[#004] sha256:b2249e4274440d23a9d3730198999a9729e2756232410c2f139302bb7c8ff228 - 0.05% (31.2 KB)


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

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

2025-01-02 03:44:09 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-01-02 03:44:15 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-01-02 03:51:00 UTC (buildkit.dockerfile.v0)

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

2025-01-02 03:51:00 UTC (buildkit.dockerfile.v0)

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

2025-01-02 03:51:00 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-01-02 03:51:00 UTC (buildkit.dockerfile.v0)

ENV RUST_LOG=info

2025-01-02 03:51:00 UTC (buildkit.dockerfile.v0)

ARG ADMIN_FRONTEND_PORT

2025-01-02 03:51:00 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-01-02 03:51:00 UTC (buildkit.dockerfile.v0)

ENV PORT=3000

2025-01-02 03:51:00 UTC (buildkit.dockerfile.v0)

EXPOSE map[3000/tcp:{}]

2025-01-02 03:51:00 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