Added FROM:Latest to the linters

This commit is contained in:
Saiprasad Balasubramanian 2019-10-23 17:08:51 +05:30 committed by GitHub
parent 1e37a08c59
commit 2199cfbb98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -450,6 +450,7 @@ Examples by:
- [dockfmt](https://github.com/jessfraz/dockfmt) :construction: - Dockerfile formatter and parser by [@jessfraz][jessfraz]
- [Hadolint](https://github.com/hadolint/hadolint) - A Dockerfile linter that checks for best practices, common mistakes, and is also able to lint any bash written in `RUN` instructions; by [@lukasmartinelli](https://github.com/lukasmartinelli)
- [Whale-linter](https://github.com/jeromepin/whale-linter) - A simple and small Dockerfile linter written in Python3+ without dependencies by [@jeromepin](https://github.com/jeromepin)
- [FROM:latest](https://www.fromlatest.io) - FROM:latest, An opinionated Dockerfile linter. Review your Dockerfile to see if you have implemented the best practices by [@replicatedhq](https://github.com/replicatedhq/dockerfilelint)
### Metadata