2024-06-07 16:07:30 UTC
129 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:95af0ed6511faddb29fb7956307e31d4e6eff158dfea068b78705e8496456719 - 36.57% (47.1 MB)
[#001] sha256:8fbbfa3c8c5ee5c11629fe1e44f7c62f2fd534113187f48e2086c898dc1b0302 - 12.51% (16.1 MB)
[#002] sha256:5813c794c48ec4da6c96e8885c1433b93742ef3efbfbf8b44a42c44a9ce97ff1 - 0.0% (428 Bytes)
[#003] sha256:f2e6e132e21ecbc09119001bda256e532d5c68d4d3b0638f01f0ad159598bebc - 12.54% (16.1 MB)
[#004] sha256:ef674c674d029ba0416461608a09fd2441b14a8cf9b94d8a22fe9e79872573d0 - 38.38% (49.4 MB)
[#005] sha256:aa027250133d033d150ef9ee78f3a4aee0e6bf8714bb1c2398eb6330a1611a51 - 0.0% (686 Bytes)
[#006] sha256:136d73427a222d37652cacbb9bd110205c045c4a5bde11f9833b417ba01d31ed - 0.0% (228 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
KIWI 9.24.43
2024-06-07 16:04:32 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c zypper -n update && zypper -n install bash-completion gzip jq tar unzip vim wget && zypper clean -a && rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/* /usr/share/doc/manual/* /var/log/* # buildkit
2024-06-07 16:04:33 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c echo 'shell:x:1000:1000:shell,,,:/home/shell:/bin/bash' > /etc/passwd && echo 'shell:x:1000:' > /etc/group && mkdir /home/shell && echo '. /etc/profile.d/bash_completion.sh' >> /home/shell/.bashrc && echo 'alias k="kubectl"' >> /home/shell/.bashrc && echo 'alias ks="kubectl -n kube-system"' >> /home/shell/.bashrc && echo 'source <(kubectl completion bash)' >> /home/shell/.bashrc && echo 'complete -o default -F __start_kubectl k' >> /home/shell/.bashrc && echo 'LANG=en_US.UTF-8' >> /home/shell/.bashrc && echo 'PS1="> "' >> /home/shell/.bashrc && mkdir /home/shell/.kube && chown -R shell /home/shell && chmod 700 /run # buildkit
2024-06-07 16:07:30 UTC (buildkit.dockerfile.v0)COPY --chown=root:root --chmod=0755 /helm/bin/helm /usr/local/bin/ # buildkit
2024-06-07 16:07:30 UTC (buildkit.dockerfile.v0)COPY --chown=root:root --chmod=0755 /kubectl /k9s /kustomize* /usr/local/bin/ # buildkit
2024-06-07 16:07:30 UTC (buildkit.dockerfile.v0)COPY --chown=root:root --chmod=0755 package/helm-cmd package/welcome /usr/local/bin/ # buildkit
2024-06-07 16:07:30 UTC (buildkit.dockerfile.v0)COPY --chown=1000:1000 --chmod=0755 package/kustomize.sh /home/shell/ # buildkit
2024-06-07 16:07:30 UTC (buildkit.dockerfile.v0)USER 1000
2024-06-07 16:07:30 UTC (buildkit.dockerfile.v0)WORKDIR /home/shell
2024-06-07 16:07:30 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.