Kekoa Vincent
Kekoa Vincent
My opinion on this as a user of the library is that **types and their associated functions should work the same _no matter how they were created_**. It can be...
> @kekoav FYI, I was able to get img working on fedora 31 with cgroupsv2 just by creating a symlink for runc pointing to `crun`, which I did not expect...
> This is exactly how I had to run it to make it work on docker toolbox for windows.. Just dropping it here in case it helps someone. As you...
Can you fix the formatting of that Dockerfile? Use triple backticks (```) to wrap the code instead of quote.
Is anyone working on this issue? It breaks build commands and requires us to change projects we don't have control over. Should breaking CLI compatibility with `docker build` be a...
MacOS is supported indirectly using Docker.. if you are running Jenkins agent in a container, that's within Docker I presume? If so you can run img the same way within...
@nilbro What container are you running this in? Does the Dockerfile look similar to this? https://github.com/genuinetools/img/blob/master/Dockerfile
@msvechla I haven't seen this happen, do you have a minimal dockerfile that reproduces the issue?
What version of runc are you using? What does `img version` detect?
I would propose this be considered out of scope for img. Multiple img builds can be run in separate containers already, and if you want a daemon and scalable builds,...