Update Dockerfiles with hadolint and actions #11
Annotations
5 warnings
ckan/Dockerfile#L26
Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
ckan/Dockerfile#L65
Use WORKDIR to switch to a directory
|
ckan/Dockerfile#L65
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.ghcr#L27
Use WORKDIR to switch to a directory
|
ckan/Dockerfile.ghcr#L27
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
|
The logs for this run have expired and are no longer available.
Loading