Pre-Commit hooks for validating Docker projects
Go to file
Alex Hafner f16a4574c1
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/tag Build is failing Details
wrap "docker compose" command in quotes
2022-05-19 12:28:39 +01:00
tests Add some tests and drone to run them 2020-01-28 15:21:42 -05:00
.drone.yml Change drone steps 2020-09-19 21:26:29 +00:00
.gitignore Initial commit 2018-05-21 10:31:17 -07:00
.pre-commit-config.yaml Add pre-commit hooks of our own 2020-09-19 20:07:34 +00:00
.pre-commit-hooks.yaml Remove hadolint and add deprecation notice 2021-04-09 10:11:11 -07:00
LICENSE Initial commit 2018-05-21 10:31:17 -07:00
Makefile Add pre-commit hooks of our own 2020-09-19 20:07:34 +00:00
README.md Remove hadolint and add deprecation notice 2021-04-09 10:11:11 -07:00
compose-check.sh wrap "docker compose" command in quotes 2022-05-19 12:28:39 +01:00
hadolint-deprecation.sh Remove hadolint and add deprecation notice 2021-04-09 10:11:11 -07:00

README.md

docker-pre-commit

A set of pre-commit hooks for Docker services

Hooks

docker-compose-check

Verifies that docker-compose files are valid by using docker-compose config to parse them.

hadolint (Removed)

These hooks have been removed in favor of the ones that have been added to https://github.com/hadolint/hadolint