Skip to content

Add retry mechanism for HTTP requests and update dependencies #42

Add retry mechanism for HTTP requests and update dependencies

Add retry mechanism for HTTP requests and update dependencies #42

Triggered via pull request October 31, 2024 07:29
@mjanezmjanez
synchronize #59
latest
Status Success
Total duration 15s
Artifacts

docker-pr.yaml

on: pull_request
runner/test-ckan-pycsw-pr:latest
8s
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>`