summaryrefslogtreecommitdiffstats
path: root/lib/vid
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/vid
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/vid')
-rwxr-xr-xlib/vid2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vid b/lib/vid
index 0c7ad85..331dc2b 100755
--- a/lib/vid
+++ b/lib/vid
@@ -15,7 +15,7 @@ function get_vid_images {
if [[ "$build_image" == "True" ]]; then
_build_vid_images
else
- pull_openecomp_image vid
+ pull_openecomp_image vid ${docker_version:-latest}
fi
pull_docker_image mariadb:10
}