diff options
-rw-r--r-- | functest_kubernetes/ci/download_images.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functest_kubernetes/ci/download_images.sh b/functest_kubernetes/ci/download_images.sh index f4b7f4aa..e619fff6 100644 --- a/functest_kubernetes/ci/download_images.sh +++ b/functest_kubernetes/ci/download_images.sh @@ -55,6 +55,7 @@ k8s.gcr.io/prometheus-dummy-exporter:v0.1.0 k8s.gcr.io/prometheus-to-sd:v0.5.0 k8s.gcr.io/sd-dummy-exporter:v0.2.0 k8s.gcr.io/sig-storage/nfs-provisioner:v2.2.2 +quay.io/coreos/etcd:v2.2.5 EOF for i in $(cat $tmpfile); do sudo docker pull $i |