Namespace
appflowyinc
Image / Tag
admin_frontend:2e4bccb4952c6349cbe34768d2ddb9cda043a9d3
Content Digest
sha256:67c20d577826a5a5bc339f38633937f68a1824899f2cfa1cd06d8210609b76f4
Details
Created

2024-04-30 05:57:06 UTC

Size

57.4 MB

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

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

RUST_BACKTRACE

1

RUST_LOG

info


Layers

[#000] sha256:1468e7ff95fcb865fbc4dee7094f8b99c4dcddd6eb2180cf044c7396baf6fc2f - 82.34% (47.3 MB)

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

[#002] sha256:f7e556895a6af9fb4209c209071edcc917401971f6f6355734d4b4145ce09c12 - 10.18% (5.85 MB)

[#003] sha256:60f3266e0acaa36801a8886601dbbbc9bb078d639bd68f212fff310b71af80d7 - 7.44% (4.27 MB)

[#004] sha256:34eae7d49c0f40732e30cd689c2d08e3217c8788870b14db8773aef780075dec - 0.05% (28.1 KB)


History
2024-04-24 03:27:57 UTC

/bin/sh -c #(nop) ADD file:2cc4cba2834c189d0dc41b5d79e1236770862c38452517fcbbb28015b88ab5cf in /

2024-04-24 03:27:57 UTC

/bin/sh -c #(nop) CMD ["bash"]

2024-04-30 05:51:20 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-04-30 05:51:25 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-04-30 05:57:06 UTC (buildkit.dockerfile.v0)

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

2024-04-30 05:57:06 UTC (buildkit.dockerfile.v0)

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

2024-04-30 05:57:06 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-04-30 05:57:06 UTC (buildkit.dockerfile.v0)

ENV RUST_LOG=info

2024-04-30 05:57:06 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