diff --git a/container-tools.yaml b/container-tools.yaml index a3db4a5..6fee12c 100644 --- a/container-tools.yaml +++ b/container-tools.yaml @@ -26,12 +26,14 @@ data: - buildah - container-selinux - container-storage-setup + - containernetworking-cni - oci-register-machine - oci-systemd-hook - oci-umount - podman - python-docker - python-docker-pycreds + - python-varlink - runc - skopeo api: @@ -41,6 +43,7 @@ data: - buildah - container-selinux - container-storage-setup + - containernetworking-cni - oci-register-machine - oci-systemd-hook - oci-umount @@ -50,6 +53,7 @@ data: - python3-docker - python3-docker-pycreds - python3-podman + - python3-varlink - runc - skopeo - skopeo-containers @@ -62,36 +66,54 @@ data: atomic: rationale: Primary component of this module ref: f28 + buildorder: 1 buildah: rationale: Primary component of this module ref: f28 + buildorder: 0 container-selinux: rationale: Primary component of this module ref: f28 + buildorder: 0 container-storage-setup: rationale: Primary component of this module ref: f28 + containernetworking-cni: + rationale: Primary component of this module + ref: f28 + buildorder: 0 oci-register-machine: rationale: Primary component of this module ref: f28 oci-systemd-hook: rationale: Primary component of this module ref: f28 + buildorder: 0 oci-umount: rationale: Primary component of this module ref: f28 + buildorder: 0 podman: rationale: Primary component of this module ref: f28 + buildorder: 1 python-docker: rationale: Primary component of this module ref: f28 + buildorder: 0 python-docker-pycreds: rationale: Primary component of this module ref: f28 + buildorder: 0 + python-varlink: + rationale: Primary component of this module + ref: f28 + buildorder: 0 runc: rationale: Primary component of this module ref: f28 + buildorder: 0 skopeo: rationale: Primary component of this module ref: f28 + buildorder: 0