runc 1.4.0 has a breaking change regarding the handling of pids.limit in the bundle. As long as we're omitting adding 0 when the limit is unset, this should be fine though.
We should validate that we are not generating config files with a value of 0 when the limit is unset.
Originally via this comment
runc 1.4.0 has a breaking change regarding the handling of
pids.limitin the bundle. As long as we're omitting adding0when the limit is unset, this should be fine though.We should validate that we are not generating config files with a value of
0when the limit is unset.Originally via this comment