2025-10-21 06:27:29 UTC
82.2 MB
amd64
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TINI_URLTINI_URL_amd64
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:ae4d28eec46d7a92a082cb0db1a7c5c2136bd28be74f1fbf908f32380792c3f7 - 54.4% (44.7 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:1380d5998522770f4d550870db0ba8f8393d6cadaebb61de62f2df55d3300f6c - 4.41% (3.62 MB)
[#003] sha256:64d3ae600f2933a0997331b373cc35bc4ec5b12f91dc88a00f0dc5deb8751ee6 - 5.43% (4.46 MB)
[#004] sha256:d4554f1d5ad1d63f13b16bc0c392cc03041e593eceab58ceda3d6a5d0be58612 - 0.0% (201 Bytes)
[#005] sha256:c564dcd7c8ec70a255e9a94acec127dab3a1fe784e476f3710c9ec829f5550c8 - 0.0% (197 Bytes)
[#006] sha256:844182d7f06b24a8dc76242b72b1e31e5b5d07aea751a554518f944964171d1d - 0.0% (688 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:831df4b2c6ffee06db2a9a7e2af44789679ddd470036247bf8dc8ea8bdd1db16 - 35.76% (29.4 MB)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#010] sha256:744f6f6ab88d6fa036f306801ed98010088d625635a3a5b5d2038371a3b10ec0 - 0.0% (2.64 KB)
[#011] sha256:58f2bd693ef5c341d5416ce08c152f463ff0274e08a3a62dbfbc102389093042 - 0.0% (1.17 KB)
[#012] sha256:213f8b3da49bcba1f737991c4052a0a0507a702e237a8115cba729a480a7fb0d - 0.0% (188 Bytes)
KIWI 9.24.43
2025-10-21 06:27:27 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM
2025-10-21 06:27:27 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then echo "Error: Unsupported TARGETPLATFORM: $TARGETPLATFORM" && exit 1; fi # buildkit
2025-10-21 06:27:28 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/amd64 /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
2025-10-21 06:27:28 UTC (buildkit.dockerfile.v0)ENV ARCH=amd64
2025-10-21 06:27:28 UTC (buildkit.dockerfile.v0)ENV TINI_VERSION=v0.19.0
2025-10-21 06:27:28 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_amd64
2025-10-21 06:27:29 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/amd64 /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
2025-10-21 06:27:29 UTC (buildkit.dockerfile.v0)COPY package/entrypoint.sh /usr/bin/ # buildkit
2025-10-21 06:27:29 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c chmod +x /usr/bin/entrypoint.sh # buildkit
2025-10-21 06:27:29 UTC (buildkit.dockerfile.v0)ADD hack/support-bundle-collector.sh /usr/bin # buildkit
2025-10-21 06:27:29 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c chmod +x /usr/bin/support-bundle-collector.sh # buildkit
2025-10-21 06:27:29 UTC (buildkit.dockerfile.v0)ADD bin/support-bundle-kit-amd64 /usr/bin/support-bundle-kit # buildkit
2025-10-21 06:27:29 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c chmod +x /usr/bin/support-bundle-kit # buildkit
2025-10-21 06:27:29 UTC (buildkit.dockerfile.v0)ADD hack/collector-* /usr/bin/ # buildkit
2025-10-21 06:27:29 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c chmod +x /usr/bin/collector-* # buildkit
2025-10-21 06:27:29 UTC (buildkit.dockerfile.v0)ADD hack/common /tmp/ # buildkit
2025-10-21 06:27:29 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.