Closed ja573 closed 2 years ago
Update to use v2 of the docker registry API instead of the now deprecated v1 in check_stable.py.
check_stable.py
The presently used v1 API now returns 410 errors, e.g. https://registry.hub.docker.com/v1/repositories/clux/muslrust/tags These errors are silently failing in the github actions: https://github.com/clux/muslrust/actions/runs/3197211305/jobs/5220130053#step:4:36
Oh, damn. Good catch. Thank you!
Update to use v2 of the docker registry API instead of the now deprecated v1 in
check_stable.py
.The presently used v1 API now returns 410 errors, e.g. https://registry.hub.docker.com/v1/repositories/clux/muslrust/tags These errors are silently failing in the github actions: https://github.com/clux/muslrust/actions/runs/3197211305/jobs/5220130053#step:4:36