You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All options are now prefixed with --oi in order to avoid name conflicts with underlying runtime options. For example, --readonly-networking-mounts is now called --oi-readonly-networking-mounts.
Fixed an issue where rewriting a container's config resulted in clone3 syscalls failing. This was due to an issue in the OCI spec parsing dependency. This release uses a forked version of the library, pending acceptance of an upstream PR to resolve the issue.
Added the ability to override environment variables (--oi-env, --oi-env-force).
Added optional debug output when modifying container configs (--oi-write-debug-output).