Skip to content

Instantly share code, notes, and snippets.

@renatomefi
Last active September 4, 2018 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renatomefi/68ff21076e9d7f8f8043a3311ea64127 to your computer and use it in GitHub Desktop.
Save renatomefi/68ff21076e9d7f8f8043a3311ea64127 to your computer and use it in GitHub Desktop.
All code used on the article https://medium.com/@renatomefi/9fd8c620174

Create a Dockerfile

FROM alpine:latest

Run

$ docker run --rm -i hadolint/hadolint < ./Dockerfile
/dev/stdin:1 DL3007 Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment