summaryrefslogtreecommitdiffstats
path: root/ubuntu
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2018-12-14 13:00:43 -0500
committerTimoney, Dan (dt5972) <dtimoney@att.com>2018-12-14 15:35:39 -0500
commitb1ac7253c276b1848a37f8e16d8aab93e643a97e (patch)
tree04c75385fa25b7d610bf013714de5d1945343dde /ubuntu
parent92b56035f5e56fc4bb035c44fd90415d55cfcd30 (diff)
Port ODL Oxygen to alpine
Add new alpine-based images for OpenDaylight Oxygen container. Change-Id: I49eb198e39a4dd71736175876e2e1af0a85d5228 Issue-ID: CCSDK-841 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/pom.xml b/ubuntu/pom.xml
index 9ebc3f12..fb655b01 100644
--- a/ubuntu/pom.xml
+++ b/ubuntu/pom.xml
@@ -94,7 +94,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.16.5</version>
+ <version>0.26.0</version>
<inherited>false</inherited>
<configuration>
@@ -104,7 +104,7 @@
<build>
<cleanup>try</cleanup>
<dockerFileDir>${basedir}/target/docker-stage</dockerFileDir>
- <dockerFile>${basedir}/target/docker-stage/Dockerfile</dockerFile>
+ <dockerFile>Dockerfile</dockerFile>
<tags>
<tag>${project.version}</tag>
<tag>${project.version}-STAGING-${maven.build.timestamp}</tag>