-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins ver. 2.73.1
docker-workflow-plugin 1.14
When trying to test the newly build docker wine image with a simple helloworld.exe (windows binary) it fails when using docker.inside with error code -1 without any addition information (application only print hello world and return code 0). When using the docker image outside Jenkins the helloworld application can run using wine without problems. This issue seams to be only related to docker.inside as the image works afterwards.
Issue can be replicated with attached Jenkinsfile and Dockerfile.