docker-plugin
docker-plugin copied to clipboard
#712 Infer registry URL from Template image name
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
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.