Skip to content

Commit 790a028

Browse files
committed
Match Noble base tag to what stackhpc/master has
1 parent 70aad29 commit 790a028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/kolla/kolla-build.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% if kolla_base_distro == 'ubuntu' and kolla_base_distro_version == 'jammy' %}
66
base_tag = jammy-20240808
77
{% elif kolla_base_distro == 'ubuntu' and kolla_base_distro_version == 'noble' %}
8-
base_tag = noble-20250127
8+
base_tag = noble-20241118.1
99
{# Similarly pinning to Rocky 9 minor version used in our repos #}
1010
{% elif kolla_base_distro == 'rocky' %}
1111
base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}

0 commit comments

Comments
 (0)