gscrivano
No user record in our sample, but gscrivano has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but gscrivano has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
being the main author of crun, I can clarify that statement: I am not a fan of Go _for this particular use case_. Using C instead of Go avoided a bunch of the workarounds that exists in runc to workaround the Go…
crun is not a setuid program
Podman and CRI-O share the low level libraries (namely containers/image and containers/storage). crun is Tech Preview in OpenShift 4.12: https://cloud.redhat.com/blog/whats-new-in-red-hat-openshift...
I am the author of Crun and the name was chosen to emphasize it is in C, compete with runc and still read like "container run". In retrospect, I could have chosen a better one.
crun runs the OCI validations tests on each PR. The tests are maintained here: https://github.com/opencontainers/runtime-tools/tree/master/... I guess this is the closest to be "certified compliant", but that is not…
The OCI runtime cost is so small that I do not expect any measurable difference in a cluster.