-
Bug
-
Resolution: Answered
-
Low
-
None
-
None
-
None
-
1
-
Severity 2 - Major
-
When using Docker Runner to isolate builds on Windows images, such as openjdk:10-jdk-windowsservercore, running in Docker for Windows, the container will fail to start:
13-Sep-2018 16:00:17 C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Error response from daemon: network host not found.
13-Sep-2018 16:00:17 Failed to start docker container df37fa8b-e94c-43a5-8d48-f7c4d90fd10c139396235
Running the command directly without --net=host results in the container starting successfully. There is currently no way to prevent Docker Runner from using the --net=host argument.
[BAM-20109] Docker Runner argument '--net=host' causes docker images to fail
Remote Link | New: This issue links to "Page (Confluence)" [ 563142 ] |
Assignee | New: Marcin Gardias [ mgardias ] |
Workflow | Original: Bamboo Workflow 2016 v1 - Restricted [ 2827061 ] | New: JAC Bug Workflow v3 [ 3385816 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Symptom Severity | Original: Major [ 14431 ] | New: Severity 2 - Major [ 15831 ] |
Resolution | New: Answered [ 9 ] | |
Status | Original: Needs Triage [ 10030 ] | New: Resolved [ 5 ] |
Component/s | New: Docker Runner [ 51690 ] | |
Component/s | New: Windows [ 13990 ] |
Description |
New:
When using Docker Runner to isolate builds on Windows images, such as openjdk:10-jdk-windowsservercore, running in Docker for Windows, the container will fail to start:
13-Sep-2018 16:00:17 C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Error response from daemon: network host not found. 13-Sep-2018 16:00:17 Failed to start docker container df37fa8b-e94c-43a5-8d48-f7c4d90fd10c139396235 Running the command directly without --net=host results in the container starting successfully. There is currently no way to prevent Docker Runner from using the --net=host argument. |
Docker runner is not supported on Windows platform (https://confluence.atlassian.com/bamboo/docker-runner-946020207.html). It's non negligible effort to do it right. We can gather interest with improvement issue.