From 8dc092858196b6ca599f8cd2accc5d9d04f725ac Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Sun, 14 Aug 2022 23:13:19 +0200 Subject: [PATCH] Switch to use Zed binary packages from UCA At R-8 week we are moving to current release binary packages for Ubuntu. Change-Id: I06d2cf01a10bf5fb967fd22c9e55833bace7379b --- docker/base/sources.list.ubuntu | 2 +- docker/base/sources.list.ubuntu.aarch64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/base/sources.list.ubuntu b/docker/base/sources.list.ubuntu index 1dfa5da5f1..3294224aad 100644 --- a/docker/base/sources.list.ubuntu +++ b/docker/base/sources.list.ubuntu @@ -10,7 +10,7 @@ deb http://archive.ubuntu.com/ubuntu/ jammy-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 jammy-updates/zed main +deb http://ubuntu-cloud.archive.canonical.com/ubuntu jammy-updates/zed main # NOTE(hrw): extra repositories are added into image when they are needed as # separate files in /etc/apt/sources.list.d/ directory. For that purpose they diff --git a/docker/base/sources.list.ubuntu.aarch64 b/docker/base/sources.list.ubuntu.aarch64 index 3420c86c44..a971fb52aa 100644 --- a/docker/base/sources.list.ubuntu.aarch64 +++ b/docker/base/sources.list.ubuntu.aarch64 @@ -8,7 +8,7 @@ deb http://ports.ubuntu.com/ jammy-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 jammy-updates/zed main +deb http://ubuntu-cloud.archive.canonical.com/ubuntu jammy-updates/zed main # NOTE(hrw): extra repositories are added into image when they are needed as # separate files in /etc/apt/sources.list.d/ directory. For that purpose they