From 10c33cd35f772940a02cfdd72863a178776efb8d Mon Sep 17 00:00:00 2001 From: talasila Date: Sun, 19 Feb 2017 20:11:48 -0500 Subject: [PATCH] listing docker images Change-Id: I0d5e3d135255c3044c400957087cb1f93425a6e9 Signed-off-by: talasila --- .idea/workspace.xml | 303 +++++++++++++++++++++++++++++++++++++++---- deliveries/os_docker_push.sh | 2 + 2 files changed, 278 insertions(+), 27 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 55e8bfdf..478cdf95 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,7 @@ - + - - - - - - - - - - @@ -53,8 +43,18 @@ - - + + + + + + + + + + + + @@ -63,7 +63,7 @@ - + @@ -112,6 +112,14 @@ + + + project.config + + + + + @@ -153,6 +161,8 @@ + + @@ -181,9 +191,7 @@ - - @@ -443,7 +451,7 @@ - + @@ -471,6 +479,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -479,6 +559,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -503,6 +639,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -521,7 +713,55 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -553,7 +793,7 @@ - + @@ -567,26 +807,35 @@ - + - - + + - + - - + + + + + + + + + + + - - + + diff --git a/deliveries/os_docker_push.sh b/deliveries/os_docker_push.sh index e19a360a..40d15cb5 100644 --- a/deliveries/os_docker_push.sh +++ b/deliveries/os_docker_push.sh @@ -1,5 +1,7 @@ #!/bin/bash +./run.sh + REPO="nexus3.openecomp.org:10003" APPS="${REPO}/openecomp/portalapps:1.0.0" -- 2.16.6