2026-01-20 09:51:14 UTC
108 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d3fc20e47fba14357d35c85fb2073970ff2e4c4984c81a9c9518ca0f743ba51a - 42.15% (45.4 MB)
[#001] sha256:ceca2a5f6c5610d2a9234bf8430b7557ee789f216bec4994cc83974589ab6cb3 - 0.0% (218 Bytes)
[#002] sha256:89ea4f5b55e2b55ad60fd3e3906eb53dafb73bd22e15e0e142912e18ad024e47 - 19.1% (20.6 MB)
[#003] sha256:6583c5a9fce9787fbdbf02fc775e03dbe18729f0e35785f135b3c054eb40f8d6 - 19.39% (20.9 MB)
[#004] sha256:69a13c6447ca1c5d34227f34f8fc404807b8fcacc936fde0da861c0d113fdc6d - 19.36% (20.9 MB)
[#005] sha256:f02c0a1e1db4c36d509ff9785506501bb4a87798a13b336dc9aa61f507091c2a - 0.0% (695 Bytes)
KIWI 10.2.33
2026-01-20 09:50:44 UTC (buildkit.dockerfile.v0)COPY package/log.sh /usr/bin/ # buildkit
2026-01-20 09:51:14 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
2026-01-20 09:51:14 UTC (buildkit.dockerfile.v0)ARG ARCH=arm64
2026-01-20 09:51:14 UTC (buildkit.dockerfile.v0)COPY fleetcontroller-linux-arm64 /usr/bin/fleetcontroller # buildkit
2026-01-20 09:51:14 UTC (buildkit.dockerfile.v0)COPY fleet-linux-arm64 /usr/bin/fleet # buildkit
2026-01-20 09:51:14 UTC (buildkit.dockerfile.v0)RUN |1 ARCH=arm64 /bin/sh -c useradd -u 1000 user # buildkit
2026-01-20 09:51:14 UTC (buildkit.dockerfile.v0)USER 1000
2026-01-20 09:51:14 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["tini" "--"]
2026-01-20 09:51:14 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.