diff options
Diffstat (limited to 'docker/add_images.sh')
-rw-r--r-- | docker/add_images.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/add_images.sh b/docker/add_images.sh index 1e5382c20..93afbd252 100644 --- a/docker/add_images.sh +++ b/docker/add_images.sh @@ -4,6 +4,8 @@ # and places them in the functest docker image set -e +FUNCTEST_IMAGES_DIR=${FUNCTEST_IMAGES_DIR:-/home/opnfv/functest/images} + CIRROS_REPO_URL=https://download.cirros-cloud.net CIRROS_AARCH64_TAG=161201 CIRROS_X86_64_TAG=0.3.5 |