docker / hub-feedback

Feedback and bug reports for the Docker Hub
https://hub.docker.com
232 stars 40 forks source link

Build tags - invalid 'name' field #1739

Closed sjwarner-bp closed 5 years ago

sjwarner-bp commented 5 years ago

Problem description

Trying to add multiple tags to a single build fails.

I add the tags 2,craft2 as described here, but when I try to 'save' I get the following error:

Invalid 'name' field: Illegal Docker tag character ',' at position 2. Valid values are ^[A-Za-z0-9_][A-Za-z0-9_.-]{0,127}$

Seems to be incorrect tag validation.

From my UI, I see:

screenshot from 2019-01-16 16-40-53

Any advice here?

meticulous-dft commented 5 years ago

We don't support this. I will update docs to make it clear. Please create 2 rules for this user case.