Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ kolla_build_blocks:
# With the UCA keyring installed we can now add all repos.
base_ubuntu_package_sources_list: |
{% if stackhpc_kolla_clean_up_repo_mirrors | bool %}
COPY sources.list.ubuntu /etc/apt/sources.list.backup
COPY sources.list.ubuntu.jammy /etc/apt/sources.list.backup
{% endif %}
RUN \
rm /etc/apt/sources.list && \
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
fixes:
- |
Fix Kolla container image build workflow failing to find default
sources.list.ubuntu.
The default sources.list for ubuntu now has each for Ubuntu Jammy and
Noble.
This upstream change was brought by `Ubuntu 24.04 support for Caracal
<https://review.opendev.org/c/openstack/kolla/+/932386>`__.
Loading