Skip to content

Commit

Permalink
Address Dockerfile linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons committed Aug 22, 2024
1 parent e41aae1 commit 37637f6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/linters/.hadolint.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
failure-threshold: error
failure-threshold: warning
ignored:
- DL3008 # warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
- DL3016 # warning: Pin versions in npm. Instead of `npm install <package>` use `npm install <package>@<version>`
- DL3018 # warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
- DL3033 # warning: Specify version with `yum install -y <package>-<version>`
- DL3041 # warning: Specify version with `dnf install -y <package>-<version>`

0 comments on commit 37637f6

Please sign in to comment.