Skip to content

Commit

Permalink
Supress hadolint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Araujo committed Aug 10, 2022
1 parent 49b1135 commit 7fbde6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .hadolint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ ignored:
- DL3003 # Use WORKDIR to switch to a directory.
- DL4001 # Either use Wget or Curl but not both.
- SC1091 # Only source scripts from absolute paths.

# TODO: Clean up these ignored warnings, they were introduced on the
# non-GPU PR but supressed because they seemed spurious and time-constrains.
# https://github.com/whisthq/whist/pull/6987#discussion_r940598323
- DL3006 # Always tag the version of an image explicitly.
- SC2039 #In POSIX sh, brace expansion is undefined.

0 comments on commit 7fbde6d

Please sign in to comment.