Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: apt-get settings to be more robust against bad mirrors #9616

Closed
wants to merge 44 commits into from

Conversation

nfuden
Copy link
Contributor

@nfuden nfuden commented Jun 12, 2024

Description

apt-get is used in several place within our code base.
Today we do not choose a mirror that is particularly fast. This means that when a distro changes to a different source location such as focal now pulling from archive.ubuntu.com we are at risk for the slow connections. In order to not timeout mid build and fail what ever pipeline we are in try setting some larger resiliency guard rails as well as set some basic common sense checks against installing unneeded packages.

@github-actions github-actions bot added the keep pr updated signals bulldozer to keep pr up to date with base branch label Jun 12, 2024
Copy link

github-actions bot commented Jun 12, 2024

Visit the preview URL for this PR (updated for commit 121ec6c):

https://gloo-edge--pr9616-fix-apt-get-flakes-9gfi9jfp.web.app

(expires Thu, 04 Jul 2024 17:48:21 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 77c2b86e287749579b7ff9cadb81e099042ef677

@sam-heilbron
Copy link
Contributor

What's the plan for this PR? There have been 19 commits since the last change, should we remove the 'keep pr updated' label?

@nfuden nfuden closed this Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keep pr updated signals bulldozer to keep pr up to date with base branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants