Skip to content

Commit 4bbd49d

Browse files
authored
Update default jenkins version to 2.428 (#1752)
1 parent a41dc40 commit 4bbd49d

File tree

17 files changed

+34
-34
lines changed

17 files changed

+34
-34
lines changed

11/almalinux/almalinux8/hotspot/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ RUN curl -fsSL "https://github.com/krallin/tini/releases/download/${TINI_VERSION
7676

7777
# jenkins version being bundled in this docker image
7878
ARG JENKINS_VERSION
79-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.427}
79+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.428}
8080

8181
# jenkins.war checksum, download will be validated using it
82-
ARG JENKINS_SHA=0fc5c7b9956221ed7deac1ce7c2ac3f86d0059fac6ceabfec11718550fb701d2
82+
ARG JENKINS_SHA=b4f596923eb37b93c3f5a21a6a32fc3bedd57d04a1b63186811c0ce8b3d9f07c
8383

8484
# Can be used to customize where jenkins.war get downloaded from
8585
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war

11/alpine/hotspot/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ RUN mkdir -p ${REF}/init.groovy.d
6868

6969
# jenkins version being bundled in this docker image
7070
ARG JENKINS_VERSION
71-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.427}
71+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.428}
7272

7373
# jenkins.war checksum, download will be validated using it
74-
ARG JENKINS_SHA=0fc5c7b9956221ed7deac1ce7c2ac3f86d0059fac6ceabfec11718550fb701d2
74+
ARG JENKINS_SHA=b4f596923eb37b93c3f5a21a6a32fc3bedd57d04a1b63186811c0ce8b3d9f07c
7575

7676
# Can be used to customize where jenkins.war get downloaded from
7777
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war

11/centos/centos7/hotspot/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ RUN curl -fsSL "https://github.com/krallin/tini/releases/download/${TINI_VERSION
7777

7878
# jenkins version being bundled in this docker image
7979
ARG JENKINS_VERSION
80-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.427}
80+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.428}
8181

8282
# jenkins.war checksum, download will be validated using it
83-
ARG JENKINS_SHA=0fc5c7b9956221ed7deac1ce7c2ac3f86d0059fac6ceabfec11718550fb701d2
83+
ARG JENKINS_SHA=b4f596923eb37b93c3f5a21a6a32fc3bedd57d04a1b63186811c0ce8b3d9f07c
8484

8585
# Can be used to customize where jenkins.war get downloaded from
8686
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war

11/debian/bookworm-slim/hotspot/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ RUN mkdir -p ${REF}/init.groovy.d
7373

7474
# jenkins version being bundled in this docker image
7575
ARG JENKINS_VERSION
76-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.427}
76+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.428}
7777

7878
# jenkins.war checksum, download will be validated using it
79-
ARG JENKINS_SHA=0fc5c7b9956221ed7deac1ce7c2ac3f86d0059fac6ceabfec11718550fb701d2
79+
ARG JENKINS_SHA=b4f596923eb37b93c3f5a21a6a32fc3bedd57d04a1b63186811c0ce8b3d9f07c
8080

8181
# Can be used to customize where jenkins.war get downloaded from
8282
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war

11/debian/bookworm/hotspot/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ RUN mkdir -p ${REF}/init.groovy.d
7171

7272
# jenkins version being bundled in this docker image
7373
ARG JENKINS_VERSION
74-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.427}
74+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.428}
7575

7676
# jenkins.war checksum, download will be validated using it
77-
ARG JENKINS_SHA=0fc5c7b9956221ed7deac1ce7c2ac3f86d0059fac6ceabfec11718550fb701d2
77+
ARG JENKINS_SHA=b4f596923eb37b93c3f5a21a6a32fc3bedd57d04a1b63186811c0ce8b3d9f07c
7878

7979
# Can be used to customize where jenkins.war get downloaded from
8080
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war

11/rhel/ubi8/hotspot/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ RUN curl -fsSL "https://github.com/krallin/tini/releases/download/${TINI_VERSION
7878

7979
# jenkins version being bundled in this docker image
8080
ARG JENKINS_VERSION
81-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.427}
81+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.428}
8282

8383
# jenkins.war checksum, download will be validated using it
84-
ARG JENKINS_SHA=0fc5c7b9956221ed7deac1ce7c2ac3f86d0059fac6ceabfec11718550fb701d2
84+
ARG JENKINS_SHA=b4f596923eb37b93c3f5a21a6a32fc3bedd57d04a1b63186811c0ce8b3d9f07c
8585

8686
# Can be used to customize where jenkins.war get downloaded from
8787
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war

11/windows/windowsservercore-2019/hotspot/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ RUN New-Item -ItemType Directory -Force -Path C:/ProgramData/Jenkins/Reference/i
4141

4242
# jenkins version being bundled in this docker image
4343
ARG JENKINS_VERSION
44-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.427}
44+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.428}
4545

4646
# jenkins.war checksum, download will be validated using it
47-
ARG JENKINS_SHA=0fc5c7b9956221ed7deac1ce7c2ac3f86d0059fac6ceabfec11718550fb701d2
47+
ARG JENKINS_SHA=b4f596923eb37b93c3f5a21a6a32fc3bedd57d04a1b63186811c0ce8b3d9f07c
4848

4949
# Can be used to customize where jenkins.war get downloaded from
5050
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war

17/alpine/hotspot/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ RUN mkdir -p ${REF}/init.groovy.d
7777

7878
# jenkins version being bundled in this docker image
7979
ARG JENKINS_VERSION
80-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.427}
80+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.428}
8181

8282
# jenkins.war checksum, download will be validated using it
83-
ARG JENKINS_SHA=0fc5c7b9956221ed7deac1ce7c2ac3f86d0059fac6ceabfec11718550fb701d2
83+
ARG JENKINS_SHA=b4f596923eb37b93c3f5a21a6a32fc3bedd57d04a1b63186811c0ce8b3d9f07c
8484

8585
# Can be used to customize where jenkins.war get downloaded from
8686
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war

17/debian/bookworm-slim/hotspot/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ RUN mkdir -p ${REF}/init.groovy.d
7373

7474
# jenkins version being bundled in this docker image
7575
ARG JENKINS_VERSION
76-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.427}
76+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.428}
7777

7878
# jenkins.war checksum, download will be validated using it
79-
ARG JENKINS_SHA=0fc5c7b9956221ed7deac1ce7c2ac3f86d0059fac6ceabfec11718550fb701d2
79+
ARG JENKINS_SHA=b4f596923eb37b93c3f5a21a6a32fc3bedd57d04a1b63186811c0ce8b3d9f07c
8080

8181
# Can be used to customize where jenkins.war get downloaded from
8282
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war

17/debian/bookworm/hotspot/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ RUN mkdir -p ${REF}/init.groovy.d
7171

7272
# jenkins version being bundled in this docker image
7373
ARG JENKINS_VERSION
74-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.427}
74+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.428}
7575

7676
# jenkins.war checksum, download will be validated using it
77-
ARG JENKINS_SHA=0fc5c7b9956221ed7deac1ce7c2ac3f86d0059fac6ceabfec11718550fb701d2
77+
ARG JENKINS_SHA=b4f596923eb37b93c3f5a21a6a32fc3bedd57d04a1b63186811c0ce8b3d9f07c
7878

7979
# Can be used to customize where jenkins.war get downloaded from
8080
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war

17/rhel/ubi9/hotspot/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ RUN curl -fsSL "https://github.com/krallin/tini/releases/download/${TINI_VERSION
6969

7070
# jenkins version being bundled in this docker image
7171
ARG JENKINS_VERSION
72-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.427}
72+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.428}
7373

7474
# jenkins.war checksum, download will be validated using it
75-
ARG JENKINS_SHA=0fc5c7b9956221ed7deac1ce7c2ac3f86d0059fac6ceabfec11718550fb701d2
75+
ARG JENKINS_SHA=b4f596923eb37b93c3f5a21a6a32fc3bedd57d04a1b63186811c0ce8b3d9f07c
7676

7777
# Can be used to customize where jenkins.war get downloaded from
7878
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war

21/alpine/hotspot/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ RUN mkdir -p ${REF}/init.groovy.d
7777

7878
# jenkins version being bundled in this docker image
7979
ARG JENKINS_VERSION
80-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.427}
80+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.428}
8181

8282
# jenkins.war checksum, download will be validated using it
83-
ARG JENKINS_SHA=0fc5c7b9956221ed7deac1ce7c2ac3f86d0059fac6ceabfec11718550fb701d2
83+
ARG JENKINS_SHA=b4f596923eb37b93c3f5a21a6a32fc3bedd57d04a1b63186811c0ce8b3d9f07c
8484

8585
# Can be used to customize where jenkins.war get downloaded from
8686
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war

21/debian/bookworm-slim/hotspot/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ RUN mkdir -p ${REF}/init.groovy.d
7777

7878
# jenkins version being bundled in this docker image
7979
ARG JENKINS_VERSION
80-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.427}
80+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.428}
8181

8282
# jenkins.war checksum, download will be validated using it
83-
ARG JENKINS_SHA=0fc5c7b9956221ed7deac1ce7c2ac3f86d0059fac6ceabfec11718550fb701d2
83+
ARG JENKINS_SHA=b4f596923eb37b93c3f5a21a6a32fc3bedd57d04a1b63186811c0ce8b3d9f07c
8484

8585
# Can be used to customize where jenkins.war get downloaded from
8686
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war

21/debian/bookworm-slim/hotspot/preview/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ RUN mkdir -p ${REF}/init.groovy.d
100100

101101
# jenkins version being bundled in this docker image
102102
ARG JENKINS_VERSION
103-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.427}
103+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.428}
104104

105105
# jenkins.war checksum, download will be validated using it
106-
ARG JENKINS_SHA=0fc5c7b9956221ed7deac1ce7c2ac3f86d0059fac6ceabfec11718550fb701d2
106+
ARG JENKINS_SHA=b4f596923eb37b93c3f5a21a6a32fc3bedd57d04a1b63186811c0ce8b3d9f07c
107107

108108
# Can be used to customize where jenkins.war get downloaded from
109109
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war

21/debian/bookworm/hotspot/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ RUN mkdir -p ${REF}/init.groovy.d
7777

7878
# jenkins version being bundled in this docker image
7979
ARG JENKINS_VERSION
80-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.427}
80+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.428}
8181

8282
# jenkins.war checksum, download will be validated using it
83-
ARG JENKINS_SHA=0fc5c7b9956221ed7deac1ce7c2ac3f86d0059fac6ceabfec11718550fb701d2
83+
ARG JENKINS_SHA=b4f596923eb37b93c3f5a21a6a32fc3bedd57d04a1b63186811c0ce8b3d9f07c
8484

8585
# Can be used to customize where jenkins.war get downloaded from
8686
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war

21/debian/bookworm/hotspot/preview/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ RUN mkdir -p ${REF}/init.groovy.d
100100

101101
# jenkins version being bundled in this docker image
102102
ARG JENKINS_VERSION
103-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.427}
103+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.428}
104104

105105
# jenkins.war checksum, download will be validated using it
106-
ARG JENKINS_SHA=0fc5c7b9956221ed7deac1ce7c2ac3f86d0059fac6ceabfec11718550fb701d2
106+
ARG JENKINS_SHA=b4f596923eb37b93c3f5a21a6a32fc3bedd57d04a1b63186811c0ce8b3d9f07c
107107

108108
# Can be used to customize where jenkins.war get downloaded from
109109
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war

21/rhel/ubi9/hotspot/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ RUN curl -fsSL "https://github.com/krallin/tini/releases/download/${TINI_VERSION
8686

8787
# jenkins version being bundled in this docker image
8888
ARG JENKINS_VERSION
89-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.427}
89+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.428}
9090

9191
# jenkins.war checksum, download will be validated using it
92-
ARG JENKINS_SHA=0fc5c7b9956221ed7deac1ce7c2ac3f86d0059fac6ceabfec11718550fb701d2
92+
ARG JENKINS_SHA=b4f596923eb37b93c3f5a21a6a32fc3bedd57d04a1b63186811c0ce8b3d9f07c
9393

9494
# Can be used to customize where jenkins.war get downloaded from
9595
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war

0 commit comments

Comments
 (0)