-
Notifications
You must be signed in to change notification settings - Fork 591
Add mirror/keyserver override support across feature installers #1620
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
Open
bbartels
wants to merge
30
commits into
devcontainers:main
Choose a base branch
from
bbartels:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
9f58a6f
Initial plan
Copilot f24ac33
feat: add mirror overrides for feature download URLs
Copilot c2be3b6
chore: clean docker mirror variable initialization
Copilot b0a6037
fix: harden mirror string handling in ruby and java scripts
Copilot 151d0a6
fix: address validation feedback in kubectl node ruby
Copilot 7b5c864
fix: harden sdkman and ruby mirror config writes
Copilot 8ae2156
fix: safely quote ruby mirror values in /etc/rvmrc
Copilot 5459890
fix: validate RVM_INSTALL_MIRROR input for safe bootstrap
Copilot 0f60769
Merge pull request #1 from bbartels/copilot/update-download-base-url-…
bbartels 4832ef9
fix(powershell): restore aka.ms version resolution with resilient fal…
Copilot b88bf1b
chore(powershell): address validation feedback on fallback resolver
Copilot 8e07b48
fix(powershell): harden version parsing and metadata fallback diagnos…
Copilot aa0d4dc
fix(powershell): handle metadata fetch failures correctly
Copilot fb764c5
fix: restore kubectl secondary fallback URL and simplify ruby rvmrc m…
Copilot a4b5d81
revert: restore powershell to upstream form, keeping only mirror URL …
Copilot c7a1359
feat: add minimal metadata.json fallback when aka.ms is unreachable
Copilot aa90fe7
Merge pull request #2 from bbartels/copilot/add-env-var-url-overrides
bbartels e8a08af
Apply suggestions from code review
bbartels 76ca4ee
Apply suggestion from @bbartels
bbartels 9aab57c
Apply suggestions from code review
bbartels 0f7841c
Apply suggestion from @bbartels
bbartels f4fcf6e
Initial plan
Copilot eb0d354
chore: bump minor versions for mirror/keyserver feature updates
Copilot c9225b0
Merge pull request #3 from bbartels/copilot/bump-feature-versions
bbartels 4c08900
Merge branch 'main' into main
bbartels ddc26c7
Update install.sh
bbartels 4c78882
Apply suggestions from code review
bbartels 8b527a7
Update install.sh
bbartels 495dcaf
Apply suggestions from code review
bbartels 7dfcccf
Merge branch 'main' into main
Kaniska244 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @bbartels
Thank you for the contribution. However adding parameters such as the above
MICROSOFT_PACKAGES_MIRRORin the installation script doesn't appear to be the complete solution for using custom mirror/ repository paths unless the respective input parameters are added in the feature configuration. Also it could be great to have additional test cases with those input parameters for respective features. Kindly let me know in case of any clarification.