From 9efdcc01ca5a66304568a6582a182e4171e3e625 Mon Sep 17 00:00:00 2001 From: Grzegorz Koper Date: Tue, 25 Feb 2025 10:55:15 +0100 Subject: [PATCH] [release] Use UCA Epoxy Change-Id: I6c15cf0fd7b8f1cc3339936c58ad8a8581cfc570 --- 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 158cbb0855..929aebbc01 100644 --- a/docker/base/sources.list.ubuntu +++ b/docker/base/sources.list.ubuntu @@ -10,7 +10,7 @@ deb http://archive.ubuntu.com/ubuntu/ noble-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 noble-updates/dalmatian main +deb http://ubuntu-cloud.archive.canonical.com/ubuntu noble-updates/epoxy 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 81a5c7a4f8..0aba905238 100644 --- a/docker/base/sources.list.ubuntu.aarch64 +++ b/docker/base/sources.list.ubuntu.aarch64 @@ -8,7 +8,7 @@ deb http://ports.ubuntu.com/ noble-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 noble-updates/dalmatian main +deb http://ubuntu-cloud.archive.canonical.com/ubuntu noble-updates/epoxy 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