opencontainers / runtime-tools

OCI Runtime Tools
https://www.opencontainers.org/
Apache License 2.0
434 stars 141 forks source link

Followup fixes to validator #742

Closed kolyshkin closed 2 years ago

kolyshkin commented 2 years ago

This is another follow up to PRs #728 and #732, fixing a few issues introduced by them, with some related cleanups and fixes. Please see individual commits for more details.

In particular, this fixes rootfsPropagation test failure when running the test inside a Docker container), caused by https://github.com/opencontainers/runtime-tools/pull/732/commits/8e1a3b587864ef065f7eff09e54933720d950117 (which adds new capabilities to the list, and those caps are not yet known to Docker daemon used for CI).

Currently a draft which I am about to test in crun repo.

kolyshkin commented 2 years ago

No longer a draft; tests are passing: