Closed casdevs closed 2 years ago
I can't reproduce -- does your environment have a firewall or proxy of some kind that might be interfering?
Thanks @tianon for the hint!
We've CNAME'd deb.debian.org
to a local mirror that returns 404 errors for debian-security
since 11.4.
Removing the CNAME solved the problem.
Since debian:11.4 has been released, when running
docker run --rm -it debian:11.4 apt update
we get the errorThe repository 'http://deb.debian.org/debian-security bullseye-security Release' does not have a Release file.
Is the apt sources list in the image up-to-date?
Maybe it has something to do with https://www.debian.org/releases/stable/amd64/release-notes/ch-information.en.html#security-archive ?
The
latest
and-slim
images also seem to be affected.Thanks in advance!