Avi Deitcher
Avi Deitcher
I'm working on those fixes. I will prioritize over the next 24 hours.
We still need to fix it. But that will become a big issue.
@giggsoff several linuxkit updates have been merged in. 1. `pkg build` now checks if what is in the registry matches what will be built and does not pull it down...
So this is for enabling remote console in kubevirt eve? Got it.
The output of the `make root-test` within the container, ~755 lines. [root-test.txt](https://github.com/user-attachments/files/18592895/root-test.txt)
Definite improvement, down about 256 lines of output, but plenty still not working. [root-test.txt](https://github.com/user-attachments/files/18600297/root-test.txt)
If I mount `-v /dev:/dev`, I get it down to just a few errors: ```bash docker run -it --rm -v $(pwd):/pwd:ro -v /tmp:/tmp -v /dev:/dev --tmpfs /var/lib/containerd-test --privileged ubuntu:24.04 ```...
That works for basic tests, not for `root-test`.
Yeah, you twigged to it. linuxkit doesn't use the docker cache for its image builds. It has its own cache (configurable) by default in `~/.linuxkit/cache/`. And it builds using buildkit,...
Yes please do. That would be most helpful.