summaryrefslogtreecommitdiffstats
path: root/ubuntu
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-01 15:59:38 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-01 15:59:38 +0000
commit1f8c95ab7ae772e2f6945f05ac19006ffb892e22 (patch)
treeea0cc4ad97fcff98af094ed73e3f4d7cc425dfa6 /ubuntu
parent4b054f9fab21f76992441e92069694d9f0cba0aa (diff)
parent468051046599745b03f523c8696c41e65aad4ea9 (diff)
Merge "Make images arm-64 compatible"
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/pom.xml2
-rw-r--r--ubuntu/src/main/docker/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/pom.xml b/ubuntu/pom.xml
index 2c18f251..bc6f903f 100644
--- a/ubuntu/pom.xml
+++ b/ubuntu/pom.xml
@@ -80,7 +80,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.26.0</version>
+ <version>0.28.0</version>
<inherited>false</inherited>
<configuration>
diff --git a/ubuntu/src/main/docker/Dockerfile b/ubuntu/src/main/docker/Dockerfile
index 0066e761..e2eb9b5a 100644
--- a/ubuntu/src/main/docker/Dockerfile
+++ b/ubuntu/src/main/docker/Dockerfile
@@ -1,5 +1,5 @@
# Base ubuntu with added packages needed for open ecomp
-FROM ubuntu:16.04
+FROM docker.io/ubuntu:16.04
MAINTAINER CCSDK Team (onap-ccsdk@lists.onap.org)
ARG HTTP_PROXY