Add new docker.staging repo on port 10004 17/2217/2
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 16 Mar 2017 16:18:33 +0000 (09:18 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 16 Mar 2017 16:19:58 +0000 (09:19 -0700)
Change-Id: Icadc95d50e7192943e0771347635d4064e518a39
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jjb/include-docker-login.sh

index 3b677b4..c39b9f3 100644 (file)
@@ -1,8 +1,11 @@
 #!/bin/bash
 
+# vim: ts=4 sw=4 sts=4 et :
+
 DOCKER_REPOSITORIES="nexus3.openecomp.org:10001 \
                    nexus3.openecomp.org:10002 \
-                   nexus3.openecomp.org:10003"
+                   nexus3.openecomp.org:10003 \
+                   nexus3.openecomp.org:10004"
 
 for DOCKER_REPOSITORY in $DOCKER_REPOSITORIES;
 do