import container-tools-1.0-8020020200420104655.28c38760

This commit is contained in:
CentOS Sources 2020-04-28 12:13:59 -04:00 committed by Stepan Oksanichenko
parent 42a336c508
commit 8e30c2bbb2
1 changed files with 88 additions and 83 deletions

View File

@ -2,18 +2,20 @@
document: modulemd
version: 2
data:
name: container-tools
stream: 1.0
summary: Common tools and dependencies for container runtimes
description: Contains SELinux policies, binaries and other
dependencies for use with container runtimes
description: >-
Contains SELinux policies, binaries and other dependencies for use with container
runtimes
license:
module:
- MIT
dependencies:
- buildrequires:
platform: [el8]
go-toolset: [rhel8]
golang-ecosystem: [1.0]
platform: [el8]
requires:
platform: [el8]
references:
@ -26,6 +28,7 @@ data:
- buildah
- container-selinux
- containernetworking-plugins
- criu
- fuse-overlayfs
- oci-systemd-hook
- oci-umount
@ -37,15 +40,13 @@ data:
rpms:
- buildah
- container-selinux
- containers-common
- containernetworking-plugins
- containers-common
- fuse-overlayfs
- oci-systemd-hook
- oci-umount
- podman
- podman-docker
- python3-podman
- python3-pypodman
- runc
- skopeo
- slirp4netns
@ -57,31 +58,35 @@ data:
rpms:
buildah:
rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.1.0
ref: stream-container-tools-1.0-rhel-8.2.0
container-selinux:
rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.1.0
ref: stream-container-tools-1.0-rhel-8.2.0
containernetworking-plugins:
rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.1.0
ref: stream-container-tools-1.0-rhel-8.2.0
criu:
rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.2.0
fuse-overlayfs:
rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.1.0
ref: stream-container-tools-1.0-rhel-8.2.0
oci-systemd-hook:
rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.1.0
ref: stream-container-tools-1.0-rhel-8.2.0
oci-umount:
rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.1.0
ref: stream-container-tools-1.0-rhel-8.2.0
podman:
rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.1.0
ref: stream-container-tools-1.0-rhel-8.2.0
runc:
rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.1.0
ref: stream-container-tools-1.0-rhel-8.2.0
skopeo:
rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.1.0
ref: stream-container-tools-1.0-rhel-8.2.0
slirp4netns:
rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.1.0
ref: stream-container-tools-1.0-rhel-8.2.0
...