Kohei Tokunaga

Results 137 comments of Kohei Tokunaga

> I did think that the server process would be shared for all builds. I wonder which one would be preferred. Instance per build uses more memory but might be...

@crazy-max Thank you for trying this. > Let me know if you need more info - Is this reproduced on the `master` branch version's buildx as well? - And please...

Thank you for the review. Updated the patch based on the comments. > Ctrl-a-c doesn't not seem to switch to monitor console: Fixed this. > I did think that the...

@jedevc Thank you for the review. > We can leak sessions fairly easily smile If I have two separate clients in two separate sessions, then connect client 1 to session...

@jedevc Thank you for your comments. > I'm having difficulty understanding the ioset package, especially the SingleForwarder. Some godoc and some inline comments explaining what's going on and what it's...

FYI: I'm recently implemented an experimental interactive debugger for Dockerfile : buildg https://github.com/ktock/buildg Also in buildx, discussion is ongoing towards interactive debugger support and UI/UX: https://github.com/docker/buildx/issues/1104

Sounds very cool :+1: https://github.com/AkihiroSuda/buildkit_poc/commit/99071c352a6154262f73b453e547a0b0adac4839#diff-50c7e2f4bb8c30ace7a5a6d2858ade67023db56d633f887b26768afae38ece7dR76 > // HTTPChecksum returns the checksum if url is present in a.Pin. > // Otherwise returns an empty string without an error. Shouldn't we produce...

BuildKit doesn't seem to be able to use the exported nydus-compressed image and cache. e.g. the second build in the following with inline cache panics. ```console # mkdir -p /tmp/ctx...

Another idea for moving this integration forward: https://github.com/moby/buildkit/issues/3037