You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.1 KiB
33 lines
1.1 KiB
# Default repos |
|
deb http://deb.debian.org/debian buster main |
|
|
|
# debian security updates |
|
deb http://security.debian.org/debian-security buster/updates main |
|
|
|
# debian backports |
|
deb http://deb.debian.org/debian buster-backports main |
|
|
|
# Buster - Ussuri repos |
|
deb http://buster-ussuri.debian.net/debian buster-ussuri-backports main |
|
deb http://buster-ussuri.debian.net/debian buster-ussuri-backports-nochange 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. |
|
|
|
# elasticsearch (arch:all), logstash (arch:all), kibana (arch:amd64) |
|
#deb [arch=amd64] https://artifacts.elastic.co/packages/5.x/apt stable main |
|
|
|
# Grafana repo |
|
#deb https://packages.grafana.com/oss/deb stable main |
|
|
|
# td-agent for fluentd |
|
#deb http://packages.treasuredata.com/3/debian/buster buster contrib |
|
|
|
# rabbitmq repo |
|
#deb https://dl.bintray.com/rabbitmq/debian/ buster main |
|
|
|
# erlang repo |
|
#deb https://dl.bintray.com/rabbitmq-erlang/debian/ buster erlang
|
|
|