Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-image
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tools
docker-image
Commits
7a5b2d08
Commit
7a5b2d08
authored
Sep 08, 2018
by
caiyanming
Committed by
caiyanming
Oct 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upgrade to 2.141
Change-Id: Ieecf0dc61d9fdb1ae090a456f5ea6383d8c53190
parent
7979c3f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
jenkins/Dockerfile
jenkins/Dockerfile
+2
-2
jenkins/jenkins-war-2.141.war
jenkins/jenkins-war-2.141.war
+0
-0
No files found.
jenkins/Dockerfile
View file @
7a5b2d08
...
...
@@ -68,7 +68,7 @@ COPY init.groovy /usr/share/jenkins/ref/init.groovy.d/tcp-slave-agent-port.groov
# jenkins version being bundled in this docker image
ARG
JENKINS_VERSION
ENV
JENKINS_VERSION ${JENKINS_VERSION:-2.1
07.3
}
ENV
JENKINS_VERSION ${JENKINS_VERSION:-2.1
41
}
# jenkins.war checksum, download will be validated using it
ARG
JENKINS_SHA=17a9e509bec5b16bde5b50bc7f59d5f1e458a55fe433deb86fd73b865bf89ab8
...
...
@@ -80,7 +80,7 @@ ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-w
# see https://github.com/docker/docker/issues/8331
# RUN curl -fsSL ${JENKINS_URL} -o /usr/share/jenkins/jenkins.war \
# && echo "${JENKINS_SHA} /usr/share/jenkins/jenkins.war" | sha256sum -c -
COPY
jenkins-war-2.14
0
.war /usr/share/jenkins/jenkins.war
COPY
jenkins-war-2.14
1
.war /usr/share/jenkins/jenkins.war
ENV
JENKINS_UC https://updates.jenkins.io
ENV
JENKINS_UC_EXPERIMENTAL=https://updates.jenkins.io/experimental
...
...
jenkins/jenkins-war-2.14
0
.war
→
jenkins/jenkins-war-2.14
1
.war
View file @
7a5b2d08
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment