JJB fixes for OOM config Docker create scripts. 35/21035/1
authorGino Fraboni <gino.fraboni@amdocs.com>
Fri, 27 Oct 2017 15:15:12 +0000 (11:15 -0400)
committerGino Fraboni <gino.fraboni@amdocs.com>
Fri, 27 Oct 2017 15:15:27 +0000 (11:15 -0400)
This push includes minor fixes to scripts used by the Jenkins jobs which
build the OOM config docker image.

Fixes the scripts which tar the configuration files and perform the
Docker image build.

Issue-ID: OOM-327
Change-Id: I16fcbd252224a7a2b1f810599c551e649b349501
Signed-off-by: Gino Fraboni <gino.fraboni@amdocs.com>
jjb/oom/oneclick-config-build-docker-image.sh
jjb/oom/oneclick-config-make-tar.sh

index 2cee98f..a0d7168 100644 (file)
@@ -9,4 +9,4 @@ cd kubernetes/config/docker/init
 
 chmod 755 *.*
 
-docker build
+docker build .
index da2da20..0f63e09 100644 (file)
@@ -9,4 +9,5 @@ cd kubernetes/config/docker/init
 
 chmod 755 *.*
 
-./make-tar.sh
+cd src/config
+tar -czvf ../../onap-cfg.tar.gz *