From 2199cfbb9857ba3b383d8a46913783596600f6b7 Mon Sep 17 00:00:00 2001 From: Saiprasad Balasubramanian Date: Wed, 23 Oct 2019 17:08:51 +0530 Subject: [PATCH 1/3] Added FROM:Latest to the linters --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 421e504..0ba177a 100644 --- a/README.md +++ b/README.md @@ -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 From b5ecd521268ffa64a688fc88a1b1dea57c8f7e11 Mon Sep 17 00:00:00 2001 From: Saiprasad Balasubramanian Date: Tue, 12 Nov 2019 10:17:34 +0530 Subject: [PATCH 2/3] Updated the projects alphabetically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85d5622..fc01d20 100644 --- a/README.md +++ b/README.md @@ -448,9 +448,9 @@ Examples by: - [dockerfile_lint](https://github.com/projectatomic/dockerfile_lint) - A rule-based 'linter' for Dockerfiles by [@projectatomic](https://github.com/projectatomic) - [Dockerfilelint](https://github.com/replicatedhq/dockerfilelint) - A node module that analyzes a Dockerfile and looks for common traps, mistakes and helps enforce best practices by [@replicatedhq](https://github.com/replicatedhq) - [dockfmt](https://github.com/jessfraz/dockfmt) :construction: - Dockerfile formatter and parser by [@jessfraz][jessfraz] +- [FROM:latest](https://github.com/replicatedhq/dockerfilelint) - An opinionated Dockerfile linter [@replicatedhq](https://github.com/replicatedhq) - [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 From 4f07d8c007115d37097a6910560d770bc0745a40 Mon Sep 17 00:00:00 2001 From: Saiprasad Balasubramanian Date: Tue, 12 Nov 2019 10:21:29 +0530 Subject: [PATCH 3/3] Minor correction in FROM:latest in Linter section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc01d20..5a12cb0 100644 --- a/README.md +++ b/README.md @@ -448,7 +448,7 @@ Examples by: - [dockerfile_lint](https://github.com/projectatomic/dockerfile_lint) - A rule-based 'linter' for Dockerfiles by [@projectatomic](https://github.com/projectatomic) - [Dockerfilelint](https://github.com/replicatedhq/dockerfilelint) - A node module that analyzes a Dockerfile and looks for common traps, mistakes and helps enforce best practices by [@replicatedhq](https://github.com/replicatedhq) - [dockfmt](https://github.com/jessfraz/dockfmt) :construction: - Dockerfile formatter and parser by [@jessfraz][jessfraz] -- [FROM:latest](https://github.com/replicatedhq/dockerfilelint) - An opinionated Dockerfile linter [@replicatedhq](https://github.com/replicatedhq) +- [FROM:latest](https://github.com/replicatedhq/dockerfilelint) - An opinionated Dockerfile linter by [@replicatedhq](https://github.com/replicatedhq) - [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)