Skip to content

Commit

Permalink
add hadolint dotfile to ignore some rules globally
Browse files Browse the repository at this point in the history
Signed-off-by: Oguz Ozturk <[email protected]>
  • Loading branch information
oguzkaganozt committed Feb 19, 2024
1 parent 0f49009 commit 2a1c637
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .hadolint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ignored:
- DL3008 # Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
- DL3013 # Pin versions in pip. Instead of `pip install <package>`, use `pip install <package>==<version>`

0 comments on commit 2a1c637

Please sign in to comment.