From 337c21f597e7da14e391dad1cdb12d27cda20fc5 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 20 Jul 2018 08:54:53 -0400 Subject: [PATCH] add python3-varlink, containernetworking-cni and set buildorders Signed-off-by: Lokesh Mandvekar --- container-tools.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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