From cd9e460cfa7cbd090156045711c4d95efa6765b3 Mon Sep 17 00:00:00 2001 From: Simon Hrabos Date: Thu, 28 Mar 2019 05:17:18 -0400 Subject: [PATCH] Make images arm-64 compatible Modify versions of docker maven plugin due to arm64 compatibility Change-Id: Id4292b2ee6f1586072399cd8f79c0c24f47d8005 Issue-ID: INT-965 Issue-ID: INT-966 Signed-off-by: Simon Hrabos --- cdt/pom.xml | 4 ++-- installation/appc/pom.xml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/cdt/pom.xml b/cdt/pom.xml index bd408b5..6be529a 100644 --- a/cdt/pom.xml +++ b/cdt/pom.xml @@ -210,7 +210,7 @@ limitations under the License. io.fabric8 docker-maven-plugin - 0.16.5 + 0.28.0 false @@ -219,7 +219,7 @@ limitations under the License. try ${basedir}/target/docker-stage - ${basedir}/target/docker-stage/Dockerfile + Dockerfile ${dockertag1} ${dockertag2} diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index c1fa756..79f709f 100644 --- a/installation/appc/pom.xml +++ b/installation/appc/pom.xml @@ -48,6 +48,7 @@ limitations under the License. yyyyMMdd'T'HHmmss'Z' 1.5.0-SNAPSHOT + 0.28.0 @@ -261,7 +262,7 @@ limitations under the License. io.fabric8 docker-maven-plugin - 0.16.5 + ${docker.plugin.version} false @@ -270,7 +271,7 @@ limitations under the License. try ${basedir}/target/docker-stage - ${basedir}/target/docker-stage/Dockerfile + Dockerfile ${dockertag1} ${dockertag2} -- 2.16.6