From ffc372d4134debada69126f178493e0e7d6b68b3 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Mon, 15 Jun 2020 16:49:11 +0100 Subject: [PATCH] ci(kitchen): use `saltimages` Docker Hub where available [skip ci] * Automated using https://github.com/myii/ssf-formula/pull/223 --- kitchen.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kitchen.yml b/kitchen.yml index 4bf5c79..637955e 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -14,16 +14,16 @@ platforms: ## SALT `3000.3` - name: debian-10-3000-3-py3 driver: - image: netmanagers/salt-3000.3-py3:debian-10 + image: saltimages/salt-3000.3-py3:debian-10 # - name: ubuntu-1804-3000-3-py3 # driver: -# image: netmanagers/salt-3000.3-py3:ubuntu-18.04 +# image: saltimages/salt-3000.3-py3:ubuntu-18.04 # ## SALT `2019.2` # - name: centos-7-2019-2-py3 # driver: -# image: netmanagers/salt-2019.2-py3:centos-7 +# image: saltimages/salt-2019.2-py3:centos-7 provisioner: name: salt_solo -- 2.30.2