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 41437d9 commit f772bb6Copy full SHA for f772bb6
etc/kayobe/kolla.yml
@@ -294,6 +294,8 @@ kolla_build_blocks:
294
{% endif %}
295
RUN \
296
rm /etc/apt/sources.list && \
297
+ ls -lac /etc/apt/sources.list.d/ && \
298
+ rm -f /etc/apt/sources.list.d/docker-ce.sources && \
299
rm -f /etc/apt/apt.conf.d/90no-verify-peer && \
300
{% for repo in stackhpc_ubuntu_noble_repos %}
301
echo '{{ repo }}' >> /etc/apt/sources.list {% if not loop.last %} && \
0 commit comments