Revert to 3.11-slim vulnerability fixed version #13
docker.yaml
on: pull_request
runner/build-docker-push:latest
1m 10s
Annotations
6 errors
runner/build-docker-push:latest:
ckan-mqa/Dockerfile#L12
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
runner/build-docker-push:latest:
ckan-mqa/Dockerfile#L12
DL3009 info: Delete the apt-get lists after installing something
|
runner/build-docker-push:latest:
ckan-mqa/Dockerfile#L12
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
runner/build-docker-push:latest:
ckan-mqa/Dockerfile#L12
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
runner/build-docker-push:latest:
ckan-mqa/Dockerfile#L12
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`).
|
runner/build-docker-push:latest:
ckan-mqa/Dockerfile#L12
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|