cclerget
cclerget
@hashkeks `/etc/containers/registries.conf` is for docker/oras image only, it doesn't work for library. As a workaround you can set `SSL_CERT_DIR` environment variable to point to various directory containing trusted root CA...
@soichih @DrDaveD Not sure about the right fix there, either we could set the BlobInfoCacheDir to point to a path based on hostname so cache would be isolated based on...
@jmstover Yes build is now calling `singularity exec` instead of the build engine which has been removed in 3.6 and files are copied outside of the build namespace, that's why...
@xigyou Yes apptainer support multiple ports, looks like you have an error in your network configuration, the `bridge` name can be anything except an existing interface/bridge name like you here...
Thanks @kolyshkin , it should be ready for review now
@lifubang I understand your concerns, what if I restrict the scope of the patch by calling `getEligibleCPU` only when `kernel.sched_rt_runtime_us` has `-1` value ? When set to `-1`, it gives...
@lifubang I realized that I forgot to remove the print line at https://github.com/opencontainers/runc/commit/a3c5576990cd33c7fc0fa6500f30c771af8ff501#diff-1cdede3fe918430ca0b7e4056abc49abca8a2925c6770ec1951befa6091f7a94R2386, I just removed it with this change https://github.com/opencontainers/runc/compare/a3c5576990cd33c7fc0fa6500f30c771af8ff501..00b21903d5c44c0b5220ca95375f675a2a08891a, sorry about that