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 c06302d commit 7586a0bCopy full SHA for 7586a0b
etc/kayobe/kolla/kolla-build.conf
@@ -7,7 +7,7 @@ base_tag = noble-20241118.1
7
apt_preferences = {{ lookup('env', 'KAYOBE_CONFIG_PATH') }}/environments/ci-builder/builder-apt-preferences
8
{# Similarly pinning to Rocky 9 minor version used in our repos #}
9
{% elif kolla_base_distro == 'rocky' %}
10
-base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
+base_tag = 9
11
# NOTE(Alex-Welsh): rpm_setup_config is intentionally left blank to override defaults
12
rpm_setup_config =
13
{% endif %}
0 commit comments