Add additional Images 85/65085/1
authorInstrumental <jonathan.gathman@att.com>
Thu, 6 Sep 2018 20:49:25 +0000 (15:49 -0500)
committerInstrumental <jonathan.gathman@att.com>
Thu, 6 Sep 2018 20:49:33 +0000 (15:49 -0500)
aaf_agent, aaf_core and aaf_config images not being pushed to Nexus
Docker Repo

Issue-ID: AAF-420
Change-Id: I42b421efd1b60d412f7c7a892b6d34f0f1d36bc9
Signed-off-by: Instrumental <jonathan.gathman@att.com>
auth/docker/dpush.sh

index d7ba9fb..fcc36d6 100644 (file)
@@ -4,7 +4,7 @@
 # Pull in Variables from d.props
 . ./d.props
 
-AAF_COMPONENTS=$(cat components)
+AAF_COMPONENTS=$(cat components) core agent config
 
 for AAF_COMPONENT in ${AAF_COMPONENTS}; do
         # docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${OLD_VERSION}