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 474af73 commit 51f7f55Copy full SHA for 51f7f55
etc/kayobe/kolla/kolla-build.conf
@@ -7,6 +7,7 @@ base_tag = noble-20241118.1
7
{# Similarly pinning to Rocky 9 minor version used in our repos #}
8
{% elif kolla_base_distro == 'rocky' %}
9
base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
10
+rpm_setup_config =
11
{% endif %}
12
build_args = {{ (kolla_build_args | default({})).items() | map('join', ':') | join(',') }}
13
0 commit comments