2024-06-13 14:51:45 UTC
57.4 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUST_BACKTRACE1
RUST_LOGinfo
[#000] sha256:fea1432adf0957427b45b0ef8e37cbfe045b7cf8c15e3f43e48f2f613e214d16 - 82.32% (47.3 MB)
[#001] sha256:80980e1f468a7fdb0db7ba4ac9a90a9193bd189c211843dac63ec3388182ede0 - 0.0% (93 Bytes)
[#002] sha256:e8eaf6bdace1a1358e5a011ec2c7de70c50112e86cc483250f167c96638c28dc - 10.18% (5.85 MB)
[#003] sha256:15ca9dbe55ab8de475c2b9b27be6e5ae218a41d947a40ce57479d68f52c0dc24 - 7.45% (4.28 MB)
[#004] sha256:509755a52560aa93c427df63da7886240a90d4f4a42590cd558aa31c16f93792 - 0.05% (28.1 KB)
/bin/sh -c #(nop) ADD file:b532f8e401e9a1fcc2ea1fc034adf820a5269c6ace45769f60a81fcb673f01b8 in /
2024-06-13 01:20:44 UTC/bin/sh -c #(nop) CMD ["bash"]
2024-06-13 14:48:23 UTC (buildkit.dockerfile.v0)WORKDIR /app
2024-06-13 14:48:29 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-06-13 14:51:45 UTC (buildkit.dockerfile.v0)COPY /app/target/release/admin_frontend /usr/local/bin/admin_frontend # buildkit
2024-06-13 14:51:45 UTC (buildkit.dockerfile.v0)COPY /app/admin_frontend/assets /app/assets # buildkit
2024-06-13 14:51:45 UTC (buildkit.dockerfile.v0)ENV RUST_BACKTRACE=1
2024-06-13 14:51:45 UTC (buildkit.dockerfile.v0)ENV RUST_LOG=info
2024-06-13 14:51:45 UTC (buildkit.dockerfile.v0)CMD ["admin_frontend"]
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.