docker / setup-qemu-action

GitHub Action to install QEMU static binaries
https://github.com/marketplace/actions/docker-setup-qemu
Apache License 2.0
455 stars 61 forks source link

BUG: Action down? #144

Closed larsoner closed 4 months ago

larsoner commented 4 months ago

In https://github.com/h5py/h5py/actions/runs/9604936246/job/26491521501?pr=2444#step:9:99 I use:

      - uses: docker/setup-qemu-action@v3
        with:
          platforms: all

and it worked a few days ago but today I get:

Run docker/setup-qemu-action@v3
  with:
    platforms: all
    image: tonistiigi/binfmt:latest
Docker info
Pulling binfmt Docker image
  /usr/bin/docker pull tonistiigi/binfmt:latest
  Error response from daemon: Head "https://registry-1.docker.io/v[2](https://github.com/h5py/h5py/actions/runs/9604936246/job/26491521501?pr=2444#step:9:2)/tonistiigi/binfmt/manifests/latest": received unexpected HTTP status: 50[3](https://github.com/h5py/h5py/actions/runs/9604936246/job/26491521501?pr=2444#step:9:3) Service Unavailable

I assume/hope this is just transient access issue, but wanted to open one here in case it persists.

physik932 commented 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
StarkZarn commented 4 months ago

same here

eazylaykzy commented 4 months ago

I can confirm it's same with me!

troyxmccall commented 4 months ago

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
larsoner commented 4 months ago

okay I'll close then, thanks!

joelsonm commented 4 months ago

sane here