[19.03 backport] vendor: k8s.io/klog v1.0.0-2-g4ad0115#2516
[19.03 backport] vendor: k8s.io/klog v1.0.0-2-g4ad0115#2516silvin-lubecki merged 1 commit intodocker:19.03from
Conversation
Temporarily vendoring tip of the release-1.x branch, to address docker context inspect being slow on Windows because this package performs user lookup through `os.Current()` during `init()`. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 466c50f) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
opening as draft, pending #2515 to be merged |
|
ping @silvin-lubecki @simonferquel PTAL |
|
sgtm |
|
@thaJeztah any idea on a release, this seems to be the fix for what is causing frustration when I'm out of the office and logged into a domain account with internet connection; every docker is taking an again. but logged in as a local (non-domain) account is ok |
|
@grahamehorner this is included in the 19.03.9 release. Not sure when Docker Desktop is updated to include that version though; let me ask if there's an ETA |
|
@thaJeztah many thanks |
|
I was informed that the next Docker Desktop release on the "edge" channel will be end of this month, and "stable" channel is released every three months. That's for "regular" / "scheduled" releases, so it's possible that a patch release in either channel is done before that, which may include the update. |
backport of #2515 for 19.03
NOTE cherry-pick was not clean, because 19.03 uses older versions of kubernetes. I resolved the conflict in
vendor.conf, and re-vendored the dependency.Temporarily vendoring tip of the release-1.x branch, to address docker context inspect being slow on Windows because this package performs user lookup through
os.Current()duringinit().fixes #2420
- Description for the changelog