Docker fails after Windows update #880
Unanswered
Alvin-Prasla
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Are you able to narrow down which specific KB update is causing this behavior? What is Octopus and where does it come from? Is it this: https://octopus.com/? I'm assuming that installation of the Build Tools is not needed in order to reproduce the failure. Can you confirm that? @weijuans-msft - Something for you to take a look at. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We encountered an issue with Docker when windows updates were recently applied on our Windows Server 2016 box. All builds were working correctly and then below windows updates broke the build. To prove, we uninstalled those windows update and things started to work fine. Because those updates are necessary as per our server admins we installed it back and docker is failing again.
The windows update list which is causing issue:
Dockerfile:
After the image is successfully created, I run the image to create the container. Now from inside the container I run (for example) octo.exe to check the version (for simplicity). The command octo.exe --version doesn't return any error, no logs, no output. I tried various other commands also but its same. Then I tried below code to check last error code.
PowerShell:
Basically octo.exe doesn’t respond from within the docker container (Yes the octo.exe path is correct and I verified the file exists by visually seeing using dir command and also wrote a small PS script to check if the file exists). This worked fine before the updates were installed. The octo.exe also works fine outside the container.
Stack overflow: https://stackoverflow.com/questions/70760419/docker-fails-after-windows-update
Beta Was this translation helpful? Give feedback.
All reactions