2024-08-27 12:58:07 UTC
57.1 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUST_BACKTRACE1
RUST_LOGinfo
[#000] sha256:903681d87777d28dc56866a07a2774c3fd5bf65fd734b24c9d0ecd9a13c9f636 - 82.74% (47.3 MB)
[#001] sha256:936dde98254f6748fb24a6118b03c2177daea065f06768b66043dea9b7faf22f - 0.0% (93 Bytes)
[#002] sha256:dfaebff266b495124fd9b0eca3c0d7bffd1cb06ad34749303567ce686827bc72 - 10.26% (5.86 MB)
[#003] sha256:193e7dc8ef9c8f902ed49ca81acfda68eb8ecdf1ba34bd6568ac7c4ccc8affb8 - 6.95% (3.97 MB)
[#004] sha256:1560e6654fd3c2d76f5789d0be70bb8f9c6b4ceaba738780121f179123f99980 - 0.05% (28.3 KB)
/bin/sh -c #(nop) ADD file:0d5bdf84bbcdfa95d42190537e3cad2c0a5876f9127fae6a1d1c485d3539c77d in /
2024-08-13 00:20:09 UTC/bin/sh -c #(nop) CMD ["bash"]
2024-08-27 12:54:37 UTC (buildkit.dockerfile.v0)WORKDIR /app
2024-08-27 12:54:44 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-08-27 12:58:07 UTC (buildkit.dockerfile.v0)COPY /app/target/release/admin_frontend /usr/local/bin/admin_frontend # buildkit
2024-08-27 12:58:07 UTC (buildkit.dockerfile.v0)COPY /app/admin_frontend/assets /app/assets # buildkit
2024-08-27 12:58:07 UTC (buildkit.dockerfile.v0)ENV RUST_BACKTRACE=1
2024-08-27 12:58:07 UTC (buildkit.dockerfile.v0)ENV RUST_LOG=info
2024-08-27 12:58:07 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.