Skip to content

Add info to clone CKAN extensions with specific tags, update reqs and autoclrf for dev mode #69

Add info to clone CKAN extensions with specific tags, update reqs and autoclrf for dev mode

Add info to clone CKAN extensions with specific tags, update reqs and autoclrf for dev mode #69

Triggered via pull request August 1, 2024 00:32
@mjanezmjanez
synchronize #142
ckan-2.9.11
Status Success
Total duration 44s
Artifacts

docker-pr.yml

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

Annotations

6 warnings
runner/test-docker-pr:ckan-2.9.11: 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.11: ckan/Dockerfile#L69
Use WORKDIR to switch to a directory
runner/test-docker-pr:ckan-2.9.11: 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
runner/test-docker-pr:ckan-2.9.11: ckan/Dockerfile.ghcr#L27
Use WORKDIR to switch to a directory
runner/test-docker-pr:ckan-2.9.11: 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
runner/test-docker-pr:ckan-2.9.11
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/