github env #3
Annotations
10 errors
services/mysql-mgmt/Dockerfile#L11
DL3027 warning: Do not use apt as it is meant to be a end-user tool, use apt-get or apt-cache instead
|
services/mysql-mgmt/Dockerfile#L22
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`).
|
services/redis/Dockerfile#L1
DL3007 warning: Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
|
services/superset/Dockerfile#L1
DL3006 warning: Always tag the version of an image explicitly
|
services/superset/Dockerfile#L3
DL3002 warning: Last USER should not be root
|
services/superset/Dockerfile#L8
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
services/superset/Dockerfile#L8
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
tests/setup/Dockerfile#L3
DL3002 warning: Last USER should not be root
|
tests/setup/Dockerfile#L7
DL3027 warning: Do not use apt as it is meant to be a end-user tool, use apt-get or apt-cache instead
|
tests/setup/Dockerfile#L7
SC2086 info: Double quote to prevent globbing and word splitting.
|
This job failed
Loading