2024-10-01 11:41:54 UTC
100 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:2efb97959553785460dffd2a4d44dc3b8d5bce55d8780cd501d4c20723b60050 - 45.14% (45.3 MB)
[#001] sha256:95ae52efad04c2a236613ab0ccdf4ff478af8075afc0b114688972f72e0fcea4 - 0.0% (216 Bytes)
[#002] sha256:67a555a59b6008fd5420c4f5ef515c9c3687c6b2b2236728aa10e338e824a2e1 - 19.7% (19.8 MB)
[#003] sha256:aacd05ec347a9b620492969d030dff882c5d8ba66b29834f95671825e317d0f4 - 15.68% (15.7 MB)
[#004] sha256:e1bdc8ab3cb2f65c6e3456e0035eb08ce6040403554ad993416720442077cc40 - 19.48% (19.5 MB)
KIWI 9.24.43
2024-10-01 11:41:20 UTC (buildkit.dockerfile.v0)COPY package/log.sh /usr/bin/ # buildkit
2024-10-01 11:41:54 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c zypper rm -y container-suseconnect && zypper ar --priority=500 https://download.opensuse.org/repositories/Virtualization:containers/5.5/Virtualization:containers.repo && zypper --gpg-auto-import-keys ref && zypper -n update && zypper -n install --no-recommends openssh-clients tini git-core && zypper -n clean -a && rm -fr /var/log/zypp* /usr/share/doc # buildkit
2024-10-01 11:41:54 UTC (buildkit.dockerfile.v0)ARG ARCH=arm64
2024-10-01 11:41:54 UTC (buildkit.dockerfile.v0)COPY fleetcontroller-linux-arm64 /usr/bin/fleetcontroller # buildkit
2024-10-01 11:41:54 UTC (buildkit.dockerfile.v0)COPY fleet-linux-arm64 /usr/bin/fleet # buildkit
2024-10-01 11:41:54 UTC (buildkit.dockerfile.v0)USER 1000
2024-10-01 11:41:54 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["tini" "--"]
2024-10-01 11:41:54 UTC (buildkit.dockerfile.v0)CMD ["fleetcontroller"]
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.