From 358ce5a594b7918c9d52ac8769ea946f38e0a6fb Mon Sep 17 00:00:00 2001 From: Michael T Lombardi Date: Mon, 9 Mar 2020 09:25:08 -0500 Subject: [PATCH 1/1] (MAINT) Update docker image names 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/provision.yaml b/provision.yaml index 28d160b..3869ede 100644 --- a/provision.yaml +++ b/provision.yaml @@ -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: [] -- 2.32.3