CrazyMax

Results 1190 comments of CrazyMax

Thanks for your reply and sorry for the delay. Do you still repro with latest Docker Desktop?

Root privilege is needed for registering QEMU into the kernel. See upstream issue https://github.com/tonistiigi/binfmt/issues/76

> ``` > docker buildx imagetools inspect --raw registry1/image:tag \ > | docker buildx imagetools create -f /dev/stdin -t registry2/image:tag > ``` Thanks for your report, this should not panic...

@jsternberg I repro with `alpine`: ``` $ docker buildx imagetools inspect --raw alpine | docker buildx imagetools create -f /dev/stdin -t crazymax/alpine:test-imagetools-stdin #1 [internal] pushing docker.io/crazymax/alpine:test-imagetools-stdin #1 0.000 pushing to...

What exception?

runners still not happy: https://github.com/docker/actions-toolkit/actions/runs/11068083543/job/30752808447?pr=456 ![image](https://github.com/user-attachments/assets/f53303f3-dbe1-4a6f-9b50-fa4c6ed5a40b) ![image](https://github.com/user-attachments/assets/2e332597-8a68-4ce0-a92d-bb3256ee83e3)

https://github.com/docker/actions-toolkit/actions/runs/11353388604/job/31578295350?pr=438#step:11:583 ``` Downloading from moby/moby-bin and dockereng/cli-bin tag: 27.3.1 FAIL __tests__/docker/install.test.itg.ts (355.416 s) ● install › install docker { type: 'image', tag: '27.3.1' } expect(received).resolves.not.toThrow() Received promise rejected instead of...

> Or just skip the daemon on darwin and only download the CLI? > > OTOH, this could be confusing behavior as it will not error out and won't be...

Can you rebase to fix the QEMU issue related to https://github.com/docker/actions-toolkit/pull/459