File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
etc/kayobe/environments/ci-aio Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 base_image :
2525 type : string
2626 required : false
27- default : " rockylinux:9"
27+ default : " rockylinux/rockylinux :9"
2828 if :
2929 description : Whether to run the workflow (workaround for required status checks issue)
3030 type : boolean
9292 build-args : |
9393 http_proxy=${{ inputs.http_proxy }}
9494 https_proxy=${{ inputs.https_proxy }}
95- BASE_IMAGE=${{ inputs.base_image || 'rockylinux:9' }}
95+ BASE_IMAGE=${{ inputs.base_image || 'rockylinux/rockylinux :9' }}
9696 USE_PYTHON_312=true
9797 KAYOBE_USER_UID=1001
9898 KAYOBE_USER_GID=1001
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Build a Kayobe automation image:
103103 git submodule update
104104 # If running on Ubuntu, the fact cache can confuse Kayobe in the Rocky-based container
105105 mv etc/kayobe/facts{,-old}
106- sudo DOCKER_BUILDKIT=1 docker build --network host --build-arg BASE_IMAGE=rockylinux:9 --file .automation/docker/kayobe/Dockerfile --tag kayobe:latest .
106+ sudo DOCKER_BUILDKIT=1 docker build --network host --build-arg BASE_IMAGE=rockylinux/rockylinux :9 --file .automation/docker/kayobe/Dockerfile --tag kayobe:latest .
107107
108108 Configuration
109109=============
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ run_tempest() {
203203 if ! sudo docker image inspect kayobe:latest > /dev/null 2>&1 ; then
204204 echo " Building Kayobe Automation image"
205205 sudo DOCKER_BUILDKIT=1 docker build \
206- --build-arg BASE_IMAGE=rockylinux:9 \
206+ --build-arg BASE_IMAGE=rockylinux/rockylinux :9 \
207207 --build-arg USE_PYTHON_312=true \
208208 --file .automation/docker/kayobe/Dockerfile \
209209 --tag kayobe:latest \
You can’t perform that action at this time.
0 commit comments