2024-08-05 23:17:24 UTC
91 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4b2c0ead45c1514b5eedc01941eff0c1b4d2fde7bf61d558621fabadd532b96e - 29.64% (27 MB)
[#001] sha256:0996fa26c0b3fff9e36d40b671726f1660b3b8b92d0487823e9854b1790bac10 - 17.22% (15.7 MB)
[#002] sha256:23ad0dee3b0b98973331e082bc0a07955dedd7ff394065484fcd6fcd31578f2a - 53.14% (48.4 MB)
[#003] sha256:417a16213e344c88db471f5c1119f538ec31551e5db705b6551a9a8e75d2428c - 0.0% (683 Bytes)
[#004] sha256:bff0ddc5159ec82c5cc6e4d9ab8da0e75e751f9fa31ef1fac6bd72ff3ff987f9 - 0.0% (226 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
COPY /chroot / # buildkit
2024-08-05 23:17:23 UTC (buildkit.dockerfile.v0)COPY --chown=root:root --chmod=0755 /helm/bin/helm /usr/local/bin/ # buildkit
2024-08-05 23:17:24 UTC (buildkit.dockerfile.v0)COPY --chown=root:root --chmod=0755 /kubectl /k9s /kustomize* /usr/local/bin/ # buildkit
2024-08-05 23:17:24 UTC (buildkit.dockerfile.v0)COPY --chown=root:root --chmod=0755 package/helm-cmd package/welcome /usr/local/bin/ # buildkit
2024-08-05 23:17:24 UTC (buildkit.dockerfile.v0)COPY --chown=1000:1000 --chmod=0755 package/kustomize.sh /home/shell/ # buildkit
2024-08-05 23:17:24 UTC (buildkit.dockerfile.v0)USER 1000
2024-08-05 23:17:24 UTC (buildkit.dockerfile.v0)WORKDIR /home/shell
2024-08-05 23:17:24 UTC (buildkit.dockerfile.v0)CMD ["welcome"]
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.