module
0.0.0-20230921210328-7bdb5b9c177b
Repository: https://github.com/openshift/runtime-utils.git
Documentation: pkg.go.dev
# README
runtime-utils
Utilities for configuring containers/image runtimes on OpenShift, such as cri-o, buildah, and podman.
FAQ
Should my code be here or library-go?
If your code is reused by multiple OpenShift components and does not depend on containers/image, consider submitting a pull request to library-go. If your code does depend on containers/image and is reused by multiple OpenShift components, then submit a PR here.