2023-12-26 22:18:19 UTC
57.8 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUST_BACKTRACE1
[#000] sha256:b66b4ecd3ecfb67b3b7a2a44b0199cbdfc94965c8bd3fefab75cd2e612799740 - 81.86% (47.3 MB)
[#001] sha256:e7a36c5edae057b155a0a994f9b6afcfe710cd339d03712cc0f471a56282c62a - 0.0% (93 Bytes)
[#002] sha256:8e383e9b8f3175e51ea8d2cbc9b77273297f00ab2e11afbe8e8f30415946b143 - 9.85% (5.69 MB)
[#003] sha256:c54dc7d34f15cab4f0d5d37371b41b7943fbe8707e022f25a796e3e5348da4a2 - 8.24% (4.76 MB)
[#004] sha256:d0c42585004b473d77d51ca471dcbe9b72afffa78071ac84056629420e9fd523 - 0.05% (27.9 KB)
/bin/sh -c #(nop) ADD file:412f80f75ed3e520f767e70b6b27fc81807f62fc5c6e5adf756507e33af9fa6b in /
2023-12-19 01:41:02 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-12-26 21:40:18 UTC (buildkit.dockerfile.v0)WORKDIR /app
2023-12-26 21:40:45 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
2023-12-26 22:18:19 UTC (buildkit.dockerfile.v0)COPY /app/target/release/admin_frontend /usr/local/bin/admin_frontend # buildkit
2023-12-26 22:18:19 UTC (buildkit.dockerfile.v0)COPY /app/admin_frontend/assets /app/assets # buildkit
2023-12-26 22:18:19 UTC (buildkit.dockerfile.v0)ENV RUST_BACKTRACE=1
2023-12-26 22:18:19 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.