Loading README.md +2 −0 Original line number Diff line number Diff line Loading @@ -251,6 +251,7 @@ It is bound to the `build` stage, and uses the following variables: | 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_ARGS` | Additional `dockerfile_lint` arguments | _(none)_ | Loading @@ -264,6 +265,7 @@ It is bound to the `build` stage, and uses the following variables: | 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_ARGS` | Additional `hadolint` arguments | _(none)_ | Loading Loading
README.md +2 −0 Original line number Diff line number Diff line Loading @@ -251,6 +251,7 @@ It is bound to the `build` stage, and uses the following variables: | 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_ARGS` | Additional `dockerfile_lint` arguments | _(none)_ | Loading @@ -264,6 +265,7 @@ It is bound to the `build` stage, and uses the following variables: | 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_ARGS` | Additional `hadolint` arguments | _(none)_ | Loading