Skip to content

Add CKAN-2.9.10

Add CKAN-2.9.10 #35

Triggered via pull request March 12, 2024 10:14
@mjanezmjanez
opened #105
master
Status Success
Total duration 47s
Artifacts

docker-pr.yml

on: pull_request
runner/test-docker-pr:master
39s
runner/test-docker-pr:master
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
runner/test-docker-pr:master: 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:master: ckan/Dockerfile#L69
Use WORKDIR to switch to a directory
runner/test-docker-pr:master: 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:master: ckan/Dockerfile.ghcr#L27
Use WORKDIR to switch to a directory
runner/test-docker-pr:master: 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:master
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/build-push-action@v4, docker/metadata-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.