-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Enable cache image for Windows #2000
Conversation
Can one of the admins verify this patch? |
Codecov Report
@@ Coverage Diff @@
## master #2000 +/- ##
==========================================
- Coverage 29.87% 29.69% -0.18%
==========================================
Files 77 77
Lines 4760 4842 +82
==========================================
+ Hits 1422 1438 +16
- Misses 3158 3218 +60
- Partials 180 186 +6
Continue to review full report at Codecov.
|
@minikube-bot ok to test |
@@ -162,6 +189,18 @@ func getSrcRef(image string) (types.ImageReference, error) { | |||
} | |||
|
|||
func getDstRef(image, dst string) (types.ImageReference, error) { |
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.
Could you maybe add a few unit tests here for the new behavior?
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.
Ok. I will add the unit tests from now.
Enable the cache image feature disabled by PR /pull/1982.
Use the wmic command to change a drive letter to a volume name (
C:\ -> \\?\Volume{GUID}\
).