mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-20 12:15:03 +02:00
Bot Updating Templated Files
This commit is contained in:
parent
7375e9a163
commit
8364c39755
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user