Skip to content

Commit a9b62ac

Browse files
Bot Updating Templated Files
1 parent 155116c commit a9b62ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ pipeline {
509509
--label \"org.opencontainers.image.title=Baseimage-debian\" \
510510
--label \"org.opencontainers.image.description=baseimage-debian image by linuxserver.io\" \
511511
--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 \
513513
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
514514
sh '''#! /bin/bash
515515
set -e
@@ -572,7 +572,7 @@ pipeline {
572572
--label \"org.opencontainers.image.title=Baseimage-debian\" \
573573
--label \"org.opencontainers.image.description=baseimage-debian image by linuxserver.io\" \
574574
--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 \
576576
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
577577
sh '''#! /bin/bash
578578
set -e
@@ -628,7 +628,7 @@ pipeline {
628628
--label \"org.opencontainers.image.title=Baseimage-debian\" \
629629
--label \"org.opencontainers.image.description=baseimage-debian image by linuxserver.io\" \
630630
--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 \
632632
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
633633
sh '''#! /bin/bash
634634
set -e

0 commit comments

Comments
 (0)