import container-tools-rhel8-8020020191212170253.0d58ad57

This commit is contained in:
CentOS Sources 2020-01-21 18:36:05 -05:00 committed by Stepan Oksanichenko
parent 962836519d
commit a1f254fcb3
1 changed files with 102 additions and 96 deletions

View File

@ -2,18 +2,20 @@
document: modulemd document: modulemd
version: 2 version: 2
data: data:
name: container-tools
stream: rhel8 stream: rhel8
summary: Common tools and dependencies for container runtimes summary: Common tools and dependencies for container runtimes
description: Contains SELinux policies, binaries and other description: >-
dependencies for use with container runtimes Contains SELinux policies, binaries and other dependencies for use with container
runtimes
license: license:
module: module:
- MIT - MIT
dependencies: dependencies:
- buildrequires: - buildrequires:
platform: [el8]
go-toolset: [rhel8] go-toolset: [rhel8]
golang-ecosystem: [1.0] golang-ecosystem: [1.0]
platform: [el8]
requires: requires:
platform: [el8] platform: [el8]
references: references:
@ -25,31 +27,31 @@ data:
rpms: rpms:
- buildah - buildah
- cockpit-podman - cockpit-podman
- conmon
- container-selinux - container-selinux
- containernetworking-plugins - containernetworking-plugins
- criu
- fuse-overlayfs - fuse-overlayfs
- oci-systemd-hook
- oci-umount
- podman - podman
#- python-podman-api - python-podman-api
- runc - runc
- skopeo - skopeo
- slirp4netns - slirp4netns
- toolbox - toolbox
- udica
api: api:
rpms: rpms:
- buildah - buildah
- conmon
- container-selinux - container-selinux
- containers-common
- containernetworking-plugins - containernetworking-plugins
- containers-common
- fuse-overlayfs - fuse-overlayfs
- oci-systemd-hook
- oci-umount
- podman - podman
- podman-docker - podman-docker
- podman-manpages - podman-manpages
- podman-remote - podman-remote
#- python-podman-api - python-podman-api
- runc - runc
- skopeo - skopeo
- slirp4netns - slirp4netns
@ -61,40 +63,44 @@ data:
rpms: rpms:
buildah: buildah:
rationale: Primary component of this module rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.1.0 ref: stream-container-tools-rhel8-rhel-8.2.0
cockpit-podman: cockpit-podman:
rationale: Primary component of this module rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.1.0 ref: stream-container-tools-rhel8-rhel-8.2.0
conmon:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.2.0
container-selinux: container-selinux:
rationale: Primary component of this module rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.1.0 ref: stream-container-tools-rhel8-rhel-8.2.0
containernetworking-plugins: containernetworking-plugins:
rationale: Primary component of this module rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.1.0 ref: stream-container-tools-rhel8-rhel-8.2.0
criu:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.2.0
fuse-overlayfs: fuse-overlayfs:
rationale: Primary component of this module rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.1.0 ref: stream-container-tools-rhel8-rhel-8.2.0
oci-systemd-hook:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.1.0
oci-umount:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.1.0
podman: podman:
rationale: Primary component of this module rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.1.0 ref: stream-container-tools-rhel8-rhel-8.2.0
#python-podman-api: python-podman-api:
#rationale: Primary component of this module rationale: Primary component of this module
#ref: stream-container-tools-rhel8-rhel-8.1.0 ref: stream-container-tools-rhel8-rhel-8.2.0
runc: runc:
rationale: Primary component of this module rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.1.0 ref: stream-container-tools-rhel8-rhel-8.2.0
skopeo: skopeo:
rationale: Primary component of this module rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.1.0 ref: stream-container-tools-rhel8-rhel-8.2.0
slirp4netns: slirp4netns:
rationale: Primary component of this module rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.1.0 ref: stream-container-tools-rhel8-rhel-8.2.0
toolbox: toolbox:
rationale: Primary component of this module rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.1.0 ref: stream-container-tools-rhel8-rhel-8.2.0
udica:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.2.0
...