OCI Modifiers for Windows#2981
Conversation
|
@jterry75 @crosbymichael @dmcgowan PTAL. I'm sure there will be more to add, but this is the immediate first one where things are being defaulted in the default Windows spec which shouldn't be. |
Codecov Report
@@ Coverage Diff @@
## master #2981 +/- ##
==========================================
- Coverage 43.98% 43.96% -0.02%
==========================================
Files 102 102
Lines 10873 10881 +8
==========================================
+ Hits 4782 4784 +2
- Misses 5358 5362 +4
- Partials 733 735 +2
Continue to review full report at Codecov.
|
f3ef1bc to
2a0ffda
Compare
|
@jterry75 Updated |
Signed-off-by: John Howard <[email protected]> Needed for the containerd work on Windows and integrating the oci package from containerd into moby. No longer sets defaults for - .Process.ConsoleSize - .Windows.IgnoreFlushesDuringBoot - .Windows.Network.AllowUnqualifiedDNSQuery Adds helper functions and tests for - WithWindowsIgnoreFlushesDuringBoot - WithWindowNetworksAllowUnqualifiedDNSQuery Updates `ctr run` on Windows to use the new helper functions, ConsoleSize is already handled.
2a0ffda to
59ea134
Compare
|
@jterry75 do we have a plan for updating CRI now that we changed the defaults? |
|
LGTM |
|
@jhowardmsft what's with the |
|
@ehotinger nice catch, i didn't see that |
|
You want to submit a PR to remove it? |
|
Done, will abandon if it serves a purpose, just noticed it after updating remotes by chance and didn't see an explanation from this PR. |
Ugh. Yes, will submit a PR very shortly. |
|
Oh, already done. Thanks @ehotinger |
Signed-off-by: John Howard [email protected]
No longer sets defaults for
Adds helper functions and tests for
Updates
ctr runon Windows to use the new helper functions,ConsoleSize is already handled.