diff options
author | 2018-05-12 05:27:56 -0400 | |
---|---|---|
committer | 2018-05-12 05:27:56 -0400 | |
commit | c993457d9b2a580db9dde2d112ab754a8aaa6c7f (patch) | |
tree | 8368cb93eea9e4c5079b2dbc37b868fb6c7614d6 /lib/portal | |
parent | 1d88c96c47c15d06b4a85f4b579e51df84a052b3 (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-x | lib/portal | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } |