Bug #19840
Updated by Peter Amstutz over 2 years ago
Customer is using a docker reference that looks like this: *docker.cloud.example.com:443/rrtest:samtools_jp_v1.6.1* @arv-keepdocker@ splits on the first instance of ':' so the port number is messing it up -- it thinks "docker.cloud.example.com" is the name and "443/rrtest" is the tag (and the last part gets thrown away). tag. This case needs to be handled properly.