diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dd74bca..592699f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,14 +30,14 @@ repos: - mdformat-gfm - mdformat_frontmatter - - repo: https://github.com/pryorda/dockerfilelint-precommit-hooks - rev: v0.1.0 - hooks: - - id: dockerfilelint - - repo: https://github.com/pre-commit/mirrors-prettier rev: v3.0.3 hooks: - id: prettier # https://prettier.io/docs/en/options.html#print-width args: ["--print-width=120"] +# TODO: find an alternative which supports multi-stage builds +# - repo: https://github.com/pryorda/dockerfilelint-precommit-hooks +# rev: v0.1.0 +# hooks: +# - id: dockerfilelint diff --git a/README.md b/README.md index 299a16a..aee95ec 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Repository for clean Dockerfile containing [FFmpeg](https://www.ffmpeg.org/), [O [![Docker Build Status](https://img.shields.io/docker/cloud/build/borda/docker_python-opencv-ffmpeg)](https://hub.docker.com/r/borda/docker_python-opencv-ffmpeg) [![DockerHub Pulls](https://img.shields.io/docker/pulls/borda/docker_python-opencv-ffmpeg.svg)](https://hub.docker.com/r/borda/docker_python-opencv-ffmpeg) [![Docker](https://img.shields.io/docker/automated/borda/docker_python-opencv-ffmpeg)](https://hub.docker.com/r/borda/docker_python-opencv-ffmpeg) +[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Borda/docker_python-opencv-ffmpeg/master.svg)](https://results.pre-commit.ci/latest/github/Borda/docker_python-opencv-ffmpeg/master)