Skip to content

Commit 2c5af2e

Browse files
Bot Updating Templated Files
1 parent e5e0e93 commit 2c5af2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ pipeline {
513513
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
514514
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
515515
--label \"org.opencontainers.image.title=Socket-proxy\" \
516-
--label \"org.opencontainers.image.description=socket-proxy image by linuxserver.io\" \
516+
--label \"org.opencontainers.image.description=The Socket Proxy is a security-enhanced proxy which allows you to apply access rules to the Docker socket, limiting the attack surface for containers such as watchtower or Traefik that need to use it.\" \
517517
--no-cache --pull -t ${IMAGE}:${META_TAG} --platform=linux/amd64 \
518518
--provenance=true --sbom=true --builder=container --load \
519519
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
@@ -579,7 +579,7 @@ pipeline {
579579
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
580580
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
581581
--label \"org.opencontainers.image.title=Socket-proxy\" \
582-
--label \"org.opencontainers.image.description=socket-proxy image by linuxserver.io\" \
582+
--label \"org.opencontainers.image.description=The Socket Proxy is a security-enhanced proxy which allows you to apply access rules to the Docker socket, limiting the attack surface for containers such as watchtower or Traefik that need to use it.\" \
583583
--no-cache --pull -t ${IMAGE}:amd64-${META_TAG} --platform=linux/amd64 \
584584
--provenance=true --sbom=true --builder=container --load \
585585
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
@@ -638,7 +638,7 @@ pipeline {
638638
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
639639
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
640640
--label \"org.opencontainers.image.title=Socket-proxy\" \
641-
--label \"org.opencontainers.image.description=socket-proxy image by linuxserver.io\" \
641+
--label \"org.opencontainers.image.description=The Socket Proxy is a security-enhanced proxy which allows you to apply access rules to the Docker socket, limiting the attack surface for containers such as watchtower or Traefik that need to use it.\" \
642642
--no-cache --pull -f Dockerfile.aarch64 -t ${IMAGE}:arm64v8-${META_TAG} --platform=linux/arm64 \
643643
--provenance=true --sbom=true --builder=container --load \
644644
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."

0 commit comments

Comments
 (0)