jenkinsci / jenkinsci/docker-workflow-plugin
[JENKINS-52991] withDockerRegistry([...]) fails with "Email: EOF" on older docker versions
- Dominant language
- Java
- Stars
- 527
- Forks
- 422
- Avg merge
- 10m
- Merged PRs (30d)
- 1
Description
Recently upgraded from Jenkins 1.x to 2.x and now I'm receiving errors during the pipeline
[Pipeline] withDockerRegistry
$ docker login -u anonymous -p ******** https://registry:5000
Email: EOF
I'm using an old version of docker 1.10 that still requires the email option when using docker login. I was using version 1.12 of the https://wiki.jenkins.io/display/JENKINS/Docker+Pipeline+Plugin and now I'm on the most recent 1.17
---
Originally reported by mevans, imported from: withDockerRegistry([...]) fails with "Email: EOF" on older docker versions
Raw content of original issue
Recently upgraded from Jenkins 1.x to 2.x and now I'm receiving errors during the pipeline
[Pipeline] withDockerRegistry
$ docker login -u anonymous -p ******** https://registry:5000
Email: EOFI'm using an old version of docker 1.10 that still requires the email option when using docker login. I was using version 1.12 of the https://wiki.jenkins.io/display/JENKINS/Docker+Pipeline+Plugin and now I'm on the most recent 1.17
Contributor guide
Assessment
This issue has not been assessed yet.