2023-12-17 20:31:22 UTC
57.4 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUST_BACKTRACE1
[#000] sha256:df2021ddb7d686bdbb125598b2a6163d63035f080356b3014595f354ea0b40d6 - 82.45% (47.3 MB)
[#001] sha256:b3789bb0d6f59b430db9f30b117de36830056727b59173c81711fc8b8886bd3d - 0.0% (93 Bytes)
[#002] sha256:f1882b01370773f13686c12807772f40749d426240ef471d32d5b04510a33d80 - 9.92% (5.69 MB)
[#003] sha256:1a695c6553fc068ae649f45d56dc54acef9317038b93fa2ff35e6e8cf02a0209 - 7.58% (4.35 MB)
[#004] sha256:084e676aa3a33d2adde6a18119eb24a52c10dd389f0680a5f32eccb28a419696 - 0.05% (27.9 KB)
/bin/sh -c #(nop) ADD file:6550a7c17e64067114283d098e85f9a74d4707f2879b53c2e4cae99f329c9025 in /
2023-11-21 06:26:55 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-12-17 19:51:51 UTC (buildkit.dockerfile.v0)WORKDIR /app
2023-12-17 19:52:19 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-17 20:31:22 UTC (buildkit.dockerfile.v0)COPY /app/target/release/admin_frontend /usr/local/bin/admin_frontend # buildkit
2023-12-17 20:31:22 UTC (buildkit.dockerfile.v0)COPY /app/admin_frontend/assets /app/assets # buildkit
2023-12-17 20:31:22 UTC (buildkit.dockerfile.v0)ENV RUST_BACKTRACE=1
2023-12-17 20:31:22 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.