mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-06 23:57:48 +00:00
The vendoring of Buildah dragged in a bump of container-device-interface
from v0.5.3 to v0.5.4 which requires CDI spec version 0.3.0.
(partial cherry-pick from commit e9942c61dd)
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
Signed-off-by: Chris Evich <cevich@redhat.com>
14 lines
286 B
JSON
14 lines
286 B
JSON
{
|
|
"cdiVersion": "0.3.0",
|
|
"kind": "vendor.com/device",
|
|
"devices": [
|
|
{
|
|
"name": "myKmsg",
|
|
"containerEdits": {
|
|
"mounts": [
|
|
{"hostPath": "/dev/kmsg", "containerPath": "/dev/kmsg1", "options": ["rw", "rprivate", "rbind"]}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|