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 c5447d7 commit a45428bCopy full SHA for a45428b
etc/kayobe/kolla/kolla-build.conf
@@ -4,7 +4,7 @@
4
{# This tag should be updated when Ubuntu package repo snapshot versions are changed. #}
5
{% if kolla_base_distro == 'ubuntu' %}
6
base_tag = noble-20241118.1
7
-apt_preferences = /home/runner/_work/stackhpc-kayobe-config/stackhpc-kayobe-config/src/kayobe-config/etc/kayobe/environments/ci-builder/builder-apt-preferences
+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 }}
0 commit comments