Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ NRI, containerd and CRI-O versions each property was first available in.
| Linux sysctl | v0.11.0 | unimplemented | unimplemented |
| container user, groups | v0.11.0 | unimplemented | unimplemented |
| container extra status | v0.10.0 | unimplemented | unimplemented |
| container image name and digests | v0.13.0 | v2.4.0 | unimplemented |

Apart from data identifying the container, these pieces of information
represent the corresponding data in the container's [OCI Spec](https://github.com/opencontainers/runtime-spec/blob/main/spec.md).
Expand Down
1 change: 1 addition & 0 deletions pkg/adaptation/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ type (
POSIXRlimit = api.POSIXRlimit
SecurityProfile = api.SecurityProfile
User = api.User
Image = api.Image

Event = api.Event
EventMask = api.EventMask
Expand Down
Loading
Loading