Add new subprojects

As part of our move into the podman-container-tools org and our
migration to GH Actions CI, we moved several additional
repositories into the Podman Container Tools CNCF project. These
include container-libs (core libraries used by Podman and CRI-O),
podman-machine-os (builds OS images used by `podman machine`),
and automation (tools and scripts for maintaining our CI). All
of these went through the subproject process documented in our
governance and are now subprojects, so let's get them listed in
the governance.

Signed-off-by: Matt Heon <mheon@redhat.com>
This commit is contained in:
Matt Heon
2026-06-16 10:03:02 -04:00
parent 5cc79ac325
commit eae28afcd3

View File

@@ -23,9 +23,12 @@ This document defines the governance of the Podman Project, including its subpro
# Subprojects
The Podman project currently consists of the Podman project (the repository containing this file) and two subprojects:
* [Buildah](https://github.com/containers/buildah)
* [Skopeo](https://github.com/containers/skopeo/)
The Podman project currently consists of the Podman project (the repository containing this file) and several subprojects:
* [Buildah](https://github.com/podman-container-tools/buildah)
* [Skopeo](https://github.com/podman-container-tools/skopeo/)
* [container-libs](https://github.com/podman-container-tools/container-libs)
* [podman-machine-os](https://github.com/podman-container-tools/podman-machine-os)
* [automation](https://github.com/podman-container-tools/automation)
## Adding Subprojects