2024-11-07 21:46:08 UTC
95.1 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8324909aaf2a3f20753d462f78e90dbf070bf4bebba6395982888b561e739ade - 29.62% (28.2 MB)
[#001] sha256:6451d70a71fe067fa8e42c71134e7d4efe520a2b8e7058f4406c5b70533a9fff - 17.69% (16.8 MB)
[#002] sha256:5a3c715801bf6f5abfc5fbbdc7556cb1a5e3d9967ab0cf6b75e86bfff651a5b2 - 52.69% (50.1 MB)
[#003] sha256:3d95557d6d66cf56b5de4784fcbedba8dad97e7da26a583ead2010e0588dd6ce - 0.0% (682 Bytes)
[#004] sha256:f523920cafe4b692e626f97525b88a2ec5f86500fc5af4dad22e714a03174e75 - 0.0% (225 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
COPY /chroot / # buildkit
2024-11-07 21:46:08 UTC (buildkit.dockerfile.v0)COPY --chown=root:root --chmod=0755 /helm/bin/helm /usr/local/bin/ # buildkit
2024-11-07 21:46:08 UTC (buildkit.dockerfile.v0)COPY --chown=root:root --chmod=0755 /kubectl /k9s /kustomize* /usr/local/bin/ # buildkit
2024-11-07 21:46:08 UTC (buildkit.dockerfile.v0)COPY --chown=root:root --chmod=0755 package/helm-cmd package/welcome /usr/local/bin/ # buildkit
2024-11-07 21:46:08 UTC (buildkit.dockerfile.v0)COPY --chown=1000:1000 --chmod=0755 package/kustomize.sh /home/shell/ # buildkit
2024-11-07 21:46:08 UTC (buildkit.dockerfile.v0)USER 1000
2024-11-07 21:46:08 UTC (buildkit.dockerfile.v0)WORKDIR /home/shell
2024-11-07 21:46:08 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.