Skip to content

Fix/bullseye apt mirrors - #81

Open
OlegPhenomenon wants to merge 3 commits into
masterfrom
fix/bullseye-apt-mirrors
Open

OlegPhenomenon wants to merge 3 commits into
masterfrom
fix/bullseye-apt-mirrors

Conversation

@OlegPhenomenon

Copy link
Copy Markdown
Contributor

No description provided.

bullseye is EOL and its security pool has been removed from deb.debian.org and
security.debian.org; the indices still resolve, so apt resolves to the patched
versions and then 404s on every .deb. archive.debian.org has no bullseye
security suite either, so security now points at a pinned snapshot mirror while
main and updates stay on the CDN.

With consistent versions available again, the apt-get install no longer needs
--fix-broken or Apt::Immediate-Configure.
Both files copy docker/apt/sources.list, which now takes the bullseye security
suite from a pinned snapshot mirror because the pool is gone from the regular
ones. That mirror's Release is past its Valid-Until, so apt refuses to apply the
repository and the install falls back to unsatisfiable versions:

  E: Release file for .../bullseye-security/InRelease is expired
  E: Unable to correct problems, you have held broken packages.

Disabling the check here mirrors what the dev Dockerfile already does.

Verified on debian:bullseye-slim for linux/amd64: with the override the package
list in these files installs with exit 0, without it the install fails.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant