[19.03 backport] Fix regression in handling of NotFound err during startup ENGCORE-929#317
Conversation
Signed-off-by: Deep Debroy <ddebroy@docker.com> (cherry picked from commit 4d5b626) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
LGTM |
|
LGTM
Michael Crosby
… On Aug 8, 2019, at 8:20 PM, Deep Debroy ***@***.***> wrote:
LGTM
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
|
RS1 failure can be fixed by moby#39168 which wasn't backported yet |
|
Any information on when we will see this released? |
|
19.03.2 will be released next week and include this patch |
|
Great, will there be a docker desktop 2.1.0.2 as well then? |
|
Desktop releases will be released in tandem, yes |
|
Doesn't seem like this commit is in the 19.03.2 tag. |
|
@cpuguy83 it looks to be in there? this repo; https://github.com/docker/engine/blob/v19.03.2/daemon/daemon.go#L338 docker/docker-ce repo: https://github.com/docker/docker-ce/blob/v19.03.2/components/engine/daemon/daemon.go#L338 |
|
Ah, GH is not reporting it in the tag for some reason. |
backport of moby#39703 for 19.03
Signed-off-by: Deep Debroy ddebroy@docker.com
(cherry picked from commit 4d5b626)
Signed-off-by: Sebastiaan van Stijn github@gone.nl
- What I did
Address a regression during daemon startup introduced in moby#38931.
fixes moby#39623
fixes moby#39742
fixes docker/for-win#4463
fixes microsoft/navcontainerhelper#548
- How I did it
Added (back) proper handling of NotFound err
- How to verify it
Start a container in Windows like:
and Restart-Computer.
After reboot, make sure container comes back up properly and is not a zombie.
- Description for the changelog
Fix regression in reboot of Windows daemon
- A picture of a cute animal (not mandatory but encouraged)