jenkinsci / jenkinsci/docker-workflow-plugin
[JENKINS-47970] docker.inside crash when running wine hello world app
- Dominant language
- Java
- Stars
- 527
- Forks
- 422
- Avg merge
- 10m
- Merged PRs (30d)
- 1
Description
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.
---
Originally reported by
bth, imported from: docker.inside crash when running wine hello world app
Raw content of original issue
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.
environment
```
Jenkins ver. 2.73.1
docker-workflow-plugin 1.14
```
5 attachments
- [Dockerfile](https://issues.jenkins.io/secure/attachment/40289/Dockerfile)
- [Jenkinsfile](https://issues.jenkins.io/secure/attachment/40290/Jenkinsfile)
- [helloworld.exe](https://issues.jenkins.io/secure/attachment/40288/helloworld.exe)
- [jenkins-pipeline.png](https://issues.jenkins.io/secure/attachment/40292/jenkins-pipeline.png)
> 
- [jenkins.log](https://issues.jenkins.io/secure/attachment/40291/jenkins.log)
Contributor guide
Assessment
This issue has not been assessed yet.