| `pre-commit-image` / `PRE_COMMIT_IMAGE` | The Docker image used to run `pre-commit` | `registry.hub.docker.com/library/python:3-alpine`<br/>[](https://to-be-continuous.gitlab.io/doc/secu/trivy-PRE_COMMIT_IMAGE) |
| `pre-commit-image` / `PRE_COMMIT_IMAGE` | The Docker image used to run `pre-commit` | `docker.io/library/python:3-alpine`<br/>[](https://to-be-continuous.gitlab.io/doc/secu/trivy-PRE_COMMIT_IMAGE) |
## Jobs
@@ -152,7 +152,7 @@ To build a preconfigured image, use the following guidelines:
Bellow is an example `Dockerfile` to build such an image:
```Dockerfile
FROM registry.hub.docker.com/library/python:3-alpine
"description":"The Docker image used to run `pre-commit`\n\n:information_source: You may build your own pre-configured image to speed-up things and prevent the tool and plugins from being pip-installed (see documentation).",