Skip to content
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

accept dot in FROM version and dash in USER #56

Merged
merged 1 commit into from
Nov 29, 2016
Merged

accept dot in FROM version and dash in USER #56

merged 1 commit into from
Nov 29, 2016

Conversation

romain-dartigues
Copy link
Contributor

@romain-dartigues romain-dartigues commented Nov 23, 2016

I noticed the actual regexp seemed too restrictive.

For example, I belive this should be valid (currently refused because of the dot in the version):

FROM scaleway/docker:amd64-1.10

And this one is definitively valid (Ubuntu default, currently refused because of the dash):

USER www-data

@romain-dartigues romain-dartigues changed the title accept dash in FROM and USER accept dot in FROM version and dash in USER Nov 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants