Skip to content

Commit 7e37aad

Browse files
committed
Always set BASE_IMAGE of kayobe to RL9
1 parent c6da29a commit 7e37aad

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ansible/files/multinode.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -250,12 +250,8 @@ function create_resources() {
250250
function build_kayobe_image() {
251251
# Build a Kayobe container image.
252252

253-
# Set base image for kayobe container. Use rocky 9 for yoga+ CentOS otherwise
254-
if grep -Eq "(202|zed|yoga)" ${config_directories[kayobe]}/.gitreview; then
255-
export BASE_IMAGE=rockylinux:9
256-
else
257-
export BASE_IMAGE=quay.io/centos/centos:stream8
258-
fi
253+
# Set base image for kayobe container. Use rocky 9 by default
254+
export BASE_IMAGE=rockylinux:9
259255

260256
if [[ "$(sudo docker image ls)" == *"kayobe"* ]]; then
261257
echo "Image already exists skipping docker build"

0 commit comments

Comments
 (0)