Skip to content

Commit c99e6c6

Browse files
authored
Merge pull request #3750 from kinvolk/rata/idmap-merged
docs: Update spec conformance for idmap mounts
2 parents f73b05d + 867ee90 commit c99e6c6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/spec-conformance.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ v1.0.0 | `SCMP_ARCH_PARISC` | Unplanned, due to lack
1111
v1.0.0 | `SCMP_ARCH_PARISC64` | Unplanned, due to lack of users
1212
v1.0.2 | `.linux.personality` | [#3126](https://github.com/opencontainers/runc/pull/3126)
1313
v1.1.0-rc.1 | `.linux.resources.cpu.burst` | [#3749](https://github.com/opencontainers/runc/pull/3749)
14-
v1.1.0-rc.1 | `.[]mounts.uidMappings` | [#3717](https://github.com/opencontainers/runc/pull/3717)
15-
v1.1.0-rc.1 | `.[]mounts.gidMappings` | [#3717](https://github.com/opencontainers/runc/pull/3717)
1614
v1.1.0-rc.1 | `SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV` | [#3862](https://github.com/opencontainers/runc/pull/3862)
1715
v1.1.0-rc.2 | time namespaces | [#3876](https://github.com/opencontainers/runc/pull/3876)
1816
v1.1.0-rc.2 | rsvd hugetlb cgroup | TODO ([#3859](https://github.com/opencontainers/runc/issues/3859))
1917
v1.1.0-rc.3 | `.process.scheduler` | TODO ([#3895](https://github.com/opencontainers/runc/issues/3895))
2018
v1.1.0-rc.3 | `.process.ioPriority` | [#3783](https://github.com/opencontainers/runc/pull/3783)
19+
20+
21+
The following features are implemented with some limitations:
22+
Spec version | Feature | Limitation
23+
-------------|------------------------------------------|----------------------------------------------------------
24+
v1.1.0-rc.1 | `.[]mounts.uidMappings` | Requires using UserNS with identical uidMappings
25+
v1.1.0-rc.1 | `.[]mounts.gidMappings` | Requires using UserNS with identical gidMappings

0 commit comments

Comments
 (0)