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 2776e73 commit 4773e60Copy full SHA for 4773e60
etc/kayobe/kolla.yml
@@ -324,7 +324,12 @@ kolla_build_blocks:
324
# With the UCA keyring installed we can now add all repos.
325
base_ubuntu_package_sources_list: |
326
{% if stackhpc_kolla_clean_up_repo_mirrors | bool %}
327
- COPY sources.list.ubuntu /etc/apt/sources.list.backup
+ {% if kolla_base_distro_version == 'jammy' %}
328
+ COPY sources.list.ubuntu.jammy /etc/apt/sources.list.backup
329
+ {% else %}
330
+ COPY sources.list.ubuntu.noble /etc/apt/sources.list.backup
331
+ {% endif %}
332
+
333
{% endif %}
334
RUN \
335
rm /etc/apt/sources.list && \
0 commit comments