Fix/bullseye apt mirrors - #2958
Merged
Merged
Conversation
Staging and test builds died in apt with a wall of 404s: E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/p/postgresql-13/libpq-dev_13.23-0+deb11u4_amd64.deb 404 Not Found Debian 11 is EOL and its security pool has been removed, but the indices are still served, so apt resolves to the patched versions and only then discovers the files are gone. apt-get update succeeds, the install cannot. Retrying does not help: the 404 is deterministic, which is why all three CI attempts failed identically. archive.debian.org has no bullseye security suite yet, so the only mirror that still carries those .deb files is snapshot.debian.org. The sources list is now written explicitly in the base stage, so both the build and the final stage inherit it, with main and updates left on the CDN to keep snapshot traffic (and its rate limiting) to a minimum. Check-Valid-Until is disabled because the snapshot Release is two weeks past its expiry. Verified on ruby:3.0.3-slim for linux/amd64, the same digest CI builds from: all four package lists in these two files now install with exit 0.
Contributor
🚀 Deploy Complete!
(Environment ready for testing) |
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.