Closed
Description
Its not the tag but the name which needs to be sanitized. See comments below.
When tags are given, either as part of the image name or as extra tag, they should be sanitized to conform to the Docker syntax. I.e. no hyphens -
are allowed and they should be translated to e.g. _
.
Alternatively throw an error early. Currently the error message is quite confusing.
See #419 for an example.