dockerfile_lint
dockerfile_lint copied to clipboard
Proposed improved to issue 97 with better 'no_tag' matching
I tried to make the matching for "no_tag" more discrete and this appears to work, although no doubt a RegEx expert could improve it further.
I discovered that using tags like ":some-tag" and ":some_tag" lead to the tests failing with and invalid parameter error, I will log that as a separate issue.