Align with ckan/ckan-docker, update ckanext-schemingdcat and add CKAN 2.9.12 backport version #72
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#L69
Use WORKDIR to switch to a directory
|
ckan/Dockerfile#L69
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
|
This job succeeded
Loading