container-device-interface
container-device-interface copied to clipboard
The following clients need to be updated to use https://github.com/cncf-tags/container-device-interface/releases/tag/v0.7.1 Note the deprecated APIs. - [x] podman (@elezar) * common: https://github.com/containers/common/pull/1944 * podman: https://github.com/containers/podman/pull/22280 - [x] docker (@elezar): * Daemon:...
👋 I see that the SECURITY.md file is empty, what would be the proper way to responsibly disclose what could be a security issue?
At present, a CDI device specification is considered invalid when it contains no container edits, however, since the union of top-level spec `conainerEdits` and device-level `containerEdits` are applied to a...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8. Release notes Sourced from golangci/golangci-lint-action's releases. v8.0.0 Requires golangci-lint version >= v2.1.0 What's Changed Changes feat: use absolute paths by default when using working-directory...
We have a use case that would require the following (`docker`) arguments to work out the box: ``` --ipc host --net host --cap-add=IPC_LOCK ``` Does it make sense to extend...
The README example for hooks seems wrong. Interestingly, it's been like that since the very beginning. The schema that was added a bit later has hooks defined differently so update...
This change pulls the validation logic from `pkg/cdi` into a separate go submodule. This allows clients to implement composable validation without depending on the logic required to modify the OCI...
Add support for injecting recently introduced (Linux) NetDevices to OCI Specs. Once all the necessary bits are merged and make their way to the runtimes, merging this should allow injection...
With https://github.com/opencontainers/runtime-spec/pull/1271 now merged in the runtime spec, we can start exploring how we can add support for adjusting this runtime spec field in the CDI spec.
This change proposes a "producer" API for generating and writing specs. The more general `cdi` package imports this package when writing specs.