Skip to content

Commit 77ae618

Browse files
committed
Fix kolla container image builds
1 parent 8271d03 commit 77ae618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/kolla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ stackhpc_ubuntu_jammy_repos:
225225
# Dict mapping Jinja2 block names in kolla's Docker images to their contents.
226226
kolla_build_blocks:
227227
base_header: |
228-
{% if kolla_base_distro == rocky %}
228+
{% if kolla_base_distro == 'rocky' %}
229229
RUN \
230230
{% for repo in stackhpc_yum_repos %}
231231
sed -i -e '/\[{{ repo.tag }}\]/,/^\[/ s/^\(mirrorlist *=.*\)/#\1/g' \
@@ -237,7 +237,7 @@ kolla_build_blocks:
237237
{% endif %}
238238
base_centos_repo_overrides_post_yum: |
239239
{# fixme #}
240-
{% if kolla_base_distro == rocky %}
240+
{% if kolla_base_distro == 'rocky' %}
241241
&& \
242242
{% for repo in base_centos_repo_overrides_post_yum_list %}
243243
sed -i -e '/\[{{ repo.tag }}\]/,/^\[/ s/^\(mirrorlist *=.*\)/#\1/g' \

0 commit comments

Comments
 (0)