aboutsummaryrefslogtreecommitdiffstats
path: root/lib/portal
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-05-12 05:27:56 -0400
committerVictor Morales <victor.morales@intel.com>2018-05-12 05:27:56 -0400
commitc993457d9b2a580db9dde2d112ab754a8aaa6c7f (patch)
tree8368cb93eea9e4c5079b2dbc37b868fb6c7614d6 /lib/portal
parent1d88c96c47c15d06b4a85f4b579e51df84a052b3 (diff)
Pull images from csv file
It has been included another method for retrieving OOM images. This function uses a cvs file to get the information to previously loads the Docker registry for Helm Charts deployment. Change-Id: I2e6d154cd7911d65b44592f9cf512180bb05bef6 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-478
Diffstat (limited to 'lib/portal')
-rwxr-xr-xlib/portal4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/portal b/lib/portal
index fe54698..0d59dab 100755
--- a/lib/portal
+++ b/lib/portal
@@ -44,8 +44,8 @@ function get_portal_images {
if [[ "$build_image" == "True" ]]; then
_build_portal_images
else
- pull_openecomp_image portaldb ecompdb:portal
- pull_openecomp_image portalapps ep:1610-1
+ pull_openecomp_image portaldb ${docker_version:-latest} ecompdb:portal
+ pull_openecomp_image portalapps ${docker_version:-latest} ep:1610-1
fi
pull_docker_image mariadb
}