From 6147dee81d0bf773d3005efb064f8ef39c94fb3d Mon Sep 17 00:00:00 2001 From: hanwenli Date: Fri, 9 May 2025 07:00:31 -0700 Subject: [PATCH] Fix Github check by pinning the docker image Signed-off-by: Hanwen --- kitchen.docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitchen.docker.yml b/kitchen.docker.yml index 2e3580f1ec..126fd00401 100644 --- a/kitchen.docker.yml +++ b/kitchen.docker.yml @@ -3,7 +3,7 @@ driver: name: dokken platform: linux/amd64 pull_platform_image: false # Use the local images, prevent pull of docker images from Docker Hub, - chef_version: 18 # Chef version aligned with the one used to build the images + chef_version: 18.7.3 # Chef version aligned with the one used to build the images chef_image: cincproject/cinc env: # Since the kernel version of the docker images is not in the expected pattern,