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
3cf8e81a
Commit
3cf8e81a
authored
Jun 02, 2017
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.4.x' into 1.5.x
parents
f11edd1e
a69a851a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
24 deletions
+9
-24
Dockerfile
...s/src/test/resources/conf/CentOS/5.11-f5ac6bb5/Dockerfile
+0
-12
Dockerfile
...ts/src/test/resources/conf/CentOS/6.8-699d6ab3/Dockerfile
+0
-12
Dockerfile
...ts/src/test/resources/conf/CentOS/6.9-a23bced6/Dockerfile
+9
-0
No files found.
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/5.11-f5ac6bb5/Dockerfile
deleted
100644 → 0
View file @
f11edd1e
# CentOS 5.11 from 30/08/2016
FROM
centos@sha256:f5ac6bb54c5042387c79c83fca93eff7b721da54ab995fd64a20b23f6785465d
RUN
yum
install
-y
wget
&&
\
yum
install
-y
system-config-services
&&
\
yum
install
-y
curl
&&
\
wget
--no-cookies
\
--no-check-certificate
\
--header
"Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
\
--output-document
jdk.rpm
\
http://download.oracle.com/otn-pub/java/jdk/8u66-b17/jdk-8u66-linux-x64.rpm
&&
\
yum
--nogpg
localinstall
-y
jdk.rpm
&&
\
rm
-f
jdk.rpm
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/6.8-699d6ab3/Dockerfile
deleted
100644 → 0
View file @
f11edd1e
# CentOS 6.8 from 30/08/2016
FROM
centos@sha256:699d6ab3b404f286b5f5e88415e05668b7af39413d2941aa2bdf1a843b77e9ed
RUN
yum
install
-y
wget
&&
\
yum
install
-y
system-config-services
&&
\
yum
install
-y
curl
&&
\
wget
--no-cookies
\
--no-check-certificate
\
--header
"Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
\
--output-document
jdk.rpm
\
http://download.oracle.com/otn-pub/java/jdk/8u66-b17/jdk-8u66-linux-x64.rpm
&&
\
yum
--nogpg
localinstall
-y
jdk.rpm
&&
\
rm
-f
jdk.rpm
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/6.9-a23bced6/Dockerfile
0 → 100644
View file @
3cf8e81a
# CentOS 6.9 from 02/06/2017
FROM
centos@sha256:a23bced61701af9a0a758e94229676d9f09996a3ff0f3d26955b06bac8c282e0
RUN
yum
install
-y
wget
&&
\
yum
install
-y
system-config-services
&&
\
yum
install
-y
curl
&&
\
wget
--output-document
jdk.rpm
\
http://cdn.azul.com/zulu/bin/zulu8.21.0.1-jdk8.0.131-linux.x86_64.rpm
&&
\
yum
--nogpg
localinstall
-y
jdk.rpm
&&
\
rm
-f
jdk.rpm
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