Working in the infra, test in CI #55
Annotations
10 errors
services/mysql-mgmt/Dockerfile#L5
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-server/Dockerfile#L8
DL3027 warning: Do not use apt as it is meant to be a end-user tool, use apt-get or apt-cache instead
|
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#L7
DL3027 warning: Do not use apt as it is meant to be a end-user tool, use apt-get or apt-cache instead
|
services/superset/Dockerfile#L33
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
services/superset/Dockerfile#L33
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
tests/setup/Dockerfile#L5
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#L5
DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
tests/setup/Dockerfile#L5
SC2086 info: Double quote to prevent globbing and word splitting.
|
This job failed
Loading