fix: refs #370
Annotations
1 error, 5 warnings, and 1 notice
|
kustomize-lint
Process completed with exit code 1.
|
|
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.
|