We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f63d6 commit 020ff91Copy full SHA for 020ff91
templates/deploy-openstack.tpl
@@ -161,7 +161,7 @@ git -C $${config_directories[kayobe]} submodule init
161
git -C $${config_directories[kayobe]} submodule update
162
163
# Set base image for kayobe container. Use rocky 9 for zed+ CentOS otherwise
164
-if grep -Eq "(2023|zed)" $${config_directories[kayobe]}/.gitreview; then
+if grep -Eq "(2023|zed|yoga)" $${config_directories[kayobe]}/.gitreview; then
165
export BASE_IMAGE=rockylinux:9
166
else
167
export BASE_IMAGE=quay.io/centos/centos:stream8
0 commit comments