jenkinsci / jenkinsci/docker-workflow-plugin

[JENKINS-52991] withDockerRegistry([...]) fails with "Email: EOF" on older docker versions

Open
#582 0 comments 0 reactions 0 assignees View on GitHub
component:docker-workflow-plugin imported-jira-issue priority:blocker regression resolution:unresolved
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


  • status: Open
  • priority: Blocker
  • component(s): docker-workflow-plugin
  • label(s): regression
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 2025-12-07

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: 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 

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.