From eae28afcd3466ac4945f739598ea12e2bf0d3bf6 Mon Sep 17 00:00:00 2001 From: Matt Heon Date: Tue, 16 Jun 2026 10:03:02 -0400 Subject: [PATCH] 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 --- GOVERNANCE.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/GOVERNANCE.md b/GOVERNANCE.md index cf16ecf3b3..0f06ebcb16 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -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