Skip to content

Commit c35fd72

Browse files
Bot Updating Templated Files
1 parent 81e32d2 commit c35fd72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ pipeline {
529529
--label \"org.opencontainers.image.title=Mariadb\" \
530530
--label \"org.opencontainers.image.description=[Mariadb](https://mariadb.org/) is one of the most popular database servers. Made by the original developers of MySQL.\" \
531531
--no-cache --pull -t ${IMAGE}:${META_TAG} --platform=linux/amd64 \
532+
--provenance=false --sbom=false \
532533
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
533534
}
534535
}
@@ -560,6 +561,7 @@ pipeline {
560561
--label \"org.opencontainers.image.title=Mariadb\" \
561562
--label \"org.opencontainers.image.description=[Mariadb](https://mariadb.org/) is one of the most popular database servers. Made by the original developers of MySQL.\" \
562563
--no-cache --pull -t ${IMAGE}:amd64-${META_TAG} --platform=linux/amd64 \
564+
--provenance=false --sbom=false \
563565
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
564566
}
565567
}
@@ -588,6 +590,7 @@ pipeline {
588590
--label \"org.opencontainers.image.title=Mariadb\" \
589591
--label \"org.opencontainers.image.description=[Mariadb](https://mariadb.org/) is one of the most popular database servers. Made by the original developers of MySQL.\" \
590592
--no-cache --pull -f Dockerfile.aarch64 -t ${IMAGE}:arm64v8-${META_TAG} --platform=linux/arm64 \
593+
--provenance=false --sbom=false \
591594
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
592595
sh "docker tag ${IMAGE}:arm64v8-${META_TAG} ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER}"
593596
retry(5) {

0 commit comments

Comments
 (0)