-
Notifications
You must be signed in to change notification settings - Fork 750
Add Push and PushPrereq pipeline steps for ContainerRegistryResource #13306
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
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
b582a31
Initial plan
Copilot bd000f1
Add Push and PushPrereq pipeline steps for ContainerRegistryResource
Copilot 5bbbb76
Address code review feedback: extract helper method and simplify para…
Copilot 64ac7d8
Add ContainerRegistryReferenceAnnotation in PushPrereq step for singl…
Copilot 3569427
Fix GetResourcesToPush to work unconditionally for single registry
Copilot 605b2a1
Simplify: Push unconditionally depends on PushPrereq
Copilot 7a01b1c
Fix up push and build associations
captainsafia cc998ce
Remove ContainerRegistryReferenceAnnotation requirement for push step…
captainsafia 1ee1489
Update snapshots for tests
captainsafia 8b09904
Move push steps to resources and standalone ACRs
captainsafia 0bbfac0
Update snapshots and tests
captainsafia 4cf2a3d
Bring back logging for image push and source share
captainsafia 457e83a
Clean up IAzureContainerRegistry explicit implementation
captainsafia 72d58ba
Model DefaultRegistry in resource and keep using environment as registry
captainsafia dcbcbd5
Update snapshots for Hosting.Azure tests
captainsafia d7cd263
Fix default build and push steps on ProjectResource
captainsafia 6e8e8ad
Fix more tests
captainsafia 406366d
Make DefaultContainerRegistry required init
captainsafia 03f069c
Add tests and update snapshots
captainsafia 5c1e629
Update snapshots
captainsafia 27881a2
Fix naming convention on default registry for azd
captainsafia 19f38c8
Feedback
captainsafia b941a35
Use RegistryTargetAnnotation and explicitly add resource
captainsafia 5934509
Update snapshots and avoid duplicate registries in model
captainsafia 0b71829
Update tests and default registry cleanup
captainsafia 9c45f96
Update snapshots and fix registry resolution
captainsafia 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
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.
Unrelated but related, role assignments are busted with existing container registries, we can fix that as a follow up but this is all the infrastructure required to fix it.