From 746ae194eeaaea7b8ef30311acb424cb95b21da3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Thu, 10 Jun 2021 08:24:30 +0000 Subject: [PATCH] Enable Debian updates repo Backport below Wallaby switching bullseye to buster. Closes-Bug: #1931544 Change-Id: I8460a4159c8da8ae0b856867e068d30fbffb4d34 (cherry picked from commit 789c9c3b84e84796ac8211112fa29f415f560c88) --- docker/base/sources.list.debian | 3 +++ releasenotes/notes/bug-1931544-5a091735efb6d6dd.yaml | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 releasenotes/notes/bug-1931544-5a091735efb6d6dd.yaml diff --git a/docker/base/sources.list.debian b/docker/base/sources.list.debian index 6b975b67c0..4c191417af 100644 --- a/docker/base/sources.list.debian +++ b/docker/base/sources.list.debian @@ -4,5 +4,8 @@ deb http://deb.debian.org/debian bullseye main # debian security updates deb http://deb.debian.org/debian-security bullseye-security main +# debian updates +deb http://deb.debian.org/debian bullseye-updates main + # debian backports deb http://deb.debian.org/debian bullseye-backports main diff --git a/releasenotes/notes/bug-1931544-5a091735efb6d6dd.yaml b/releasenotes/notes/bug-1931544-5a091735efb6d6dd.yaml new file mode 100644 index 0000000000..412923a153 --- /dev/null +++ b/releasenotes/notes/bug-1931544-5a091735efb6d6dd.yaml @@ -0,0 +1,9 @@ +--- +fixes: + - | + Fixes issues arising from the lack of Debian updates repo being enabled. + `LP#1931544 `__ +other: + - | + Debian images enable the Debian updates repo now. This is aligned with + the base Debian image.