List of steps to reproduce:
- launch a VPS instance on Horizon at https://horizon.wikimedia.org/project/instances/
- pick the Debian bullseye image
- SSH into the instance
- sudo apt-get update
What happens?
HTTP 404 on the Debian security repository.
What should have happened instead?
a proper APT update.
Details:
- the security APT URL has changed, see https://www.debian.org/releases/stable/amd64/release-notes/ch-information.en.html#security-archive
- it should look like https://deb.debian.org/debian-security bullseye-security main now
- /etc/cloud/templates/sources.list.debian.tmpl contains the following lines:
deb {{security}} {{codename}}/updates main deb-src {{security}} {{codename}}/updates main
- for some reason, there are no Wikimedia mirrors for the Debian security repos