Package: mirrors
Severity: important
X-Debbugs-Cc: ackaymaz+deb...@gmail.com

Currently, 'stable' repos point to '12(bookworm)' repos.

This creates an issue with debian:stable as the downloaded image is
'11(bullseye)'

Steps to reproduce:
- Pull debian:stable image from docker hub (success)
- Run 'apt update' (success)
- Run 'apt upgrade' - shows >80 packages to install
- Run 'apt install python3.9' - FAILS due to python3.9 not being in repo

For comparison
- Pull debian:11 image from docker hub (success)
- Run 'apt update' (success)
- Run 'apt upgrade' - shows 1 package to install (success)
- Run 'apt install python3.9' (success)

So this means that 'debian:stable' is NOT stable. That's a big bummer

Reply via email to