From 87bc1d4e111b8a6a68430ba9f49cb8337b9ad576 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Tue, 28 Jun 2022 05:50:41 -0600 Subject: [PATCH] Use plugin installation manager 2.12.7 https://github.com/jenkinsci/plugin-installation-manager-tool/releases/tag/2.12.7 new features: * Support output format for list option (#448) @cronik Also includes dependency updates * Use plugin installation manager tool 2.12.7. Can generate a plugins.txt from the contents of a plugins directory. --- 11/almalinux/almalinux8/hotspot/Dockerfile | 2 +- 11/alpine/hotspot/Dockerfile | 2 +- 11/centos/centos7/hotspot/Dockerfile | 2 +- 11/debian/bullseye-slim/hotspot/Dockerfile | 2 +- 11/debian/bullseye/hotspot/Dockerfile | 2 +- 11/rhel/ubi8/hotspot/Dockerfile | 2 +- 11/windows/windowsservercore-2019/hotspot/Dockerfile | 2 +- 17/alpine/hotspot/Dockerfile | 2 +- 17/debian/bullseye-slim/hotspot/Dockerfile | 2 +- 17/debian/bullseye/hotspot/Dockerfile | 2 +- docker-bake.hcl | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/11/almalinux/almalinux8/hotspot/Dockerfile b/11/almalinux/almalinux8/hotspot/Dockerfile index 98073e05a6..652a737ea2 100644 --- a/11/almalinux/almalinux8/hotspot/Dockerfile +++ b/11/almalinux/almalinux8/hotspot/Dockerfile @@ -86,7 +86,7 @@ ENV JENKINS_UC_EXPERIMENTAL=https://updates.jenkins.io/experimental ENV JENKINS_INCREMENTALS_REPO_MIRROR=https://repo.jenkins-ci.org/incrementals RUN chown -R ${user} "$JENKINS_HOME" "$REF" -ARG PLUGIN_CLI_VERSION=2.12.6 +ARG PLUGIN_CLI_VERSION=2.12.7 ARG PLUGIN_CLI_URL=https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${PLUGIN_CLI_VERSION}/jenkins-plugin-manager-${PLUGIN_CLI_VERSION}.jar RUN curl -fsSL ${PLUGIN_CLI_URL} -o /opt/jenkins-plugin-manager.jar diff --git a/11/alpine/hotspot/Dockerfile b/11/alpine/hotspot/Dockerfile index 6696f83b04..b146175a37 100644 --- a/11/alpine/hotspot/Dockerfile +++ b/11/alpine/hotspot/Dockerfile @@ -86,7 +86,7 @@ ENV JENKINS_UC_EXPERIMENTAL=https://updates.jenkins.io/experimental ENV JENKINS_INCREMENTALS_REPO_MIRROR=https://repo.jenkins-ci.org/incrementals RUN chown -R ${user} "$JENKINS_HOME" "$REF" -ARG PLUGIN_CLI_VERSION=2.12.6 +ARG PLUGIN_CLI_VERSION=2.12.7 ARG PLUGIN_CLI_URL=https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${PLUGIN_CLI_VERSION}/jenkins-plugin-manager-${PLUGIN_CLI_VERSION}.jar RUN curl -fsSL ${PLUGIN_CLI_URL} -o /opt/jenkins-plugin-manager.jar diff --git a/11/centos/centos7/hotspot/Dockerfile b/11/centos/centos7/hotspot/Dockerfile index f133a707f7..df5824bb0d 100644 --- a/11/centos/centos7/hotspot/Dockerfile +++ b/11/centos/centos7/hotspot/Dockerfile @@ -95,7 +95,7 @@ ENV JENKINS_UC_EXPERIMENTAL=https://updates.jenkins.io/experimental ENV JENKINS_INCREMENTALS_REPO_MIRROR=https://repo.jenkins-ci.org/incrementals RUN chown -R ${user} "$JENKINS_HOME" "$REF" -ARG PLUGIN_CLI_VERSION=2.12.6 +ARG PLUGIN_CLI_VERSION=2.12.7 ARG PLUGIN_CLI_URL=https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${PLUGIN_CLI_VERSION}/jenkins-plugin-manager-${PLUGIN_CLI_VERSION}.jar RUN curl -fsSL ${PLUGIN_CLI_URL} -o /opt/jenkins-plugin-manager.jar diff --git a/11/debian/bullseye-slim/hotspot/Dockerfile b/11/debian/bullseye-slim/hotspot/Dockerfile index 2dc2bbc450..9d49910347 100644 --- a/11/debian/bullseye-slim/hotspot/Dockerfile +++ b/11/debian/bullseye-slim/hotspot/Dockerfile @@ -89,7 +89,7 @@ ENV JENKINS_UC_EXPERIMENTAL=https://updates.jenkins.io/experimental ENV JENKINS_INCREMENTALS_REPO_MIRROR=https://repo.jenkins-ci.org/incrementals RUN chown -R ${user} "$JENKINS_HOME" "$REF" -ARG PLUGIN_CLI_VERSION=2.12.6 +ARG PLUGIN_CLI_VERSION=2.12.7 ARG PLUGIN_CLI_URL=https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${PLUGIN_CLI_VERSION}/jenkins-plugin-manager-${PLUGIN_CLI_VERSION}.jar RUN curl -fsSL ${PLUGIN_CLI_URL} -o /opt/jenkins-plugin-manager.jar diff --git a/11/debian/bullseye/hotspot/Dockerfile b/11/debian/bullseye/hotspot/Dockerfile index fed43085fe..33644e45cf 100644 --- a/11/debian/bullseye/hotspot/Dockerfile +++ b/11/debian/bullseye/hotspot/Dockerfile @@ -87,7 +87,7 @@ ENV JENKINS_UC_EXPERIMENTAL=https://updates.jenkins.io/experimental ENV JENKINS_INCREMENTALS_REPO_MIRROR=https://repo.jenkins-ci.org/incrementals RUN chown -R ${user} "$JENKINS_HOME" "$REF" -ARG PLUGIN_CLI_VERSION=2.12.6 +ARG PLUGIN_CLI_VERSION=2.12.7 ARG PLUGIN_CLI_URL=https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${PLUGIN_CLI_VERSION}/jenkins-plugin-manager-${PLUGIN_CLI_VERSION}.jar RUN curl -fsSL ${PLUGIN_CLI_URL} -o /opt/jenkins-plugin-manager.jar diff --git a/11/rhel/ubi8/hotspot/Dockerfile b/11/rhel/ubi8/hotspot/Dockerfile index 4831d93159..2d0643eb31 100644 --- a/11/rhel/ubi8/hotspot/Dockerfile +++ b/11/rhel/ubi8/hotspot/Dockerfile @@ -88,7 +88,7 @@ ENV JENKINS_UC_EXPERIMENTAL=https://updates.jenkins.io/experimental ENV JENKINS_INCREMENTALS_REPO_MIRROR=https://repo.jenkins-ci.org/incrementals RUN chown -R ${user} "$JENKINS_HOME" "$REF" -ARG PLUGIN_CLI_VERSION=2.12.6 +ARG PLUGIN_CLI_VERSION=2.12.7 ARG PLUGIN_CLI_URL=https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${PLUGIN_CLI_VERSION}/jenkins-plugin-manager-${PLUGIN_CLI_VERSION}.jar RUN curl -fsSL ${PLUGIN_CLI_URL} -o /opt/jenkins-plugin-manager.jar diff --git a/11/windows/windowsservercore-2019/hotspot/Dockerfile b/11/windows/windowsservercore-2019/hotspot/Dockerfile index bf0d2766be..06d58220d5 100644 --- a/11/windows/windowsservercore-2019/hotspot/Dockerfile +++ b/11/windows/windowsservercore-2019/hotspot/Dockerfile @@ -57,7 +57,7 @@ ENV JENKINS_UC https://updates.jenkins.io ENV JENKINS_UC_EXPERIMENTAL=https://updates.jenkins.io/experimental ENV JENKINS_INCREMENTALS_REPO_MIRROR=https://repo.jenkins-ci.org/incrementals -ARG PLUGIN_CLI_VERSION=2.12.6 +ARG PLUGIN_CLI_VERSION=2.12.7 ARG PLUGIN_CLI_URL=https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${PLUGIN_CLI_VERSION}/jenkins-plugin-manager-${PLUGIN_CLI_VERSION}.jar RUN curl.exe -fsSL "$env:PLUGIN_CLI_URL" -o C:/ProgramData/Jenkins/jenkins-plugin-manager.jar diff --git a/17/alpine/hotspot/Dockerfile b/17/alpine/hotspot/Dockerfile index a95c38c955..1cac6eb081 100644 --- a/17/alpine/hotspot/Dockerfile +++ b/17/alpine/hotspot/Dockerfile @@ -87,7 +87,7 @@ ENV JENKINS_UC_EXPERIMENTAL=https://updates.jenkins.io/experimental ENV JENKINS_INCREMENTALS_REPO_MIRROR=https://repo.jenkins-ci.org/incrementals RUN chown -R ${user} "$JENKINS_HOME" "$REF" -ARG PLUGIN_CLI_VERSION=2.12.6 +ARG PLUGIN_CLI_VERSION=2.12.7 ARG PLUGIN_CLI_URL=https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${PLUGIN_CLI_VERSION}/jenkins-plugin-manager-${PLUGIN_CLI_VERSION}.jar RUN curl -fsSL ${PLUGIN_CLI_URL} -o /opt/jenkins-plugin-manager.jar diff --git a/17/debian/bullseye-slim/hotspot/Dockerfile b/17/debian/bullseye-slim/hotspot/Dockerfile index 860f5d04e7..757e773466 100644 --- a/17/debian/bullseye-slim/hotspot/Dockerfile +++ b/17/debian/bullseye-slim/hotspot/Dockerfile @@ -89,7 +89,7 @@ ENV JENKINS_UC_EXPERIMENTAL=https://updates.jenkins.io/experimental ENV JENKINS_INCREMENTALS_REPO_MIRROR=https://repo.jenkins-ci.org/incrementals RUN chown -R ${user} "$JENKINS_HOME" "$REF" -ARG PLUGIN_CLI_VERSION=2.12.6 +ARG PLUGIN_CLI_VERSION=2.12.7 ARG PLUGIN_CLI_URL=https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${PLUGIN_CLI_VERSION}/jenkins-plugin-manager-${PLUGIN_CLI_VERSION}.jar RUN curl -fsSL ${PLUGIN_CLI_URL} -o /opt/jenkins-plugin-manager.jar diff --git a/17/debian/bullseye/hotspot/Dockerfile b/17/debian/bullseye/hotspot/Dockerfile index a73a645eda..27e7e49d95 100644 --- a/17/debian/bullseye/hotspot/Dockerfile +++ b/17/debian/bullseye/hotspot/Dockerfile @@ -87,7 +87,7 @@ ENV JENKINS_UC_EXPERIMENTAL=https://updates.jenkins.io/experimental ENV JENKINS_INCREMENTALS_REPO_MIRROR=https://repo.jenkins-ci.org/incrementals RUN chown -R ${user} "$JENKINS_HOME" "$REF" -ARG PLUGIN_CLI_VERSION=2.12.6 +ARG PLUGIN_CLI_VERSION=2.12.7 ARG PLUGIN_CLI_URL=https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${PLUGIN_CLI_VERSION}/jenkins-plugin-manager-${PLUGIN_CLI_VERSION}.jar RUN curl -fsSL ${PLUGIN_CLI_URL} -o /opt/jenkins-plugin-manager.jar diff --git a/docker-bake.hcl b/docker-bake.hcl index fd1f48eb35..4fb77ca7bf 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -60,7 +60,7 @@ variable "LATEST_LTS" { } variable "PLUGIN_CLI_VERSION" { - default = "2.12.6" + default = "2.12.7" } variable "COMMIT_SHA" {