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

Docker builder should try to sanitize docker tags

Open jszwedko opened this issue 10 years ago • 0 comments

E.g. if you have a tag like "release/1234" and you use "git:short" as one of the tags in the Bobfile, docker-builder fails when trying to tag (couldn't track down what characters are allowed in image tags, but / is not). Alternatively, just let this tag fail, but don't fail the build.

jszwedko avatar Nov 12 '14 21:11 jszwedko