From 842fdfce58b6879217e1242596698509b06540a9 Mon Sep 17 00:00:00 2001 From: mmis Date: Tue, 6 Mar 2018 16:36:00 +0000 Subject: Copy files for docker image in packages/docker/pom Copying the files in the pom removes the need to do the copying in various locations the docker build is executed from and allows the docker image be built without building the entire repo (as the install.zip can be pulled from nexus) Issue-ID: POLICY-652 Change-Id: I90498f7e0c00e63381d746f80f937b31b3f7199d Signed-off-by: mmis --- docker_verify.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'docker_verify.sh') diff --git a/docker_verify.sh b/docker_verify.sh index a6dd00a13..dc405138f 100644 --- a/docker_verify.sh +++ b/docker_verify.sh @@ -45,9 +45,6 @@ fi echo $MVN_MAJMIN_VERSION echo "Building $IMAGE" -mkdir -p packages/docker/target/$IMAGE -cp packages/docker/src/main/docker/* packages/docker/target/$IMAGE -cp packages/install/target/install-$MVN_VERSION.zip packages/docker/target/$IMAGE/install.zip # # This is the local latest tagged image. The Dockerfile's need this to build images -- cgit 1.2.3-korg