[SPARK-56525][INFRA] Add ubuntu mirror repositories for redundancy#55389
Closed
sarutak wants to merge 4 commits intoapache:masterfrom
Closed
[SPARK-56525][INFRA] Add ubuntu mirror repositories for redundancy#55389sarutak wants to merge 4 commits intoapache:masterfrom
sarutak wants to merge 4 commits intoapache:masterfrom
Conversation
dongjoon-hyun
requested changes
Apr 17, 2026
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Please use https instead of http.
dongjoon-hyun
requested changes
Apr 17, 2026
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Oh, sorry but please revert K8s Dockerfile because it's not a part of INFRA while the PR title claims INFRA only. We can proceed that independently.
Member
|
Thank you for excluding that. We can proceed that independently as a |
HyukjinKwon
approved these changes
Apr 19, 2026
Member
|
Merged to master. Thank you, @sarutak and all. |
dongjoon-hyun
pushed a commit
that referenced
this pull request
Apr 21, 2026
…or redundancy ### What changes were proposed in this pull request? Similar to #55389, this PR adds ubuntu mirror repositories to K8s Dockerfiles for redundancy. mirrors.edge.kernel.org seems sufficiently public and reliable. ### Why are the changes needed? Sometimes, ubuntu repositories including archive.ubuntu.com and security.ubuntu.com are very slow, causing `docker build` failure. We saw such failure on GA. https://github.com/sarutak/spark/actions/runs/24552461498/job/71781474186 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manually confirmed `docker build` works with modified Dockerfile. ### Was this patch authored or co-authored using generative AI tooling? Kiro CLI / Opus 4.6 Closes #55436 from sarutak/add-ubuntu-mirror-k8s. Authored-by: Kousuke Saruta <sarutak@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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.

What changes were proposed in this pull request?
This PR adds ubuntu mirror repositories to Dockerfiles for redundancy.
mirrors.edge.kernel.orgseems sufficiently public and reliable.Why are the changes needed?
For CI stability.
Sometimes, ubuntu repositories including
archive.ubuntu.comandsecurity.ubuntu.comare very slow, causing CI failures.https://github.com/apache/spark/actions/runs/24542208092/job/71750264055
https://github.com/apache/spark/actions/runs/24544185426/job/71756248072
https://github.com/sarutak/spark/actions/runs/24552461498/job/71781474186
Does this PR introduce any user-facing change?
No.
How was this patch tested?
GA.
Was this patch authored or co-authored using generative AI tooling?
Kiro CLI / Opus 4.6.