Skip to content

Commit f9e4f65

Browse files
authored
Merge pull request #19 from stackhpc/use-rocky-9
fix!: use `rockylinux:9` for `base_image`
2 parents d2a64f3 + a929093 commit f9e4f65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following variables can be used to make small adjustments to the composition
5252

5353
`github_registry`: dictionary containing keys that correspond to `url`, `username`, `password` and `share` for the registry to be used by the workflows. By default it uses repository variables and settings `REGISTRY_URL`, `REGISTRY_USERNAME`, `REGISTRY_PASSWORD`. The key `share` is to indiciate if the registry is shared between environments.
5454

55-
`github_kayobe_base_image`: select the base image used when building the kayobe docker image. Default is `quay.io/centos/centos:stream8` supports OpenStack Wallaby, Xena and Yoga. Zed and higher would require `quay.io/rockylinux/rockylinux:9`.
55+
`github_kayobe_base_image`: select the base image used when building the kayobe docker image. Default is `quay.io/rockylinux/rockylinux:9`.
5656

5757
`github_kayobe_arguments`: a dictionary of arguments that can be used to override the default arguments found within `vars/main.yml`. For example if you wanted to change the value of `KAYOBE_AUTOMATION_PR_TITLE` from its default, you can do by simply adding `KAYOBE_AUTOMATION_PR_TITLE` to this dictionary and it will take precedence over the default.
5858

roles/github/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ github_image_name: kayobe
1717

1818
github_image_tag: !unsafe "${{ needs.prepare-runner.outputs.openstack_release }}-latest"
1919

20-
github_kayobe_base_image: "quay.io/centos/centos:stream8"
20+
github_kayobe_base_image: "quay.io/rockylinux/rockylinux:9"
2121

2222
github_kayobe_arguments: {}
2323

0 commit comments

Comments
 (0)