@@ -504,7 +504,7 @@ pipeline {
504504 --label \" org.opencontainers.image.title=Modmanager\" \
505505 --label \" org.opencontainers.image.description=modmanager image by linuxserver.io\" \
506506 --no-cache --pull -t ${ IMAGE} :${ META_TAG} --platform=linux/amd64 \
507- --provenance=true --sbom=true --builder=container --load \
507+ --provenance=false --sbom=false --builder=default --load \
508508 --build-arg ${ BUILD_VERSION_ARG} =${ EXT_RELEASE} --build-arg VERSION=\" ${ VERSION_TAG} \" --build-arg BUILD_DATE=${ GITHUB_DATE} ."
509509 sh ''' #! /bin/bash
510510 set -e
@@ -570,7 +570,7 @@ pipeline {
570570 --label \" org.opencontainers.image.title=Modmanager\" \
571571 --label \" org.opencontainers.image.description=modmanager image by linuxserver.io\" \
572572 --no-cache --pull -t ${ IMAGE} :amd64-${ META_TAG} --platform=linux/amd64 \
573- --provenance=true --sbom=true --builder=container --load \
573+ --provenance=false --sbom=false --builder=default --load \
574574 --build-arg ${ BUILD_VERSION_ARG} =${ EXT_RELEASE} --build-arg VERSION=\" ${ VERSION_TAG} \" --build-arg BUILD_DATE=${ GITHUB_DATE} ."
575575 sh ''' #! /bin/bash
576576 set -e
@@ -629,7 +629,7 @@ pipeline {
629629 --label \" org.opencontainers.image.title=Modmanager\" \
630630 --label \" org.opencontainers.image.description=modmanager image by linuxserver.io\" \
631631 --no-cache --pull -f Dockerfile.aarch64 -t ${ IMAGE} :arm64v8-${ META_TAG} --platform=linux/arm64 \
632- --provenance=true --sbom=true --builder=container --load \
632+ --provenance=false --sbom=false --builder=default --load \
633633 --build-arg ${ BUILD_VERSION_ARG} =${ EXT_RELEASE} --build-arg VERSION=\" ${ VERSION_TAG} \" --build-arg BUILD_DATE=${ GITHUB_DATE} ."
634634 sh ''' #! /bin/bash
635635 set -e
0 commit comments