ci(lint): adding docker linter #1890
Annotations
10 errors
Dockerfile#L6
DL3040 warning: `dnf clean all` missing after dnf command.
|
Dockerfile#L9
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
Dockerfile#L15
DL3040 warning: `dnf clean all` missing after dnf command.
|
Dockerfile#L15
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
Dockerfile#L25
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
Dockerfile#L25
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
Dockerfile#L25
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
Dockerfile#L29
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
Dockerfile#L29
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
Dockerfile#L29
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
The logs for this run have expired and are no longer available.
Loading