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
8bd2e699
Commit
8bd2e699
authored
Sep 20, 2016
by
Vedran Pavic
Committed by
Andy Wilkinson
Nov 22, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Docker images used by launch script integration tests
parent
617a8259
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
Dockerfile
...s/src/test/resources/conf/CentOS/5.11-f5ac6bb5/Dockerfile
+2
-2
Dockerfile
...ts/src/test/resources/conf/CentOS/6.8-699d6ab3/Dockerfile
+2
-2
Dockerfile
...src/test/resources/conf/Ubuntu/trusty-20160914/Dockerfile
+1
-1
Dockerfile
...src/test/resources/conf/Ubuntu/xenial-20160914/Dockerfile
+1
-1
No files found.
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/5.11-
7f8a8084
/Dockerfile
→
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/5.11-
f5ac6bb5
/Dockerfile
View file @
8bd2e699
# CentOS 5.11 from
22/03
/2016
# CentOS 5.11 from
30/08
/2016
FROM
centos@sha256:
7f8a808416f712da6931ac65e4308fede7fe86bcf15364b6f63af88840fe6131
FROM
centos@sha256:
f5ac6bb54c5042387c79c83fca93eff7b721da54ab995fd64a20b23f6785465d
RUN
yum
install
-y
wget
&&
\
RUN
yum
install
-y
wget
&&
\
yum
install
-y
system-config-services
&&
\
yum
install
-y
system-config-services
&&
\
yum
install
-y
curl
&&
\
yum
install
-y
curl
&&
\
...
...
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/6.
7-4f6d8f79
/Dockerfile
→
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/6.
8-699d6ab3
/Dockerfile
View file @
8bd2e699
# CentOS 6.
7 from 22/03
/2016
# CentOS 6.
8 from 30/08
/2016
FROM
centos@sha256:
4f6d8f794af3574eca603b965fc0b63fdf852be29c17d3ab4cad7ec2272b82b
d
FROM
centos@sha256:
699d6ab3b404f286b5f5e88415e05668b7af39413d2941aa2bdf1a843b77e9e
d
RUN
yum
install
-y
wget
&&
\
RUN
yum
install
-y
wget
&&
\
yum
install
-y
system-config-services
&&
\
yum
install
-y
system-config-services
&&
\
yum
install
-y
curl
&&
\
yum
install
-y
curl
&&
\
...
...
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/Ubuntu/
xenial-20160503
/Dockerfile
→
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/Ubuntu/
trusty-20160914
/Dockerfile
View file @
8bd2e699
FROM
ubuntu:
xenial-20160503
FROM
ubuntu:
trusty-20160914
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
apt-get
install
-y
software-properties-common
&&
\
apt-get
install
-y
software-properties-common
&&
\
add-apt-repository ppa:webupd8team/java
-y
&&
\
add-apt-repository ppa:webupd8team/java
-y
&&
\
...
...
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/Ubuntu/
trusty-20160503.1
/Dockerfile
→
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/Ubuntu/
xenial-20160914
/Dockerfile
View file @
8bd2e699
FROM
ubuntu:
trusty-20160503.1
FROM
ubuntu:
xenial-20160914
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
apt-get
install
-y
software-properties-common
&&
\
apt-get
install
-y
software-properties-common
&&
\
add-apt-repository ppa:webupd8team/java
-y
&&
\
add-apt-repository ppa:webupd8team/java
-y
&&
\
...
...
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