Aleksa Sarai
Aleksa Sarai
One other thing you'll need to update is the Go "integration" tests in `libcontainer/integration` -- they use the busybox image as well. It also wouldn't hurt to drop the `hello`...
Ah, right. Yeah you'll just need to pick a different group to run the user as (openSUSE doesn't have a `plugdev` group).
umoci shouldn't make that huge of an impact (though because it has to extract tar archives, it will be a bit slower). I'll look into what might be making it...
`cp -a` is more fool-proof than `cp -P` (and `-a` implies `-R`) in this respect. I think the issue is that you're copying `/*` which can result in symlinks being...
>If I don't cache the result of umoci unpack I get a pretty high CI time I was trying to say (a little clumsily) "instead of caching just `bundle/rootfs`, cache...
I'm tracking the performance of umoci in opencontainers/umoci#339. However, unless I'm mistaken you should see a ~38% performance boost if you just do `umoci raw unpack` (which disables `go-mtree` generation...
If we use `opensuse/tumbleweed` then s390x and ppc64le are supported -- and I'd suggest using `tumbleweed` anyway. `opensuse/leap` supports ppc64le, but not s390x (this is because Leap doesn't build on...
Yeah that's fine @RenaudWasTaken -- Tumbleweed is a rolling-release distribution.
@AkihiroSuda > Where is the list of the supported architectures? Couldn't find on google :sob: I only just found this out, but you can find it by looking at [the...
A key problem that we should look into is how we are going to deal with the "my container userspace expects cgroupv1 but it got cgroupv2" -- the obvious example...