Update READMEs and fix master actions #79
Annotations
8 warnings and 1 notice
Linting Dockerfiles and annotate code inline in the github PR viewer:
ckan/Dockerfile#L26
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
Linting Dockerfiles and annotate code inline in the github PR viewer:
ckan/Dockerfile#L26
Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
|
Linting Dockerfiles and annotate code inline in the github PR viewer:
ckan/Dockerfile#L72
Use WORKDIR to switch to a directory
|
Linting Dockerfiles and annotate code inline in the github PR viewer:
ckan/Dockerfile#L72
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
|
Linting Dockerfiles and annotate code inline in the github PR viewer:
ckan/Dockerfile.ghcr#L24
Use WORKDIR to switch to a directory
|
Linting Dockerfiles and annotate code inline in the github PR viewer:
ckan/Dockerfile.ghcr#L24
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-pycsw build:
ckan-pycsw/Dockerfile#L19
UndefinedVar: Usage of undefined variable '$CKAN_SYSADMIN_EMAIL'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
ckan-pycsw build:
ckan-pycsw/Dockerfile#L19
UndefinedVar: Usage of undefined variable '$CSW_CONTACT_NAME'
More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
|
Linting Dockerfiles and annotate code inline in the github PR viewer:
ckan/Dockerfile#L26
Avoid additional packages by specifying `--no-install-recommends`
|
Loading