We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3134e4d commit 33b05ecCopy full SHA for 33b05ec
1 file changed
etc/kayobe/kolla/kolla-build.conf
@@ -7,7 +7,8 @@ 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 }}
+# TODO(owenjones): check what the best way of pulling major RL version in is
11
+base_tag = {{ os_release }}.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
12
# NOTE(Alex-Welsh): rpm_setup_config is intentionally left blank to override defaults
13
rpm_setup_config =
14
{% endif %}
0 commit comments