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 c6da29a commit 7e37aadCopy full SHA for 7e37aad
ansible/files/multinode.sh
@@ -250,12 +250,8 @@ function create_resources() {
250
function build_kayobe_image() {
251
# Build a Kayobe container image.
252
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
+ # Set base image for kayobe container. Use rocky 9 by default
+ export BASE_IMAGE=rockylinux:9
259
260
if [[ "$(sudo docker image ls)" == *"kayobe"* ]]; then
261
echo "Image already exists skipping docker build"
0 commit comments