Pre-Commit hooks for validating Docker projects
Go to file
IamTheFij d0670c0c9f
continuous-integration/drone/push Build is failing Details
Switch to debian slim base for tests
This makes improved builds speeds much faster since
it supports wheels out of the box
2020-01-30 10:21:02 -08:00
tests Add some tests and drone to run them 2020-01-28 15:21:42 -05:00
.drone.yml Switch to debian slim base for tests 2020-01-30 10:21:02 -08:00
.gitignore Initial commit 2018-05-21 10:31:17 -07:00
.pre-commit-hooks.yaml Working commit 2018-05-21 10:46:23 -07:00
LICENSE Initial commit 2018-05-21 10:31:17 -07:00
Makefile Add some tests and drone to run them 2020-01-28 15:21:42 -05:00
README.md Initial commit 2018-05-21 10:31:17 -07:00
compose-check.sh Add some tests and drone to run them 2020-01-28 15:21:42 -05:00
hooks.yaml Fix hook description 2020-01-09 15:35:09 -08: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.