runtime-tools icon indicating copy to clipboard operation
runtime-tools copied to clipboard

OCI Runtime Tools

Results 68 runtime-tools issues
Sort by recently updated
recently updated
newest added

This is listed under "Tier 1: Replace Immediately" in the Inclusive Naming Initiative: https://inclusivenaming.org/word-lists/tier-1/#master

The internet requirement of the validate subcommand has been a fairly regular annoyance when using this tool in CI jobs and the like (where it's possible for the `GET` to...

Follow up to https://github.com/opencontainers/runtime-tools/pull/728#discussion_r732973052

Running the `make localvalidation` against a sample runtime multiple times produces noticeably different results on each run. For example, I ran the suite against with the packaged `runc` in Fedora...

If I run podman in privileged mode (mounts the devices from `/dev`), then I get the following warnings: ``` > sudo ./bin/podman run --privileged alpine WARNING: The same type, major...

Are there any specific kernel specification requirements for using validation tests? I was running these tests on my local machine for runc and the linux_cgroups_memory test failed with following error...

This series has two (new) commits on top of #266. The first removes a lot of trivial generator methods and exposes the pointer-init methods. The second transitions the command-line generator...

The addition of `Generator.envMap` and its use for caching env vars requires it to be non-nil, or a call to `AddProcessEnv()` will panic within `addEnv()` at: https://github.com/opencontainers/runtime-tools/blob/59cdde06764be8d761db120664020f0415f36045/generate/generate.go#L532 `envMap` is initialized...

Hi, i just downloaded release 0.9.0 and im getting build errors, any suggestions ? runtime-tools-0.9.0$ make go build -tags "" -ldflags "-X main.gitCommit= -X main.version=0.9.0" -o oci-runtime-tool ./cmd/oci-runtime-tool # _/home/i0x71/goEnv/runtime-tools-0.9.0/cmd/oci-runtime-tool...

I just installed the oci runtime tool ``` $ oci-runtime-tool --version oci-runtime-tool version 0.9.0, commit: d1bf3e66ff0aa45840608d28eae6ce15f2cc9a26 ``` and tried to run `oci-runtime-tool generate --args "/usr/sbin/httpd" --args "-DFOREGROUND" --network=host --tmpfs=/tmp --tmpfs...