Skip to content

Commit 2c8ea03

Browse files
committed
Enable Debian updates repo
Backport below Wallaby switching bullseye to buster. Closes-Bug: #1931544 Change-Id: I8460a4159c8da8ae0b856867e068d30fbffb4d34 (cherry picked from commit 789c9c3)
1 parent c916ec1 commit 2c8ea03

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docker/base/sources.list.debian

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ deb http://deb.debian.org/debian buster main
44
# debian security updates
55
deb http://security.debian.org/debian-security buster/updates main
66

7+
# debian updates
8+
deb http://deb.debian.org/debian buster-updates main
9+
710
# debian backports
811
deb http://deb.debian.org/debian buster-backports main
912

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes issues arising from the lack of Debian updates repo being enabled.
5+
`LP#1931544 <https://launchpad.net/bugs/1931544>`__
6+
other:
7+
- |
8+
Debian images enable the Debian updates repo now. This is aligned with
9+
the base Debian image.

0 commit comments

Comments
 (0)