Younes Manton
Younes Manton
> Perhaps this should better be asked in a separate issue, but I'm not sure if what I'm asking about is reasonable, so here goes. > > One thing this...
I've seen `setgroups` fail for reasons that I haven't completely figured out, but that is the first such call in that part of the code, where as in this case...
> [containers/common@7ced5da](https://github.com/containers/common/commit/7ced5daafa0e36102eb931050ba3ff99f42bdfac) Thanks. The discussion on lkml is very long and deep in kernel internals that I don't understand, but from what I can gather there is some worry that...
`FROM arm32v7/adoptopenjdk:14-jre-hotspot` You're using HotSpot, not OpenJ9, so the OpenJ9 SCC feature is not applicable. The code in the Dockerfile doesn't try to detect which JVM is being used, so...
OpenJ9 isn't available for 32-bit ARM so if you're primarily interested in the SCC you would have to move to a different architecture. OpenJ9 is recently available for `aarch64` and...