We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a file named pgadmin.dockerfile and it fails hadolint with
pgadmin.dockerfile
parse error: Invalid numeric literal at line 1, column 7 reviewdog: failed to unmarshal rdjson (DiagnosticResult): proto: syntax error (line 1:1): unexpected token
I then rename the file from pgadmin.dockerfile to Dockerfile
Dockerfile
diff --git a/Dockerfile b/pgadmin.dockerfile similarity index 100% rename from Dockerfile rename to pgadmin.dockerfile
And the build works.
The text was updated successfully, but these errors were encountered:
Having the same issue here - this seems to also happen if there aren't actually any dockerfiles to lint
Sorry, something went wrong.
No branches or pull requests
I have a file named
pgadmin.dockerfile
and it fails hadolint withI then rename the file from
pgadmin.dockerfile
toDockerfile
And the build works.
The text was updated successfully, but these errors were encountered: