Skip to content

Commit 4fdeb01

Browse files
committed
fix build of rocky images
1 parent afcd80d commit 4fdeb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ kolla_build_blocks:
329329
{% endfor %}
330330
footer: |
331331
{% if stackhpc_kolla_clean_up_repo_mirrors | bool %}
332-
{% if kolla_base_distro == 'centos' %}
332+
{% if kolla_base_distro in ['centos', 'rocky'] %}
333333
RUN \
334334
tar -xzf /etc/yum.repos.d.backup/repos.tar.gz -C /etc/yum.repos.d && \
335335
if grep -r '{{ stackhpc_repo_mirror_url }}' /etc/yum.repos.d; then \

0 commit comments

Comments
 (0)