mzihlmann

Results 22 comments of mzihlmann

I was also thinking about the issue at hand, indeed it is subjective what the best representation is in any given units system. Actually what the best units are might...

That said, the issue raised here is actually far simpler. The output of toBest will probably always produce unexpected results for some people in some applications - but that is...

Hey there, we started hitting this error irregularly over the last few months, im actually happy to see that there is now a new issue opened here. This is a...

i saw @tonistiigi suggesting it before, simple as that: ```diff - docker buildx bake -f docker-bake.hcl + docker --debug buildx bake -f docker-bake.hcl ```

its trying to upload the image/cache to the registry. telemetry is probably just a hook not really used. i think i made some progress today investigating. i stumbled over this...

issue still pops up at my side, will now add the suggested debug flags

it still seems to run garbage collection somehow? i was not yet able to get a stacktrace from the dockerd sidecar. here is a log of the combined dockerd sidecar...

here is another log with a different error message ``` 2023-10-25T11:52:20+01:00 [10:52:20] #6 [venv] resolve image config for docker.io/docker/dockerfile:1 2023-10-25T11:52:25+01:00 [10:52:25] #6 DONE 6.6s 2023-10-25T11:52:25+01:00 [10:52:25] 2023-10-25T11:52:25+01:00 [10:52:25] #11 [build]...

does this relate? just found it when scanning through the other issues. https://github.com/moby/buildkit/issues/3966

probably solved already but this one is quite simple. you first need to pull the image from registry into your dind sidecar, only then you will be able to cache...