Update actions #81
Merged
Update actions #81
Annotations
5 warnings
ckan/Dockerfile#L23
Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
ckan/Dockerfile#L23
Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
ckan/Dockerfile#L62
Use WORKDIR to switch to a directory
|
ckan/Dockerfile#L62
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
|
ckan/Dockerfile#L70
Use arguments JSON notation for CMD and ENTRYPOINT arguments
|
The logs for this run have expired and are no longer available.
Loading