Kohei Tokunaga

Results 290 comments of Kohei Tokunaga

> exit code: 137 I guess it's because of memory usage maybe. Can you check the memory usage? Maybe we can add a way to passthrough some resource-related flags from...

@TotTheMax VM memory size can be changed by the flag `VM_MEMORY_SIZE_MB` (e.g. `c2w --build-arg VM_MEMORY_SIZE_MB=256 alpine:3.18 /tmp/out2/out.wasm`). No runtime flag is provided as of now. Please share your detailed usecase...

@rajsite Tty is available for the applications running in the container. Maybe you need to switch the your terminal to raw mode to get the raw acccess to it (e.g....

@rajsite It seems to lack `TERM=xterm` envvar which docker seems to add by default and this causes the different behaviour. Could you add it manually when starting the container (e.g....

> Is my understanding correct? Yes, you're correct.

@zyfjeff No progress yet but I think we can move this forward as this sees demands. What is your usecase? Of course contributions are welcome.

Thanks for the suggestion. It would be great if CRI plugin can directly share auth info to remote snapshotters. I'm willing to work on #5105 if it gathers community demands....

@danielschulz Thank you for reporting this issue. Which version of buildg are you using? And according to the 1st screenshot you shared, `BASE_IMAGE` arg at line 5 seems blank. ```Dockerfile...

@danielschulz I've tried to reproduce your problem following the steps you provided but can't reproduce the problem and all builds worked perfectly on my matchine. 1. Could you try the...

@Stabledog Thanks! Could you sign your commit (i.e. add "Signed-off-by:" ... line in the commit message)? :pray:.