From 8ef2fd6b49185a4c4c21302308429203f0b2224a Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 2 Jul 2025 01:04:25 +0100 Subject: [PATCH] Use same chef image for podman - workaround docker repo limits --- .kitchen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kitchen.yml b/.kitchen.yml index b04297118..40c98eabf 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -66,7 +66,7 @@ platforms: lifecycle: pre_create: | if command -v podman >/dev/null 2>&1; then - podman create --name chef-latest --replace docker.io/chef/chef:latest sh + podman create --name chef-latest --replace ghcr.io/firefishy/chef-docker-image:latest sleep infinity podman start chef-latest fi post_destroy: | -- 2.39.5