6ba4582e28
Change-Id: I0e6d16e96b85f133c49cbe49f815a285eddb6e33 Signed-off-by: Sven Kieske <kieske@osism.tech>
18 lines
837 B
Plaintext
18 lines
837 B
Plaintext
# For non-x86 architectures we use sources.list.ubuntu.<arch>
|
|
|
|
# Default repos
|
|
deb mirror://mirrors.ubuntu.com/mirrors.txt jammy main universe
|
|
deb mirror://mirrors.ubuntu.com/mirrors.txt jammy-updates main universe
|
|
deb mirror://mirrors.ubuntu.com/mirrors.txt jammy-security main universe
|
|
|
|
# Backports have a lower priority and must be explicitly installed to be used
|
|
deb http://archive.ubuntu.com/ubuntu/ jammy-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 jammy-updates/bobcat 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
|
|
# are defined in kolla/template/repos.yaml file.
|