2024-07-23 04:21:59 UTC
57.3 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUST_BACKTRACE1
RUST_LOGinfo
[#000] sha256:0bd1f8180c504ba389021ce74895ed487ccd8c70e2d9af3707934bc801ba28d8 - 82.46% (47.3 MB)
[#001] sha256:00cc5c4f63b465c00a93d6e6ca84af3c33514f1677624b78646eae7eddda7e89 - 0.0% (93 Bytes)
[#002] sha256:13db9839d68b929b77eaa601b24010beb6194156fd8ee6d4ed2c088cbc263bba - 9.95% (5.71 MB)
[#003] sha256:c18d3424f926bb7edc8aea66656ce54e02b711b9996b0b2ce11931c149a1d443 - 7.54% (4.32 MB)
[#004] sha256:2582f00611f244b43f86fd75fbaf25558406c2c3c2a0ad35f50b09810383703a - 0.05% (28.1 KB)
/bin/sh -c #(nop) ADD file:696648070a57689a69a184fda234045f7be4a8a9f3b2fff9031ff0a2d9914113 in /
2024-07-02 00:39:29 UTC/bin/sh -c #(nop) CMD ["bash"]
2024-07-23 03:30:03 UTC (buildkit.dockerfile.v0)WORKDIR /app
2024-07-23 03:30:31 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-07-23 04:21:59 UTC (buildkit.dockerfile.v0)COPY /app/target/release/admin_frontend /usr/local/bin/admin_frontend # buildkit
2024-07-23 04:21:59 UTC (buildkit.dockerfile.v0)COPY /app/admin_frontend/assets /app/assets # buildkit
2024-07-23 04:21:59 UTC (buildkit.dockerfile.v0)ENV RUST_BACKTRACE=1
2024-07-23 04:21:59 UTC (buildkit.dockerfile.v0)ENV RUST_LOG=info
2024-07-23 04:21:59 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.