Cameron E Baird
Cameron E Baird
Build is fixed: https://dev.azure.com/mariner-org/mariner/_build/results?buildId=256138&view=results
> I was able to cherry-pick a majority of these changes onto a test branch and build a test azl3 RPM! > > * created new [branch ](https://github.com/microsoft/azurelinux/commits/rlmenge/test/user/apais/azlinux-3.0-config/) off of...
Cherry-pick of fix from 3.0-dev https://github.com/microsoft/azurelinux/pull/8985
Odd, I sanity-checked by instrumenting the latest 1.7.X branch of upstream containerd: https://github.com/Camelron/containerd/tree/cameronbaird/log-containerSpecOpts I still see the issue ps -ef | grep pause ... 65535 1494372 1494298 0 21:10 ?...
Hello, after some investigation I found that the GID is, in fact, pulled from /etc/passwd|group files for the mounted image layers. https://github.com/containerd/containerd/blob/96fa56d3fd8d30b9062edd0df545a94505f227e0/pkg/oci/spec_opts.go#L1087 So, for a container like pause which doesn't...
Thanks! Looking into dropping this one.
Resolved, thanks for bringing this one up!
The upstream discussion is interesting because we were running into a similar dilemma with multiple kernel flavors (kernel, kernel-mshv) on the same system. Multiple confdirs ultimately couldn't help us however...
Yea I think the scenario of supporting multiple kernel flavors on one image is not a realistic one. As a distro, we should favor shipping specific kernels on specific images...
Thanks for reporting this, we've dropped the patch. I'll keep an eye on the upstream discussion if this feature does end up merged though!