From 411902e9ff7ae0779031c1e73c0d6ec97ad4a6b5 Mon Sep 17 00:00:00 2001 From: Kenichi Omichi Date: Sun, 6 Mar 2022 00:12:52 -0800 Subject: [PATCH] Update quay.io/kubespray/vagrant (#8605) quay.io/kubespray/vagrant image is used for molecule_tests. The tag was v2.17.1 on release-2.18 branch but the image contains vagrant-2.2.15 which has a bug related to a virtual machine creation. That caused kubespray CI failures. This updates the image to use a newer vagrant. --- .gitlab-ci/vagrant.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/vagrant.yml b/.gitlab-ci/vagrant.yml index a847923c1..0c4289fce 100644 --- a/.gitlab-ci/vagrant.yml +++ b/.gitlab-ci/vagrant.yml @@ -4,7 +4,7 @@ molecule_tests: tags: [c3.small.x86] only: [/^pr-.*$/] except: ['triggers'] - image: quay.io/kubespray/vagrant:$KUBESPRAY_VERSION + image: quay.io/kubespray/vagrant:v2.18.0 services: [] stage: deploy-part1 before_script: @@ -33,7 +33,7 @@ molecule_tests: tags: [c3.small.x86] only: [/^pr-.*$/] except: ['triggers'] - image: quay.io/kubespray/vagrant:$KUBESPRAY_VERSION + image: quay.io/kubespray/vagrant:v2.18.0 services: [] before_script: - apt-get update && apt-get install -y python3-pip