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 docker/base/sources.list.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deb http://archive.ubuntu.com/ubuntu/ noble-backports main universe

# We need to add the repo for the updated packages they provide. The main ones
# are qemu, libvirt, and openvswitch.
deb http://ubuntu-cloud.archive.canonical.com/ubuntu noble-updates/dalmatian main
deb http://ubuntu-cloud.archive.canonical.com/ubuntu noble-updates/epoxy main

# NOTE(hrw): extra repositories are added into image when they are needed as
# separate files in /etc/apt/sources.list.d/ directory. For that purpose they
Expand Down
2 changes: 1 addition & 1 deletion docker/base/sources.list.ubuntu.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deb http://ports.ubuntu.com/ noble-backports main universe

# We need to add the repo for the updated packages they provide. The main ones
# are qemu, libvirt, and openvswitch.
deb http://ubuntu-cloud.archive.canonical.com/ubuntu noble-updates/dalmatian main
deb http://ubuntu-cloud.archive.canonical.com/ubuntu noble-updates/epoxy main

# NOTE(hrw): extra repositories are added into image when they are needed as
# separate files in /etc/apt/sources.list.d/ directory. For that purpose they
Expand Down
Loading