Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
e9150061
Commit
e9150061
authored
Nov 01, 2018
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use sha256 hashes for Docker base images to ensure repeatability
Closes gh-15056
parent
2927195b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
Dockerfile
ci/images/spring-boot-ci-image/Dockerfile
+2
-1
Dockerfile
ci/images/spring-boot-jdk10-ci-image/Dockerfile
+2
-1
Dockerfile
ci/images/spring-boot-jdk9-ci-image/Dockerfile
+2
-1
No files found.
ci/images/spring-boot-ci-image/Dockerfile
View file @
e9150061
FROM
openjdk:8u181-jdk
# 1.8.0_181-8u181-b13-1~deb9u1-b13
FROM
openjdk@sha256:1b842a215cf3437c9197f0f47e5c1a12f0a27aed27b84536ee3d8ef6b9b7e19e
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
apt-get
install
-y
git
&&
\
apt-get
install
-y
git
&&
\
...
...
ci/images/spring-boot-jdk10-ci-image/Dockerfile
View file @
e9150061
FROM
openjdk:10.0.2-13-jdk
# 10.0.2+13-Debian-2
FROM
openjdk@sha256:6f481d9b45665cbfd39309ef72dc2afe628ff4721c29d3c5b8852287e6cb8668
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
apt-get
install
-y
git
&&
\
apt-get
install
-y
git
&&
\
...
...
ci/images/spring-boot-jdk9-ci-image/Dockerfile
View file @
e9150061
FROM
openjdk:9.0.4-12-jdk
# 9.0.4+12-Debian-4
FROM
openjdk@sha256:0e48e7e79d9e5637ee5d9c4a4fa2615c7bde69390aab06f7105eb4a8ebec8383
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
apt-get
install
-y
git
&&
\
apt-get
install
-y
git
&&
\
...
...
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