-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
util.ImageName.doValidate not allowing legitimate, per spec, multi-component names #459
Comments
dweomer
added a commit
to dweomer/docker-maven-plugin
that referenced
this issue
May 26, 2016
rhuss
added a commit
that referenced
this issue
May 26, 2016
tbh, https://github.com/docker/docker/blob/master/vendor/src/github.com/docker/distribution/reference/regexp.go goes a bit over the top with abstrcaction. would be so cool if they used plain regexps, not that supposed to be super-intelligent abstraction.
rhuss
pushed a commit
that referenced
this issue
May 26, 2016
rhuss
added a commit
that referenced
this issue
May 26, 2016
tbh, https://github.com/docker/docker/blob/master/vendor/src/github.com/docker/distribution/reference/regexp.go goes a bit over the top with abstrcaction. would be so cool if they used plain regexps, not that supposed to be super-intelligent abstraction.
fixed in 0.15.3, just released. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As per the grammar implemented/documented at http://bit.ly/docker_image_format, specifically:
image names should allow multiple sub-components after the first. As implemented currently by util/ImageName.java only two total components are allowed.
The text was updated successfully, but these errors were encountered: