clux / muslrust

Docker environment for building musl based static linux rust binaries
MIT License
965 stars 88 forks source link

Use docker registry API v2 #108

Closed ja573 closed 2 years ago

ja573 commented 2 years ago

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

clux commented 2 years ago

Oh, damn. Good catch. Thank you!