Open iskandersierra opened 3 years ago
I had similar issue, here the link to it. https://github.com/megalinter/megalinter/issues/1053 curious if you have a workaround
I have the same issue here for local multi stages. It would be nice to have a general option to disable any rule(s) using comment #dockerfilelint disable=missing_tag
.
Any update on this?
I just ran into the same issue.
Just did bump into the same issue, is there really no way to add an ignore statement like the one suggested above? This would help to "workaround" the problem until it will eventually be supported.
Currently I end up disabling the linter for a whole file, and that's sad because we loose valuable feedback from it.
Just encountered this 2.5 years later.
Using project mega-linter, I get the following error:
on the following Dockerfile:
This makes me disable the rule missing_tag, which I want enabled for the first two stages, in order to pass the test.
Is this behaviour intended or is it possible to check whether there is a previous stage with the name being checked and skip that validation?
Thanks for the good work. If you accept PRs I could check if I can do this update.