Tõnis Tiigi

Results 1008 comments of Tõnis Tiigi

That binary does not have the abiversion set ``` » xxd ./go | head 00000000: 7f45 4c46 0201 0100 0000 0000 0000 0000 .ELF............ ```

Seems to work fine ``` # cat Dockerfile FROM debian:bullseye RUN apt-get update && apt-get install -y wget git unzip zip # docker run --privileged --rm tonistiigi/binfmt --uninstall amd64 uninstalling:...

Still nothing ``` tonistiigi@MacBook-Pro /tmp/issue79 » cat Dockerfile !10173 FROM php:8.0.8-apache COPY --from=composer:2.0 /usr/bin/composer /usr/local/bin/composer RUN apt-get update && apt-get install -y wget git unzip zip tonistiigi@MacBook-Pro /tmp/issue79 » docker...

You can set `ENV QEMU_STRACE=1` if you still see this after updating Docker. It might print something more interesting about the breaking point.

> failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c groupadd --help" This error is a pretty clear indication that you have not installed this repo as instructed in https://github.com/tonistiigi/binfmt#installing-emulators . If...

`QEMU_STRACE` needs to be set with `ENV QEMU_STRACE=1` inside the dockerfile. But based on that error it doesn't get very far with the execution at all. Maybe it's something specific...

> There is no ld.so.preload file in the host machine It doesn't need to be. The process is just probing what files are there. Error in syscall doesn't automatically mean...

Should downgrade the client version to the minimum allowed(1.24) instead of the default.

I'm not sure I understand. The cache file tar is very small, it doesn't have any layer data in it. You still get the layer data through regular push/pull.