Skip to content

Commit 746f8c1

Browse files
committed
modified dockerfile for new version 2.2
1 parent 2e7e6c0 commit 746f8c1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

jenkins/jenkins/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ RUN curl -fsSL https://github.com/krallin/tini/releases/download/v0.5.0/tini-sta
3636
COPY init.groovy /usr/share/jenkins/ref/init.groovy.d/tcp-slave-agent-port.groovy
3737

3838
ARG JENKINS_VERSION
39-
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.1}
39+
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.2}
4040
ARG JENKINS_SHA
41-
ENV JENKINS_SHA ${JENKINS_SHA:-479476e282eff2b3bae076e81444202356fb0259}
41+
ENV JENKINS_SHA ${JENKINS_SHA:-ac0b046f477620088fc8e9a40c510e484d975d63}
4242

4343

4444
# could use ADD but this one does not check Last-Modified header

jenkins/jenkins/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
The Jenkins Continuous Integration and Delivery server.
44

5-
This is a fully functional Jenkins server, based on the Long Term Support release
6-
[http://jenkins-ci.org/](http://jenkins-ci.org/).
5+
This is a fully functional Jenkins server, based on the current release [http://jenkins-ci.org/](http://jenkins-ci.org/).
76
This image is derived from the official jenkins image at https://hub.docker.com/_/jenkins/ for supporting newer versions (>2.0). The base-code is almost the same.
87

98
<img src="http://jenkins-ci.org/sites/default/files/jenkins_logo.png"/>

0 commit comments

Comments
 (0)