modify aaf docker script to push images 69/41069/1
authorSai Gandham <sg481n@att.com>
Wed, 4 Apr 2018 20:38:09 +0000 (15:38 -0500)
committerSai Gandham <sg481n@att.com>
Wed, 4 Apr 2018 20:38:47 +0000 (15:38 -0500)
modify aaf docker script and add push shellscript to
release docker images to nexus registry.

Issue-ID: AAF-208
Change-Id: I7b38aed399e82d5ce702e3dce33553dca5fa4678
Signed-off-by: Sai Gandham <sg481n@att.com>
jjb/aaf/build-aaf-docker-image.sh

index 17168ae..2c713c9 100644 (file)
@@ -4,4 +4,5 @@ ls -ltr
 cd auth/docker/
 ls -ltr
 chmod 755 *
-./dbuild
\ No newline at end of file
+sh dbuild.sh
+sh dpush.sh
\ No newline at end of file