Skip to content
Snippets Groups Projects
Commit 4b0c4aaa authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: document how to toggle Hadolint and dockerlint jobs

Fixes #59
parent e4023046
No related branches found
No related tags found
No related merge requests found
...@@ -251,6 +251,7 @@ It is bound to the `build` stage, and uses the following variables: ...@@ -251,6 +251,7 @@ It is bound to the `build` stage, and uses the following variables:
| Name | Description | Default value | | Name | Description | Default value |
| --------------------- | -------------------------------------- | --------------------------------------- | | --------------------- | -------------------------------------- | --------------------------------------- |
| `DOCKER_LINT_ENABLED` | Set to `true` to enable dockerlint | _(none: disabled by default)_ |
| `DOCKER_LINT_IMAGE` | The dockerlint image | `registry.hub.docker.com/projectatomic/dockerfile-lint:latest` | | `DOCKER_LINT_IMAGE` | The dockerlint image | `registry.hub.docker.com/projectatomic/dockerfile-lint:latest` |
| `DOCKER_LINT_ARGS` | Additional `dockerfile_lint` arguments | _(none)_ | | `DOCKER_LINT_ARGS` | Additional `dockerfile_lint` arguments | _(none)_ |
...@@ -264,6 +265,7 @@ It is bound to the `build` stage, and uses the following variables: ...@@ -264,6 +265,7 @@ It is bound to the `build` stage, and uses the following variables:
| Name | Description | Default value | | Name | Description | Default value |
| -------------------------- | -------------------------------------- | --------------------------------------- | | -------------------------- | -------------------------------------- | --------------------------------------- |
| `DOCKER_HADOLINT_DISABLED` | Set to `true` to disable Hadolint | _(none: enabled by default)_ |
| `DOCKER_HADOLINT_IMAGE` | The Hadolint image | `registry.hub.docker.com/hadolint/hadolint:latest-alpine` | | `DOCKER_HADOLINT_IMAGE` | The Hadolint image | `registry.hub.docker.com/hadolint/hadolint:latest-alpine` |
| `DOCKER_HADOLINT_ARGS` | Additional `hadolint` arguments | _(none)_ | | `DOCKER_HADOLINT_ARGS` | Additional `hadolint` arguments | _(none)_ |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment