From a063bee28d405233a99417dfa1a66c18e3eed7a6 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 13 Sep 2018 10:23:07 +0100 Subject: [PATCH] base: use bionic version of UCA on non-x86 Change-Id: Ia1ace8b5d981a28c6722fc4ddd074f1daa02ad9b --- 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 d59121f6e4..9b289b1328 100644 --- a/docker/base/sources.list.ubuntu.aarch64 +++ b/docker/base/sources.list.ubuntu.aarch64 @@ -8,4 +8,4 @@ deb http://ports.ubuntu.com/ bionic-backports main restricted universe multivers # 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 xenial-updates/rocky main +deb http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/rocky main diff --git a/docker/base/sources.list.ubuntu.ppc64le b/docker/base/sources.list.ubuntu.ppc64le index d59121f6e4..9b289b1328 100644 --- a/docker/base/sources.list.ubuntu.ppc64le +++ b/docker/base/sources.list.ubuntu.ppc64le @@ -8,4 +8,4 @@ deb http://ports.ubuntu.com/ bionic-backports main restricted universe multivers # 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 xenial-updates/rocky main +deb http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/rocky main