@@ -503,7 +503,7 @@ pipeline {
503503 --label \" org.opencontainers.image.licenses=GPL-3.0-only\" \
504504 --label \" org.opencontainers.image.ref.name=${ COMMIT_SHA} \" \
505505 --label \" org.opencontainers.image.title=Qemu-static\" \
506- --label \" org.opencontainers.image.description=qemu-static image by linuxserver.io \" \
506+ --label \" org.opencontainers.image.description=Run multiple architectures of Docker containers on an x86_64 or aarch64 host using QEMU static. \" \
507507 --no-cache --pull -t ${ IMAGE} :${ META_TAG} --platform=linux/amd64 \
508508 --provenance=true --sbom=true --builder=container --load \
509509 --build-arg ${ BUILD_VERSION_ARG} =${ EXT_RELEASE} --build-arg VERSION=\" ${ VERSION_TAG} \" --build-arg BUILD_DATE=${ GITHUB_DATE} ."
@@ -569,7 +569,7 @@ pipeline {
569569 --label \" org.opencontainers.image.licenses=GPL-3.0-only\" \
570570 --label \" org.opencontainers.image.ref.name=${ COMMIT_SHA} \" \
571571 --label \" org.opencontainers.image.title=Qemu-static\" \
572- --label \" org.opencontainers.image.description=qemu-static image by linuxserver.io \" \
572+ --label \" org.opencontainers.image.description=Run multiple architectures of Docker containers on an x86_64 or aarch64 host using QEMU static. \" \
573573 --no-cache --pull -t ${ IMAGE} :amd64-${ META_TAG} --platform=linux/amd64 \
574574 --provenance=true --sbom=true --builder=container --load \
575575 --build-arg ${ BUILD_VERSION_ARG} =${ EXT_RELEASE} --build-arg VERSION=\" ${ VERSION_TAG} \" --build-arg BUILD_DATE=${ GITHUB_DATE} ."
@@ -628,7 +628,7 @@ pipeline {
628628 --label \" org.opencontainers.image.licenses=GPL-3.0-only\" \
629629 --label \" org.opencontainers.image.ref.name=${ COMMIT_SHA} \" \
630630 --label \" org.opencontainers.image.title=Qemu-static\" \
631- --label \" org.opencontainers.image.description=qemu-static image by linuxserver.io \" \
631+ --label \" org.opencontainers.image.description=Run multiple architectures of Docker containers on an x86_64 or aarch64 host using QEMU static. \" \
632632 --no-cache --pull -f Dockerfile.aarch64 -t ${ IMAGE} :arm64v8-${ META_TAG} --platform=linux/arm64 \
633633 --provenance=true --sbom=true --builder=container --load \
634634 --build-arg ${ BUILD_VERSION_ARG} =${ EXT_RELEASE} --build-arg VERSION=\" ${ VERSION_TAG} \" --build-arg BUILD_DATE=${ GITHUB_DATE} ."
0 commit comments