Skip to content

Commit d4a73db

Browse files
Bot Updating Templated Files
1 parent 0d1699a commit d4a73db

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
@@ -502,7 +502,7 @@ pipeline {
502502
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
503503
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
504504
--label \"org.opencontainers.image.title=Modmanager\" \
505-
--label \"org.opencontainers.image.description=modmanager image by linuxserver.io\" \
505+
--label \"org.opencontainers.image.description=Modmanager is a centralised tool for downloading and updating docker mods for all your other Linuxserver containers.\" \
506506
--no-cache --pull -t ${IMAGE}:${META_TAG} --platform=linux/amd64 \
507507
--provenance=true --sbom=true --builder=container --load \
508508
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
@@ -568,7 +568,7 @@ pipeline {
568568
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
569569
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
570570
--label \"org.opencontainers.image.title=Modmanager\" \
571-
--label \"org.opencontainers.image.description=modmanager image by linuxserver.io\" \
571+
--label \"org.opencontainers.image.description=Modmanager is a centralised tool for downloading and updating docker mods for all your other Linuxserver containers.\" \
572572
--no-cache --pull -t ${IMAGE}:amd64-${META_TAG} --platform=linux/amd64 \
573573
--provenance=true --sbom=true --builder=container --load \
574574
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
@@ -627,7 +627,7 @@ pipeline {
627627
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
628628
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
629629
--label \"org.opencontainers.image.title=Modmanager\" \
630-
--label \"org.opencontainers.image.description=modmanager image by linuxserver.io\" \
630+
--label \"org.opencontainers.image.description=Modmanager is a centralised tool for downloading and updating docker mods for all your other Linuxserver containers.\" \
631631
--no-cache --pull -f Dockerfile.aarch64 -t ${IMAGE}:arm64v8-${META_TAG} --platform=linux/arm64 \
632632
--provenance=true --sbom=true --builder=container --load \
633633
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."

0 commit comments

Comments
 (0)