-
Notifications
You must be signed in to change notification settings - Fork 260
build: Add Windows CNS & NPM as Part of Multi-Arch Manifest #1345
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
Conversation
19ee386 to
18d5d3f
Compare
18d5d3f to
a49eb87
Compare
1e0ad33 to
08d3863
Compare
f84d064 to
5ea252b
Compare
533fe38 to
5917a30
Compare
a4b24df to
63ad27c
Compare
63ad27c to
3edce81
Compare
rbtr
left a comment
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.
🚀
| - template: windows-image.yaml | ||
|
|
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.
😍
|
@Azure/acn-npm-reviewers for npm failures here? |
rbtr
left a comment
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.
lgtm pending npm check failures
* add windows cns manifest to multi arch image * try to use generic windows template w/ containerize stage in pipeline * try and use buildah to pull images * update manifest build and push for buildah * create manifest by referencing images instead of pulling to avoid OS mismatch error * remove unused windows-image.yaml * remove REGISTRY var and use IMAGE_REGISTRY from makefile Co-authored-by: Jaeryn <tsun.chu@microsoft.com> Co-authored-by: Evan Baker <rbtr@users.noreply.github.com>
* add windows cns manifest to multi arch image * try to use generic windows template w/ containerize stage in pipeline * try and use buildah to pull images * update manifest build and push for buildah * create manifest by referencing images instead of pulling to avoid OS mismatch error * remove unused windows-image.yaml * remove REGISTRY var and use IMAGE_REGISTRY from makefile Co-authored-by: Jaeryn <tsun.chu@microsoft.com> Co-authored-by: Evan Baker <rbtr@users.noreply.github.com>
Reason for Change:
Adding windows cns to multi arch image to support windows AKS-Swift
Issue Fixed:
Requirements:
Notes: