Build and release image manually #4
Annotations
6 errors
Linting Dockerfile with hadolint in GH Actions:
ckan-mqa/Dockerfile#L12
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Linting Dockerfile with hadolint in GH Actions:
ckan-mqa/Dockerfile#L12
DL3009 info: Delete the apt-get lists after installing something
|
Linting Dockerfile with hadolint in GH Actions:
ckan-mqa/Dockerfile#L12
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
Linting Dockerfile with hadolint in GH Actions:
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>`
|
Linting Dockerfile with hadolint in GH Actions:
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`).
|
Linting Dockerfile with hadolint in GH Actions:
ckan-mqa/Dockerfile#L12
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
|
The logs for this run have expired and are no longer available.
Loading