Skip to content

Commit 7586a0b

Browse files
committed
TMP: workaround missing RL 9.7 container imagetag
Watch https://quay.io/repository/rockylinux/rockylinux?tab=history for it...
1 parent c06302d commit 7586a0b

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
@@ -7,7 +7,7 @@ base_tag = noble-20241118.1
77
apt_preferences = {{ lookup('env', 'KAYOBE_CONFIG_PATH') }}/environments/ci-builder/builder-apt-preferences
88
{# Similarly pinning to Rocky 9 minor version used in our repos #}
99
{% elif kolla_base_distro == 'rocky' %}
10-
base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
10+
base_tag = 9
1111
# NOTE(Alex-Welsh): rpm_setup_config is intentionally left blank to override defaults
1212
rpm_setup_config =
1313
{% endif %}

0 commit comments

Comments
 (0)