add python3-varlink, containernetworking-cni and set buildorders
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
c42a199e00
commit
337c21f597
1 changed files with 22 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue