2024-04-13 03:18:51 UTC
58.1 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUST_BACKTRACE1
RUST_LOGinfo
[#000] sha256:1e92f3a395ff98a929e797a3c392bb6d0f05531068d34b81d3cd41ed6ce82ca4 - 81.44% (47.3 MB)
[#001] sha256:8d1cb1f3995ce4096fedadf98dc1176e7fd984e2854836bb6dbd5061ce786b44 - 0.0% (91 Bytes)
[#002] sha256:e0fe3066966b5f07454e402b793551ae286bcb8efe92f7c9f2030e82e8ee7902 - 9.8% (5.69 MB)
[#003] sha256:10b584583ce9c9f9de2dc545aa285448747fee5468570efb4e1ad41ac9cccc32 - 8.71% (5.06 MB)
[#004] sha256:dbced69a6f92ba2349747d5e71f03cd015395f06e45ccae71554c11f6f528e7f - 0.05% (28.1 KB)
/bin/sh -c #(nop) ADD file:d795219dc83a41b5bb4106e62eebd31ceef0aae1b81541156eae5fe98e89337c in /
2024-04-10 00:40:13 UTC/bin/sh -c #(nop) CMD ["bash"]
2024-04-13 02:26:54 UTC (buildkit.dockerfile.v0)WORKDIR /app
2024-04-13 02:27:21 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-04-13 03:18:51 UTC (buildkit.dockerfile.v0)COPY /app/target/release/admin_frontend /usr/local/bin/admin_frontend # buildkit
2024-04-13 03:18:51 UTC (buildkit.dockerfile.v0)COPY /app/admin_frontend/assets /app/assets # buildkit
2024-04-13 03:18:51 UTC (buildkit.dockerfile.v0)ENV RUST_BACKTRACE=1
2024-04-13 03:18:51 UTC (buildkit.dockerfile.v0)ENV RUST_LOG=info
2024-04-13 03:18:51 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.