/runtime-utils

Utilities for configuring container runtimes on OpenShift, such as cri-o, podman, and buildah.

Primary LanguageGoApache License 2.0Apache-2.0

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.