runtime-tools
runtime-tools copied to clipboard
OCI Runtime Tools
The runtime-spec v1.3.0 release adds support for jail-based FreeBSD containers. This pull request adds support for these new fields in `generate` and `oci-runtime-tool`.
Hi, [0.9.0 ](https://github.com/opencontainers/runtime-tools/tree/v0.9.0) is 6y old (placed on ) and does not provides `go.mod`, potentially vendors dated `github.com/opencontainers/runtime-spec`. May the current maintainer place a fresh tag please? Thanks.
Add `AddLinuxNetDevice()`, `RemoveLinuxNetDeviceByHostName()`, and `RemoveLinuxNetDeviceByName()` for injecting and removing linux network devices to and from the OCI Spec.
When using `NewFromTemplate()`, or other similar functions, a call is made to `createEnvCacheMap()` to populate a map of the environment variables, used for later lookups: ``` func createEnvCacheMap(env []string) map[string]int...
Hi! I'm completely noob to OCI. While looking for a way to test container runtimes, I came across this tool. Thank you! I wonder if this project is still active....
When using the lld linker, compilation with PIC is required. The bfd linker may allow it, but the lld linker requires recompilation with -fPIC if relocation is found in PIE....
## Description When creating a `Generator` instance using zero-value initialization (`Generator{}`), calling `AddProcessEnv` causes a nil pointer panic. ## Steps to Reproduce 1. Create a `Generator` using zero-value initialization instead...
Introduce `--linux-intelRdt-schema` and `--linux-intelRdt-enableMonitoring` flags for the oci-runtime-tool generate. Depends on #788
Refs: - https://github.com/opencontainers/runtime-spec/pull/1230 - https://github.com/opencontainers/runtime-spec/pull/1287