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
5d217703
Commit
5d217703
authored
May 09, 2016
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.3.x'
parents
1d6b1d7d
3891b242
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
pom.xml
...integration-tests/spring-boot-launch-script-tests/pom.xml
+1
-1
Dockerfile
...c/test/resources/conf/Ubuntu/trusty-20160503.1/Dockerfile
+9
-0
Dockerfile
...src/test/resources/conf/Ubuntu/xenial-20160503/Dockerfile
+3
-2
No files found.
spring-boot-integration-tests/spring-boot-launch-script-tests/pom.xml
View file @
5d217703
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
<dependency>
<dependency>
<groupId>
com.github.docker-java
</groupId>
<groupId>
com.github.docker-java
</groupId>
<artifactId>
docker-java
</artifactId>
<artifactId>
docker-java
</artifactId>
<version>
2.2.
2
</version>
<version>
2.2.
3
</version>
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/Ubuntu/trusty-20160503.1/Dockerfile
0 → 100644
View file @
5d217703
FROM
ubuntu:trusty-20160503.1
RUN
apt-get update
&&
\
apt-get
install
-y
software-properties-common
&&
\
add-apt-repository ppa:webupd8team/java
-y
&&
\
apt-get update
&&
\
echo
oracle-java7-installer shared/accepted-oracle-license-v1-1
select
true
| /usr/bin/debconf-set-selections
&&
\
apt-get
install
-y
oracle-java8-installer
&&
\
apt-get
install
-y
curl
&&
\
apt-get clean
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/Ubuntu/
trusty-20160317
/Dockerfile
→
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/Ubuntu/
xenial-20160503
/Dockerfile
View file @
5d217703
FROM
ubuntu:trusty-20160317
FROM
ubuntu:xenial-20160503
RUN
apt-get
install
-y
software-properties-common
&&
\
RUN
apt-get update
&&
\
apt-get
install
-y
software-properties-common
&&
\
add-apt-repository ppa:webupd8team/java
-y
&&
\
add-apt-repository ppa:webupd8team/java
-y
&&
\
apt-get update
&&
\
apt-get update
&&
\
echo
oracle-java7-installer shared/accepted-oracle-license-v1-1
select
true
| /usr/bin/debconf-set-selections
&&
\
echo
oracle-java7-installer shared/accepted-oracle-license-v1-1
select
true
| /usr/bin/debconf-set-selections
&&
\
...
...
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