2026-01-27 05:09:43 UTC
81.1 MB
arm64
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TINI_URLTINI_URL_arm64
TINI_URL_amd64https://github.com/krallin/tini/releases/download/v0.19.0/tini
TINI_URL_arm64https://github.com/krallin/tini/releases/download/v0.19.0/tini-arm64
TINI_URL_s390xhttps://github.com/krallin/tini/releases/download/v0.19.0/tini-s390x
TINI_VERSIONv0.19.0
[#000] sha256:d3fc20e47fba14357d35c85fb2073970ff2e4c4984c81a9c9518ca0f743ba51a - 56.01% (45.4 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:036c59419da0c78443c343848366585806dee21521a5e7618d9bcafd263f6191 - 4.35% (3.53 MB)
[#003] sha256:29a73c81631a53dc1c0699eebd77a4fe0aa20b7048705e67e94635fd6edb96a4 - 5.86% (4.76 MB)
[#004] sha256:a8284f765504a835cd3bfeb0f6b00878691a7f7c19b02567434dd7e76dc8d626 - 0.0% (203 Bytes)
[#005] sha256:640234db4731dc6fc716dac1ed7f3156377745451cab34e2a1cbd72ae4e285e6 - 0.0% (198 Bytes)
[#006] sha256:e135b90d357c7921c8b334daa6978b0de4b90ad6cb51f67479758c70647b2263 - 0.0% (848 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:e7ac343826673a54f5a4bf45d089d4ba811d6e734f047bf9fe0a16f52d1a3bb1 - 33.77% (27.4 MB)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#010] sha256:d30491b3bbaac8f869d0ac1ade3ab775dfbc49a95fed60980d8874db33b69370 - 0.0% (2.64 KB)
[#011] sha256:aa30c228edc438fbc2b9c5db417fc5bc84fecfb791b4dfe919cf6a4ef6e328fd - 0.0% (1.17 KB)
[#012] sha256:eac00d29f6a970108974799f38b482db24a60c0cebffbe14641aef8c7998065a - 0.0% (189 Bytes)
KIWI 10.2.33
2026-01-27 05:09:26 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM
2026-01-27 05:09:26 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then echo "Error: Unsupported TARGETPLATFORM: $TARGETPLATFORM" && exit 1; fi # buildkit
2026-01-27 05:09:40 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c zypper -n rm container-suseconnect && zypper -n install zip curl which tar procps && zypper -n clean -a && rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/* # buildkit
2026-01-27 05:09:40 UTC (buildkit.dockerfile.v0)ENV ARCH=arm64
2026-01-27 05:09:40 UTC (buildkit.dockerfile.v0)ENV TINI_VERSION=v0.19.0
2026-01-27 05:09:40 UTC (buildkit.dockerfile.v0)ENV TINI_URL_amd64=https://github.com/krallin/tini/releases/download/v0.19.0/tini TINI_URL_arm64=https://github.com/krallin/tini/releases/download/v0.19.0/tini-arm64 TINI_URL_s390x=https://github.com/krallin/tini/releases/download/v0.19.0/tini-s390x TINI_URL=TINI_URL_arm64
2026-01-27 05:09:42 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c curl -sLf ${!TINI_URL} > /usr/bin/tini && chmod +x /usr/bin/tini && curl -sfL https://github.com/mikefarah/yq/releases/latest/download/yq_linux_${ARCH} -o /usr/bin/yq && chmod +x /usr/bin/yq # buildkit
2026-01-27 05:09:42 UTC (buildkit.dockerfile.v0)COPY package/entrypoint.sh /usr/bin/ # buildkit
2026-01-27 05:09:42 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c chmod +x /usr/bin/entrypoint.sh # buildkit
2026-01-27 05:09:42 UTC (buildkit.dockerfile.v0)ADD hack/support-bundle-collector.sh /usr/bin # buildkit
2026-01-27 05:09:42 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c chmod +x /usr/bin/support-bundle-collector.sh # buildkit
2026-01-27 05:09:42 UTC (buildkit.dockerfile.v0)ADD bin/support-bundle-kit-arm64 /usr/bin/support-bundle-kit # buildkit
2026-01-27 05:09:43 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c chmod +x /usr/bin/support-bundle-kit # buildkit
2026-01-27 05:09:43 UTC (buildkit.dockerfile.v0)ADD hack/collector-* /usr/bin/ # buildkit
2026-01-27 05:09:43 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c chmod +x /usr/bin/collector-* # buildkit
2026-01-27 05:09:43 UTC (buildkit.dockerfile.v0)ADD hack/common /tmp/ # buildkit
2026-01-27 05:09:43 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["entrypoint.sh"]
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.