-
Notifications
You must be signed in to change notification settings - Fork 276
feat(windows): Adds demo containers based on Windows #3921
feat(windows): Adds demo containers based on Windows #3921
Conversation
Lets see what the CI things of the change first |
Codecov Report
@@ Coverage Diff @@
## main #3921 +/- ##
==========================================
- Coverage 67.88% 67.86% -0.02%
==========================================
Files 205 205
Lines 11629 11629
==========================================
- Hits 7894 7892 -2
- Misses 3684 3686 +2
Partials 51 51
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Updating to non-draft as the validation locally passes:
|
@nojnhuh do you want to take this review since you are involved with the docker images? |
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.
Left a couple comments for things that might be broken (publish-image.sh, windows images looking like linux from docker inspect
) and a few other light suggestions. Everything else looks good.
Currently blocked as the Windows insider images that we need to use cannot be built with |
2ca648f
to
90ae21c
Compare
4f070c8
to
1da1d80
Compare
@nojnhuh the container image went out of public preview so we should be able to do merge it now.
|
LGTM, but I tried it out on my Mac but I get an "operating system is not supported" error which seems to agree with the output I get for docker buildx ls:
I wonder if the GitHub actions runners would hit the same error. I don't think any of the CI jobs try to build the Windows images currently. Or do you know if we were going to have Windows CI machines build the images so this probably wouldn't matter? |
At @davinci26's suggestion, running |
Adds the makefile definitions and the checks to build Windows based demo containers on the CI. Fixes openservicemesh#3880 Signed-off-by: Sotiris Nanopoulos <[email protected]>
30b47ac
to
5e42548
Compare
@shashankram should we merge this one? |
Adds the makefile definitions and the checks to build Windows based
demo containers on the CI.
Fixes #3880
Signed-off-by: Sotiris Nanopoulos [email protected]