(MAINT) Update docker image names
authorMichael T Lombardi <michael.t.lombardi@outlook.com>
Mon, 9 Mar 2020 14:25:08 +0000 (09:25 -0500)
committerMichael T Lombardi <michael.t.lombardi@outlook.com>
Mon, 9 Mar 2020 16:59:19 +0000 (11:59 -0500)
Prior to this commit the provision file referenced the old
waffleimage repo for CI docker images to use. This commit
updates the file to point at litmusimage, which is the repo
the latest images are released to.

provision.yaml

index 28d160b1d97930f9090b38c0ceac9097a32ca213..3869ede1722f6a94f59fbf6b2cc4a8c9e00677f1 100644 (file)
@@ -1,16 +1,16 @@
 ---
 default:
   provisioner: docker 
-  images: ['waffleimage/debian8']
+  images: ['litmusimage/debian:8']
 vagrant:
   provisioner: vagrant
   images: ['centos/7', 'generic/ubuntu1804'] 
 travis_deb:
   provisioner: docker 
-  images: ['waffleimage/debian9', 'waffleimage/debian10']
+  images: ['litmusimage/debian:9', 'litmusimage/debian:10']
 travis_ub:
   provisioner: docker 
-  images: ['ubuntu:16.04', 'ubuntu:18.04']
+  images: ['litmusimage/ubuntu:16.04', 'litmusimage/ubuntu:18.04']
 travis_el6:
   provisioner: docker 
   images: []