Matthew Kenigsberg
Matthew Kenigsberg
> I think rpm-ostree could do even better. I'm curious any more details on what Nix does worse? > A tool, let's call it _ToolX_, that wanted to make changes...
Yeah definitely agree there are a lot of warts. > RPM has long solved these problems, and `rpm-ostree` pulls in those benefits. RPMs are easy enough to build. I don't...
I fixed the unit test. There's still 2 broken but those appear to be broken on master. Explanation from commit message: The current unit test is wrong because the UTC...
@boxed @emontnemery does this look okay now that I fixed the test?
Yeah that'd probably be better! Don't think I have time to do it that way right now because I have a workaround for what I'm using it for
Sorry I missed that. As far as I can tell CentOS is unrestricted, could do a clone with CLONE_NEWUSER unprivileged.
Can't remember if it was CentOS 8, but probably?
@blaggacao would it be possible to add an option for a OCI layer that said it was non-colliding, and then the runtime could bind mount it instead of using overlayfs?...
Another option I'm wondering about is zstd:chunked https://www.redhat.com/sysadmin/faster-container-image-pulls
Was wondering this as well, this is from the prometheus docs: There MUST be a default CollectorRegistry, the standard metrics MUST by default implicitly register into it with no special...