From b95d28b8f4e574225ac256078f9dd48fc710150a Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Wed, 21 Feb 2018 16:58:00 +0800 Subject: [PATCH] Use queens repo rather than pike for aarch64 and ppc64le Change-Id: I150fef6bc7fafd760e6472252351724fbd9b8bfb --- docker/base/sources.list.ubuntu.aarch64 | 2 +- docker/base/sources.list.ubuntu.ppc64le | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/base/sources.list.ubuntu.aarch64 b/docker/base/sources.list.ubuntu.aarch64 index cd742e96d3..39d3e895f9 100644 --- a/docker/base/sources.list.ubuntu.aarch64 +++ b/docker/base/sources.list.ubuntu.aarch64 @@ -8,4 +8,4 @@ deb http://ports.ubuntu.com/ xenial-backports main restricted universe multivers # We need to add the pike repo for the updated packages they provide. The main # ones are qemu, libvirt, and openvswitch. -deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main +deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/queens main diff --git a/docker/base/sources.list.ubuntu.ppc64le b/docker/base/sources.list.ubuntu.ppc64le index 86745c59e8..810e2b237d 100644 --- a/docker/base/sources.list.ubuntu.ppc64le +++ b/docker/base/sources.list.ubuntu.ppc64le @@ -8,7 +8,7 @@ deb http://ports.ubuntu.com/ xenial-backports main restricted universe multivers # We need to add the pike repo for the updated packages they provide. The main # ones are qemu, libvirt, and openvswitch. -deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main +deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/queens main # Mariadb deb http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu xenial main