docker-plugin icon indicating copy to clipboard operation
docker-plugin copied to clipboard

#712 Infer registry URL from Template image name

Open Dohbedoh opened this issue 5 years ago • 1 comments

Addresses https://github.com/jenkinsci/docker-plugin/issues/712. Infer the registry URL from image name using the org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint#fromImageName

Dohbedoh avatar Jul 27 '20 13:07 Dohbedoh

A fix might be needed upstream as the org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint#fromImageName does not accept the V2 syntax registry/path/to/image:tag. Which is a bug / improvement for docker-commons.

Dohbedoh avatar Jul 29 '20 06:07 Dohbedoh