oppara / docker-pre-commit

Pre-Commit hooks for validating Docker projects (Mirror)

Home Page:https://git.iamthefij.com/iamthefij/docker-pre-commit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Uses the hadolint Docker image to lint Dockerfiles.

hadolint-system

Uses the whatever version of hadolint that you have installed to lint Dockerfiles. This requires you to have hadolint installed somewhere in your path.

About

Pre-Commit hooks for validating Docker projects (Mirror)

https://git.iamthefij.com/iamthefij/docker-pre-commit

License:MIT License


Languages

Language:Makefile 52.1%Language:Shell 47.9%