flouthoc
flouthoc
@Luap99 Yeah I think it will be still slow and I am still missing the reason why do we need to enable DAD inside container is it to avoid conflicts...
Hi @sbrivio-rh, Thank you so much for the explanation. Sure could you please try to reprod this in a smaller env. That would be great help. Meanwhile I'm also trying...
@mtrmac Do you think we have a consensus on this and should we have this in c/storage cause it seems we need this for https://github.com/containers/common/pull/1053, https://github.com/containers/buildah/issues/3866
One reason for having this API is that if we want to implement solution for https://github.com/containers/buildah/issues/3866 an image could contain digest which is not directly computed by generated from a...
@meox @vrothberg Just confirming please correct me if i got this wrong, the request is for a different UX where instead of editing `.config/containers/storage.conf` it is being requested that we...
Ah i see, I get it now yes i think it could be really useful for orchestration/automation tools like `ansible` and automation scripts where different parameter could be controlled by...
* For isolating wasm so it can't read its source From Crun perspective: Just a wild idea after loading the wasm module , we don't need it in rootfs so...
@codefromthecrypt I did not understand your comment completely :sweat_smile: regarding the pitfall of `--platform=wasm/wasi` , If i am building a wasm module on OS:x and creating an image with `--platform=wasm/wasi`...