Skip to content

Fix tag name

Fix tag name #19

Triggered via pull request October 2, 2023 09:09
Status Success
Total duration 53s
Artifacts

docker-pr.yml

on: pull_request
runner/test-docker-pr:ckan-2.9.9
43s
runner/test-docker-pr:ckan-2.9.9
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
runner/test-docker-pr:ckan-2.9.9: ckan/Dockerfile#L26
Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
runner/test-docker-pr:ckan-2.9.9: ckan/Dockerfile#L65
Use WORKDIR to switch to a directory
runner/test-docker-pr:ckan-2.9.9: 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
runner/test-docker-pr:ckan-2.9.9: ckan/Dockerfile.ghcr#L27
Use WORKDIR to switch to a directory
runner/test-docker-pr:ckan-2.9.9: 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