diff options
author | Simon Hrabos <simon.hrabos@tieto.com> | 2019-03-28 03:22:04 -0700 |
---|---|---|
committer | Simon Hrabos <simon.hrabos@tieto.com> | 2019-04-01 06:44:03 +0000 |
commit | 468051046599745b03f523c8696c41e65aad4ea9 (patch) | |
tree | 458be8d41382d16b9960b651916e48ed7864ff28 /ubuntu | |
parent | 43a582e191786fac59b16e5651e387a0558e484f (diff) |
Make images arm-64 compatible
Modify versions of docker maven plugin, so the images can be build on arm64
Change-Id: Ibc66feb2405359a564e87ff772ecebf2c05c7345
Issue-ID: INT-1005
Signed-off-by: Simon Hrabos <simon.hrabos@tieto.com>
Diffstat (limited to 'ubuntu')
-rw-r--r-- | ubuntu/pom.xml | 2 | ||||
-rw-r--r-- | ubuntu/src/main/docker/Dockerfile | 2 |
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 |