Skip to content

Instantly share code, notes, and snippets.

@JamesJJ
Last active April 23, 2018 13:57
Show Gist options
  • Save JamesJJ/8fdc4c3f2b9d598f81b8aee983e53b32 to your computer and use it in GitHub Desktop.
Save JamesJJ/8fdc4c3f2b9d598f81b8aee983e53b32 to your computer and use it in GitHub Desktop.
# https://github.com/hadolint/hadolint
# This is an excellent tool for helping improve your Dockerfile
# As with all things, the default settings may not fit all use cases.
ignored:
- DL3017 # apk upgrade
- DL3005 # apt-get upgrade
- DL3018 # specify specific package versions with apk
- DL3008 # specify specific package versions with apt
- SC2002 # Useless cat [useless but clear!]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment