Update unit tests for sfwebui to match actual implementation #616
Annotations
6 errors
Run container tests
Process completed with exit code 1.
|
Lint Dockerfile with Hadolint:
Dockerfile#L70
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
Lint Dockerfile with Hadolint:
Dockerfile#L45
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
Lint Dockerfile with Hadolint:
Dockerfile#L41
DL3016 warning: Pin versions in npm. Instead of `npm install <package>` use `npm install <package>@<version>`
|
Lint Dockerfile with Hadolint:
Dockerfile#L33
DL3047 info: Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`).
|
Lint Dockerfile with Hadolint:
Dockerfile#L8
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Loading