2025-09-10 11:09:34 UTC
103 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c4d07e98a99c1d98ed8d1da63d0689bce5d4d337e16b85954ad1172a978e06f6 - 44.23% (45.8 MB)
[#001] sha256:671c788bab2726fb442d40d0f72b31acf20e05e32d299480251b9a1714c4129f - 0.0% (216 Bytes)
[#002] sha256:7391793269273bb56f6ed30c2cdee9945c8457470ae82aaf11d0a45691a74b10 - 19.86% (20.5 MB)
[#003] sha256:3a45485a9c51e2a9455603847e767c054d0fc3c9a96bb20c538ad5d36b168c03 - 18.27% (18.9 MB)
[#004] sha256:11ceb0731171de037af5c34181ac139ffe281beb2221c198cafd51186301e1d8 - 17.63% (18.2 MB)
[#005] sha256:d38e554445ae3bee8178dcf6280e2aba7095fb73f5dc1a8c9aba61b5c77e5ea9 - 0.0% (673 Bytes)
KIWI 9.24.43
2025-09-10 11:09:00 UTC (buildkit.dockerfile.v0)COPY package/log.sh /usr/bin/ # buildkit
2025-09-10 11:09:33 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
2025-09-10 11:09:34 UTC (buildkit.dockerfile.v0)ARG ARCH=arm64
2025-09-10 11:09:34 UTC (buildkit.dockerfile.v0)COPY fleetcontroller-linux-arm64 /usr/bin/fleetcontroller # buildkit
2025-09-10 11:09:34 UTC (buildkit.dockerfile.v0)COPY fleet-linux-arm64 /usr/bin/fleet # buildkit
2025-09-10 11:09:34 UTC (buildkit.dockerfile.v0)RUN |1 ARCH=arm64 /bin/sh -c useradd -u 1000 user # buildkit
2025-09-10 11:09:34 UTC (buildkit.dockerfile.v0)USER 1000
2025-09-10 11:09:34 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["tini" "--"]
2025-09-10 11:09:34 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.