|
7 | 7 | [](https://github.com/cytopia/docker-terraform-docs "github.com/cytopia/docker-terraform-docs")
|
8 | 8 | [](https://opensource.org/licenses/MIT)
|
9 | 9 |
|
10 |
| -> #### All awesome CI images |
| 10 | +> #### All [#awesome-ci](https://github.com/topics/awesome-ci) Docker images |
11 | 11 | >
|
12 |
| -> [ansible](https://github.com/cytopia/docker-ansible) | |
13 |
| -> [ansible-lint](https://github.com/cytopia/docker-ansible-lint) | |
14 |
| -> [awesome-ci](https://github.com/cytopia/awesome-ci) | |
15 |
| -> [eslint](https://github.com/cytopia/docker-eslint) | |
16 |
| -> [file-lint](https://github.com/cytopia/docker-file-lint) | |
17 |
| -> [jsonlint](https://github.com/cytopia/docker-jsonlint) | |
18 |
| -> [pycodestyle](https://github.com/cytopia/docker-pycodestyle) | |
19 |
| -> [terraform-docs](https://github.com/cytopia/docker-terraform-docs) | |
| 12 | +> [ansible](https://github.com/cytopia/docker-ansible) **•** |
| 13 | +> [ansible-lint](https://github.com/cytopia/docker-ansible-lint) **•** |
| 14 | +> [awesome-ci](https://github.com/cytopia/awesome-ci) **•** |
| 15 | +> [black](https://github.com/cytopia/docker-black) **•** |
| 16 | +> [checkmake](https://github.com/cytopia/docker-checkmake) **•** |
| 17 | +> [eslint](https://github.com/cytopia/docker-eslint) **•** |
| 18 | +> [file-lint](https://github.com/cytopia/docker-file-lint) **•** |
| 19 | +> [gofmt](https://github.com/cytopia/docker-gofmt) **•** |
| 20 | +> [golint](https://github.com/cytopia/docker-golint) **•** |
| 21 | +> [jsonlint](https://github.com/cytopia/docker-jsonlint) **•** |
| 22 | +> [phpcs](https://github.com/cytopia/docker-phpcs) **•** |
| 23 | +> [pycodestyle](https://github.com/cytopia/docker-pycodestyle) **•** |
| 24 | +> [pylint](https://github.com/cytopia/docker-pylint) **•** |
| 25 | +> [terraform-docs](https://github.com/cytopia/docker-terraform-docs) **•** |
| 26 | +> [terragrunt](https://github.com/cytopia/docker-terragrunt) **•** |
20 | 27 | > [yamllint](https://github.com/cytopia/docker-yamllint)
|
21 | 28 |
|
22 | 29 |
|
| 30 | +> #### All [#awesome-ci](https://github.com/topics/awesome-ci) Makefiles |
| 31 | +> |
| 32 | +> Visit **[cytopia/makefiles](https://github.com/cytopia/makefiles)** for seamless project integration, minimum required best-practice code linting and CI. |
| 33 | +
|
23 | 34 | View **[Dockerfile](https://github.com/cytopia/docker-terraform-docs/blob/master/Dockerfile)** on GitHub.
|
24 | 35 |
|
25 | 36 | [](https://hub.docker.com/r/cytopia/terraform-docs)
|
@@ -322,6 +333,39 @@ been updated with the latest changes generated from `terraform-docs`:
|
322 | 333 | * https://github.com/Flaconi/terraform-aws-microservice/blob/master/Makefile
|
323 | 334 |
|
324 | 335 |
|
| 336 | +## Related [#awesome-ci](https://github.com/topics/awesome-ci) projects |
| 337 | +
|
| 338 | +### Docker images |
| 339 | +
|
| 340 | +Save yourself from installing lot's of dependencies and pick a dockerized version of your favourite |
| 341 | +linter below for reproducible local or remote CI tests: |
| 342 | +
|
| 343 | +| Docker image | Type | Description | |
| 344 | +|--------------|------|-------------| |
| 345 | +| [awesome-ci](https://github.com/cytopia/awesome-ci) | Basic | Tools for git, file and static source code analysis | |
| 346 | +| [file-lint](https://github.com/cytopia/docker-file-lint) | Basic | Baisc source code analysis | |
| 347 | +| [jsonlint](https://github.com/cytopia/docker-jsonlint) | Basic | Lint JSON files | |
| 348 | +| [yamllint](https://github.com/cytopia/docker-yamllint) | Basic | Lint Yaml files | |
| 349 | +| [ansible](https://github.com/cytopia/docker-ansible) | Ansible | Multiple versoins of Ansible | |
| 350 | +| [ansible-lint](https://github.com/cytopia/docker-ansible-lint) | Ansible | Lint Ansible | |
| 351 | +| [gofmt](https://github.com/cytopia/docker-gofmt) | Go | Format Go source code | |
| 352 | +| [golint](https://github.com/cytopia/docker-golint) | Go | Lint Go code | |
| 353 | +| [eslint](https://github.com/cytopia/docker-eslint) | Javascript | Lint Javascript code | |
| 354 | +| [checkmake](https://github.com/cytopia/docker-checkmake) | Make | Lint Makefiles | |
| 355 | +| [phpcs](https://github.com/cytopia/docker-phpcs) | PHP | PHPCodeSniffer and Code Beautifier and Fixer | |
| 356 | +| [black](https://github.com/cytopia/docker-black) | Python | The uncompromising Python code formatter | |
| 357 | +| [pycodestyle](https://github.com/cytopia/docker-pycodestyle) | Python | Python style guide checker | |
| 358 | +| [pylint](https://github.com/cytopia/docker-pylint) | Python | Python source code, bug and quality checker | |
| 359 | +| [terraform-docs](https://github.com/cytopia/docker-terraform-docs) | Terraform | Terraform doc generator (TF 0.12 ready) | |
| 360 | +| [terragrunt](https://github.com/cytopia/docker-terragrunt) | Terraform | Terragrunt and Terraform | |
| 361 | +
|
| 362 | +
|
| 363 | +### Makefiles |
| 364 | +
|
| 365 | +Visit **[cytopia/makefiles](https://github.com/cytopia/makefiles)** for dependency-less, seamless project integration and minimum required best-practice code linting for CI. |
| 366 | +The provided Makefiles will only require GNU Make and Docker itself removing the need to install anything else. |
| 367 | +
|
| 368 | +
|
325 | 369 | ## License
|
326 | 370 |
|
327 | 371 | **[MIT License](LICENSE)**
|
|
0 commit comments