From 8364c3975581333e7eb1d9f88fbd45dc8bff38c3 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 23 May 2024 19:57:15 +0000 Subject: [PATCH] Bot Updating Templated Files --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index f73775e9..c3e48dce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -489,6 +489,7 @@ pipeline { --label \"org.opencontainers.image.title=Webtop\" \ --label \"org.opencontainers.image.description=webtop image by linuxserver.io\" \ --no-cache --pull -t ${IMAGE}:${META_TAG} --platform=linux/amd64 \ + --provenance=false --sbom=false \ --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." } } @@ -520,6 +521,7 @@ pipeline { --label \"org.opencontainers.image.title=Webtop\" \ --label \"org.opencontainers.image.description=webtop image by linuxserver.io\" \ --no-cache --pull -t ${IMAGE}:amd64-${META_TAG} --platform=linux/amd64 \ + --provenance=false --sbom=false \ --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." } } @@ -548,6 +550,7 @@ pipeline { --label \"org.opencontainers.image.title=Webtop\" \ --label \"org.opencontainers.image.description=webtop image by linuxserver.io\" \ --no-cache --pull -f Dockerfile.aarch64 -t ${IMAGE}:arm64v8-${META_TAG} --platform=linux/arm64 \ + --provenance=false --sbom=false \ --build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ." sh "docker tag ${IMAGE}:arm64v8-${META_TAG} ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER}" retry(5) {