Merge "Use Liberty cloudarchive repo for Ubuntu"
This commit is contained in:
commit
1b33345fb8
@ -189,9 +189,7 @@ COPY sources.list /etc/apt/
|
||||
|
||||
RUN apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com 199369E5404BD5FC7D2FE43BCBCB082A1BB943DB \
|
||||
&& apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com 391A9AA2147192839E9DB0315EDB1B62EC4926EA \
|
||||
&& apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com F78372A06FF50C80464FC1B4F7B8CEA6056E8E56 \
|
||||
&& apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com 430BDF5C56E7C94E848EE60C1C4CBDCDCD2EFD2A \
|
||||
&& apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com 7D5C473EB80C00FC133071068A6844A29F68104E \
|
||||
&& apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com 7F6C9F236D170493FCF404F27EBFDD5D17ED316D \
|
||||
&& apt-get update \
|
||||
&& apt-get upgrade -y \
|
||||
|
@ -6,11 +6,9 @@ deb http://archive.ubuntu.com/ubuntu/ trusty-security main restricted universe m
|
||||
# Backports have a lower priority and must be explictly installed to be used
|
||||
deb http://archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
|
||||
|
||||
# TODO(SamYaple): Switch this to the Liberty repo as soon as the update packages
|
||||
# and actually start signing them.
|
||||
# We need to add the Kilo repo for the updated packages they provide. The main
|
||||
# We need to add the Liberty repo for the updated packages they provide. The main
|
||||
# ones are qemu, libvirt, and openvswitch.
|
||||
deb http://ubuntu-cloud.archive.canonical.com/ubuntu trusty-updates/kilo main
|
||||
deb http://ubuntu-cloud.archive.canonical.com/ubuntu trusty-updates/liberty main
|
||||
|
||||
# MariaDB 10.0 repo
|
||||
deb http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu trusty main
|
||||
@ -18,8 +16,5 @@ deb http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu trusty main
|
||||
# Percona repo (for xtrabackup)
|
||||
deb http://repo.percona.com/apt trusty main
|
||||
|
||||
# RabbitMQ repo. Despite the name, the 'testing' repo is the stable repo.
|
||||
deb http://www.rabbitmq.com/debian/ testing main
|
||||
|
||||
# Ceph repo
|
||||
deb http://ceph.com/debian-hammer/ trusty main
|
||||
|
Loading…
Reference in New Issue
Block a user