Avi Deitcher

Results 758 comments of Avi Deitcher

Hi @razvanab and welcome. I did a quick check of the build, and it does work. My usual quick test is to build it in the default format, which is...

Please do. And if it works, very curious to know what vbox is doing differently.

Curious to know what version you are running of each

Something about qemu then? You said it works under WSL2 (i.e. Linux) and not the native Windows one?

In principle, I like this idea. We should gave Dockerfiles (and everything else) up to date in syntax. I have two areas of question. First, how does this fit with...

> correctly pulls this image from AWS using my Docker credentials Meaning you just do `docker login` to AWS, and then it automatically picks up the credentials? That is what...

I just did a run on both `HEAD` and `v1.8.2` against `localhost:5000`, running my own registry with http authentication. When I am logged in via `docker login localhost:5000`, it works;...

try `make -C src/cmd/linuxkit default`

That is just strange, especially as CI exercises that on each merge. Let's bypass this. What OS (linux/win/mac) and architecture (amd64/arm64) are you running on?

I am quite in favour of this idea, at least in principle. @rene has raised it before as well. I am not convinced this is the best way to solve...