Skip to content

Add retry mechanism for HTTP requests and update dependencies #41

Add retry mechanism for HTTP requests and update dependencies

Add retry mechanism for HTTP requests and update dependencies #41

Triggered via pull request October 30, 2024 16:02
@mjanezmjanez
opened #59
latest
Status Success
Total duration 25s
Artifacts

docker-pr.yaml

on: pull_request
runner/test-ckan-pycsw-pr:latest
14s
runner/test-ckan-pycsw-pr:latest
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
runner/test-ckan-pycsw-pr:latest: ckan-pycsw/Dockerfile#L26
Do not refer to an environment variable within the same `ENV` statement where it is defined.
runner/test-ckan-pycsw-pr:latest: ckan-pycsw/Dockerfile#L49
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`