Renaud Gaubert
Renaud Gaubert
Hmm, I wasn't expecting debian not to have ps in the base image...
Hmm, I'll look into using the opensuse/leap image then!
Looks like opensuse works on all bats the integration tests. I'm hitting a small issue in the go integration tests related to groups: ``` --- FAIL: TestAdditionalGroups (0.26s) utils_test.go:55: exec_test.go:487:...
Working through the last issues! @cyphar it looks like I can't just `rm -rf` after a `umoci unpack --rootless` for the opensuse image. For some reason I need to chmod...
I've been fighting with the CI for a few days now :D ! I think I'm almost done, the most significant issue that I've had to resolve is that it...
Hmm so that's now to the point where the CI exceeds the time limit, I'll see if I manage to reproduce by some other way
Looks like a `cp -R -P $cache/* "$1"` yields a different result, I'm pretty sure we are dealing with some symlinks shenanigans now :D !
Looks like CI is green and no significant increase with this latest caching commit!
> 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...
> I was trying to say (a little clumsily) "instead of caching just bundle/rootfs, cache the entire bundle so you don't need to copy *" not that we shouldn't cache...