kwilczynski / runtime-utils

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Apache License 2.0


Languages

Language:Go 99.4%Language:Makefile 0.6%