Fix/bullseye apt mirrors - #81
Open
OlegPhenomenon wants to merge 3 commits into
Open
OlegPhenomenon wants to merge 3 commits into
OlegPhenomenon wants to merge 3 commits into
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.