-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add registry authentication in runtime #40123
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
Merged
kvega005
merged 49 commits into
microsoft:feature/wsl-for-apps
from
kvega005:user/kevinve/registry
Apr 13, 2026
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
7d41e66
Add local registry, auth, and push image
kvega005 638ebfa
Fix test
kvega005 7fd4026
delete cleanup registry storage
kvega005 1fdb1b2
Do not use volume
kvega005 15d30b6
Merge remote-tracking branch 'origin/feature/wsl-for-apps' into user/…
kvega005 35e6322
Undo entry point fix (getting checked in seperately)
kvega005 b278c0a
undo entry point fix
kvega005 b988783
Fix formatting
kvega005 783ae7b
Address copilot comment
kvega005 ead90fc
Use packaged wslc-registry
kvega005 ce78d51
Merge branch 'feature/wsl-for-apps' into user/kevinve/registry
kvega005 5156db5
Address copilot comments
kvega005 31b5ad5
Address more copilot comments
kvega005 4cfd98c
Merge branch 'user/kevinve/registry' of https://github.com/kvega005/W…
kvega005 6305c58
Fix push and Pulll tests
kvega005 22cb648
Fix formatting
kvega005 3a0ba44
Merge branch 'feature/wsl-for-apps' into user/kevinve/registry
kvega005 83b39f2
Address suggestion
kvega005 a17819e
Address suggestions
kvega005 ba6c3de
Merge branch 'user/kevinve/registry' of https://github.com/kvega005/W…
kvega005 e329ac7
address suggestions
kvega005 868f69e
Merge branch 'feature/wsl-for-apps' into user/kevinve/registry
kvega005 3256f5d
Address copilot comments
kvega005 2d4dce9
Merge branch 'user/kevinve/registry' of https://github.com/kvega005/W…
kvega005 9177765
Remove wslc local registry
kvega005 0fa5505
formatting fix
kvega005 7b41634
Add script and docker file to generate test images.
kvega005 aaed20e
Address base64 encode feedback
kvega005 65aed10
Add Auth to SDK
kvega005 adab0ce
remove unneeded code
kvega005 3d0bad5
Address custom headers suggestion
kvega005 10491ee
Make regitsry auth required
kvega005 404a05e
Nit update script
kvega005 965f832
Merge branch 'feature/wsl-for-apps' into user/kevinve/registry
kvega005 2f35e77
Fix formatting
kvega005 71081bb
Update comment
kvega005 1734d51
Merge branch 'feature/wsl-for-apps' into user/kevinve/registry
kvega005 a40b27d
Fix tests
kvega005 bc989e5
Merge remote-tracking branch 'origin/feature/wsl-for-apps' into user/…
kvega005 7f59f8f
Merge branch 'feature/wsl-for-apps' into user/kevinve/registry
kvega005 d1455e0
Merge branch 'user/kevinve/registry' of https://github.com/kvega005/W…
kvega005 ef6f192
Fix tests
kvega005 d14cfec
Added back removed test + cleanup
kvega005 f4c1f39
Merge remote-tracking branch 'origin/feature/wsl-for-apps' into user/…
kvega005 c945517
Fix empty auth
kvega005 498588b
Merge branch 'feature/wsl-for-apps' into user/kevinve/registry
kvega005 baabcd9
Fix clang-format violations in test files
f6ea418
Merge remote-tracking branch 'origin/feature/wsl-for-apps' into user/…
kvega005 61dd8b4
Merge branch 'feature/wsl-for-apps' into user/kevinve/registry
kvega005 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
Some comments aren't visible on the classic Files Changed page.
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
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.
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.
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.
@JohnMcPMS to review the SDK changes