runtime-spec
runtime-spec copied to clipboard
add RFC requirement for mountLabel
ping @opencontainers/runtime-spec-maintainers
@opencontainers/runtime-spec-maintainers PTAL
LGTM
@opencontainers/runtime-spec-maintainers PTAL
NACK
I'm :+1: with @wking https://github.com/opencontainers/runtime-spec/pull/934#pullrequestreview-73498295 here.
This would be a conditional MUST (the config generated should've accounted for whether selinux on the host is even supported). Which is needed for the trust model of handing down to the container runtime.
But to add a MUST here now, would be a revision in the spec and would be a compatibility issue for the community to need to update to using this newer version of the spec.
@vbatts: But to add a MUST here now, would be a revision in the spec and would be a compatibility issue for the community to need to update to using this newer version of the spec.
Wouldn't that compatibility issue arise anyway due to deprecating the prestart hooks?