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

QA: Add Dockerfile linter #43

Open
1 of 7 tasks
patricklodder opened this issue Dec 12, 2021 · 0 comments
Open
1 of 7 tasks

QA: Add Dockerfile linter #43

patricklodder opened this issue Dec 12, 2021 · 0 comments

Comments

@patricklodder
Copy link
Member

patricklodder commented Dec 12, 2021

Currently the most complete Dockerfile linter seems to be hadolint, this basically implements the same principles from pylint and eslint+[semi]standard to Dockerfiles.

Open items on main as of dc0a034:

Note that after fixing some items, new findings can arise. For example, after fixing DL3027 with #42, we will get the following:

  • DL3008: Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>
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

No branches or pull requests

1 participant