kolla/docker/base/sources.list.ubuntu.aarch64
Marcin Juszkiewicz 5476ab355e base/ubuntu: use 'ussuri' packages from UCA
Change-Id: Ia977d60e170efc1d4567bcea7f318b9d87233458
2020-01-10 07:57:37 +00:00

30 lines
1.1 KiB
Plaintext

# Default repos
deb http://ports.ubuntu.com/ bionic main universe
deb http://ports.ubuntu.com/ bionic-updates main universe
deb http://ports.ubuntu.com/ bionic-security main universe
# Backports have a lower priority and must be explicitly installed to be used
deb http://ports.ubuntu.com/ bionic-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 bionic-updates/ussuri main
# NOTE(hrw): repositories below 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/repos.yaml file.
#
# Here they stay in case someone needs them.
# rabbitmq repo
#deb https://packagecloud.io/rabbitmq/rabbitmq-server/ubuntu/ bionic main
# Grafana repo
#deb https://packages.grafana.com/oss/deb stable main
# elasticsearch (arch:all), logstash (arch:all), kibana (arch:amd64)
#deb [arch=amd64] https://artifacts.elastic.co/packages/5.x/apt stable main
# MariaDB repo
#deb http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/ubuntu bionic main