File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed
adoptopenjdk-11-jre-alpine Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ ENV JDK_11 true
2929
3030ENV JENKINS_UC https://updates.jenkins.io
3131ENV CASC_JENKINS_CONFIG /usr/share/jenkins/ref/casc
32- ENV JENKINS_PM_VERSION 2.0.1
33- ENV JENKINS_PM_URL https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/plugin-management-parent-pom-$ JENKINS_PM_VERSION/jenkins-plugin-manager-$JENKINS_PM_VERSION.jar
32+ ENV JENKINS_PM_VERSION 2.1.3
33+ ENV JENKINS_PM_URL https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${ JENKINS_PM_VERSION} /jenkins-plugin-manager-${ JENKINS_PM_VERSION} .jar
3434
3535USER root
3636RUN mkdir -p /app /usr/share/jenkins/ref/plugins /usr/share/jenkins/ref/casc /app/bin \
Original file line number Diff line number Diff line change @@ -26,8 +26,9 @@ RUN echo "Optimizing plugins..." && \
2626FROM adoptopenjdk/openjdk11:jre-11.0.7_10-alpine
2727ENV JENKINS_UC https://updates.jenkins.io
2828ENV CASC_JENKINS_CONFIG /usr/share/jenkins/ref/casc
29- ENV JENKINS_PM_VERSION 2.0.1
30- ENV JENKINS_PM_URL https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/plugin-management-parent-pom-$JENKINS_PM_VERSION/jenkins-plugin-manager-$JENKINS_PM_VERSION.jar
29+ ENV JENKINS_PM_VERSION 2.1.3
30+ ENV JENKINS_PM_URL https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${JENKINS_PM_VERSION}/jenkins-plugin-manager-${JENKINS_PM_VERSION}.jar
31+
3132USER root
3233RUN apk add --update --no-cache wget git \
3334 && mkdir -p /app /usr/share/jenkins/ref/plugins /usr/share/jenkins/ref/casc /app/bin \
Original file line number Diff line number Diff line change @@ -26,8 +26,9 @@ RUN echo "Optimizing plugins..." && \
2626FROM adoptopenjdk/openjdk8:jdk8u252-b09-alpine
2727ENV JENKINS_UC https://updates.jenkins.io
2828ENV CASC_JENKINS_CONFIG /usr/share/jenkins/ref/casc
29- ENV JENKINS_PM_VERSION 2.0.1
30- ENV JENKINS_PM_URL https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/plugin-management-parent-pom-$JENKINS_PM_VERSION/jenkins-plugin-manager-$JENKINS_PM_VERSION.jar
29+ ENV JENKINS_PM_VERSION 2.1.3
30+ ENV JENKINS_PM_URL https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${JENKINS_PM_VERSION}/jenkins-plugin-manager-${JENKINS_PM_VERSION}.jar
31+
3132USER root
3233RUN apk add --update --no-cache wget git \
3334 && mkdir -p /app /usr/share/jenkins/ref/plugins /usr/share/jenkins/ref/casc /app/bin \
Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ RUN apt-get update && apt-get install wget && rm -rf /var/lib/apt/lists/*
2727
2828ENV JENKINS_UC https://updates.jenkins.io
2929ENV CASC_JENKINS_CONFIG /usr/share/jenkins/ref/casc
30- ENV JENKINS_PM_VERSION 2.0.1
31- ENV JENKINS_PM_URL https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/plugin-management-parent-pom-$JENKINS_PM_VERSION/jenkins-plugin-manager-$JENKINS_PM_VERSION.jar
30+ ENV JENKINS_PM_VERSION 2.1.3
31+ ENV JENKINS_PM_URL https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${JENKINS_PM_VERSION}/jenkins-plugin-manager-${JENKINS_PM_VERSION}.jar
32+
3233USER root
3334RUN mkdir -p /app /usr/share/jenkins/ref/plugins /usr/share/jenkins/ref/casc /app/bin \
3435 && echo "jenkins: {}" >/usr/share/jenkins/ref/casc/jenkins.yaml \
You can’t perform that action at this time.
0 commit comments