Skip to content

Commit 020ff91

Browse files
committed
Use Rocky Linux 9 base image for Kayobe container on Yoga
The CentOS Stream 8 image no longer works due to EOL repos.
1 parent 05f63d6 commit 020ff91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/deploy-openstack.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ git -C $${config_directories[kayobe]} submodule init
161161
git -C $${config_directories[kayobe]} submodule update
162162

163163
# Set base image for kayobe container. Use rocky 9 for zed+ CentOS otherwise
164-
if grep -Eq "(2023|zed)" $${config_directories[kayobe]}/.gitreview; then
164+
if grep -Eq "(2023|zed|yoga)" $${config_directories[kayobe]}/.gitreview; then
165165
export BASE_IMAGE=rockylinux:9
166166
else
167167
export BASE_IMAGE=quay.io/centos/centos:stream8

0 commit comments

Comments
 (0)