File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ kolla_build_blocks:
304304 # With the UCA keyring installed we can now add all repos.
305305 base_ubuntu_package_sources_list : |
306306 {% if stackhpc_kolla_clean_up_repo_mirrors | bool %}
307- COPY sources.list.ubuntu /etc/apt/sources.list.backup
307+ COPY sources.list.ubuntu.jammy /etc/apt/sources.list.backup
308308 {% endif %}
309309 RUN \
310310 rm /etc/apt/sources.list && \
Original file line number Diff line number Diff line change 1+ ---
2+ fixes :
3+ - |
4+ Fix Kolla container image build workflow failing to find default
5+ sources.list.ubuntu.
6+ The default sources.list for ubuntu now has each for Ubuntu Jammy and
7+ Noble.
8+ This upstream change was brought by `Ubuntu 24.04 support for Caracal
9+ <https://review.opendev.org/c/openstack/kolla/+/932386>`__.
You can’t perform that action at this time.
0 commit comments