Closed larsoner closed 4 months ago
Also experiencing this in our builds:
Pulling binfmt Docker image
/usr/bin/docker pull tonistiigi/binfmt:latest
Error response from daemon: Head "https://registry-1.docker.io/v2/tonistiigi/binfmt/manifests/latest": received unexpected HTTP status: 503 Service Unavailable
same here
I can confirm it's same with me!
this is an issue with the docker registry as a whole, you'll get a 503 if you try to
docker login
on any system
Error response from daemon: Get "https://registry-1.docker.io/v2/": received unexpected HTTP status: 503 Service Unavailable
okay I'll close then, thanks!
sane here
In https://github.com/h5py/h5py/actions/runs/9604936246/job/26491521501?pr=2444#step:9:99 I use:
and it worked a few days ago but today I get:
I assume/hope this is just transient access issue, but wanted to open one here in case it persists.