Bug #19840
Updated by Peter Amstutz about 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.
This case needs to be handled properly.