From: Michael T Lombardi Date: Mon, 9 Mar 2020 14:25:08 +0000 (-0500) Subject: (MAINT) Update docker image names X-Git-Tag: 7.4.1~2^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=358ce5a594b7918c9d52ac8769ea946f38e0a6fb;p=puppet-modules%2Fpuppetlabs-apt.git (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. --- 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: []