CrazyMax
CrazyMax
Thanks for your reply and sorry for the delay. Do you still repro with latest Docker Desktop?
cc @colinhemmings
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  
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