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
f1f50667
Commit
f1f50667
authored
Apr 06, 2016
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.3.x'
parents
1d4e52cc
d6ad4dcc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
Dockerfile
...s/src/test/resources/conf/CentOS/5.11-7f8a8084/Dockerfile
+2
-1
Dockerfile
...ts/src/test/resources/conf/CentOS/6.7-4f6d8f79/Dockerfile
+2
-1
Dockerfile
...src/test/resources/conf/Ubuntu/trusty-20160317/Dockerfile
+1
-1
No files found.
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/
6.7
/Dockerfile
→
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/
5.11-7f8a8084
/Dockerfile
View file @
f1f50667
FROM
centos:6.7
# CentOS 5.11 from 22/03/2016
FROM
centos@sha256:7f8a808416f712da6931ac65e4308fede7fe86bcf15364b6f63af88840fe6131
RUN
yum
install
-y
wget
&&
\
yum
install
-y
system-config-services
&&
\
yum
install
-y
curl
&&
\
...
...
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/
5.11
/Dockerfile
→
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/
6.7-4f6d8f79
/Dockerfile
View file @
f1f50667
FROM
centos:5.11
# CentOS 6.7 from 22/03/2016
FROM
centos@sha256:4f6d8f794af3574eca603b965fc0b63fdf852be29c17d3ab4cad7ec2272b82bd
RUN
yum
install
-y
wget
&&
\
yum
install
-y
system-config-services
&&
\
yum
install
-y
curl
&&
\
...
...
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/Ubuntu/
14.04.3
/Dockerfile
→
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/Ubuntu/
trusty-20160317
/Dockerfile
View file @
f1f50667
FROM
ubuntu:
14.04.3
FROM
ubuntu:
trusty-20160317
RUN
apt-get
install
-y
software-properties-common
&&
\
add-apt-repository ppa:webupd8team/java
-y
&&
\
apt-get update
&&
\
...
...
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