diff options
author | mmis <michael.morris@ericsson.com> | 2018-03-06 17:48:31 +0000 |
---|---|---|
committer | mmis <michael.morris@ericsson.com> | 2018-03-07 10:34:12 +0000 |
commit | 19b1048eb866acc29a4a2a32cb19f860a136b168 (patch) | |
tree | 88d85caa43b632284cf914422410d7ad5205d46b /docker_verify.sh | |
parent | 8bcc129d8f1b6f8241edd70dc207b013641b4ad9 (diff) |
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: I77d0f76bd1c11261b3d4d8bdd60572e545a98aa1
Signed-off-by: mmis <michael.morris@ericsson.com>
Diffstat (limited to 'docker_verify.sh')
-rw-r--r-- | docker_verify.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docker_verify.sh b/docker_verify.sh index 17cf553e..5e848711 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-drools-$MVN_VERSION.zip packages/docker/target/$IMAGE/install-drools.zip # # This is the local latest tagged image. The Dockerfile's need this to build images |