fix: refs #371
linting.yaml
on: push
kustomize-lint
24s
yaml-lint
7s
bash-lint
5s
hadolint
6s
Annotations
5 warnings and 1 notice
|
hadolint:
components/label-studio/container/s2i/Dockerfile#L10
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
|
hadolint:
components/label-studio/container/s2i/Dockerfile#L10
Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
|
hadolint:
components/label-studio/container/s2i/Dockerfile#L1
Always tag the version of an image explicitly
|
|
hadolint:
components/label-studio/container/patch/Dockerfile#L6
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
|
hadolint:
components/label-studio/container/patch/Dockerfile#L6
Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
|
hadolint:
components/label-studio/container/patch/Dockerfile#L19
Multiple consecutive `RUN` instructions. Consider consolidation.
|