Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 19:42
· 92 commits to main since this release
v0.2.0
  • 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).