@@ -509,7 +509,7 @@ pipeline {
509
509
--label \" org.opencontainers.image.title=Baseimage-debian\" \
510
510
--label \" org.opencontainers.image.description=baseimage-debian image by linuxserver.io\" \
511
511
--no-cache --pull -t ${ IMAGE} :${ META_TAG} --platform=linux/amd64 \
512
- --provenance=false --sbom=false --builder=container --load \
512
+ --provenance=true --sbom=true --builder=container --load \
513
513
--build-arg ${ BUILD_VERSION_ARG} =${ EXT_RELEASE} --build-arg VERSION=\" ${ VERSION_TAG} \" --build-arg BUILD_DATE=${ GITHUB_DATE} ."
514
514
sh ''' #! /bin/bash
515
515
set -e
@@ -572,7 +572,7 @@ pipeline {
572
572
--label \" org.opencontainers.image.title=Baseimage-debian\" \
573
573
--label \" org.opencontainers.image.description=baseimage-debian image by linuxserver.io\" \
574
574
--no-cache --pull -t ${ IMAGE} :amd64-${ META_TAG} --platform=linux/amd64 \
575
- --provenance=false --sbom=false --builder=container --load \
575
+ --provenance=true --sbom=true --builder=container --load \
576
576
--build-arg ${ BUILD_VERSION_ARG} =${ EXT_RELEASE} --build-arg VERSION=\" ${ VERSION_TAG} \" --build-arg BUILD_DATE=${ GITHUB_DATE} ."
577
577
sh ''' #! /bin/bash
578
578
set -e
@@ -628,7 +628,7 @@ pipeline {
628
628
--label \" org.opencontainers.image.title=Baseimage-debian\" \
629
629
--label \" org.opencontainers.image.description=baseimage-debian image by linuxserver.io\" \
630
630
--no-cache --pull -f Dockerfile.aarch64 -t ${ IMAGE} :arm64v8-${ META_TAG} --platform=linux/arm64 \
631
- --provenance=false --sbom=false --builder=container --load \
631
+ --provenance=true --sbom=true --builder=container --load \
632
632
--build-arg ${ BUILD_VERSION_ARG} =${ EXT_RELEASE} --build-arg VERSION=\" ${ VERSION_TAG} \" --build-arg BUILD_DATE=${ GITHUB_DATE} ."
633
633
sh ''' #! /bin/bash
634
634
set -e
0 commit comments