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,86 +2,91 @@
document: modulemd document: modulemd
version: 2 version: 2
data: data:
stream: 1.0 name: container-tools
summary: Common tools and dependencies for container runtimes stream: 1.0
description: Contains SELinux policies, binaries and other summary: Common tools and dependencies for container runtimes
dependencies for use with container runtimes description: >-
license: Contains SELinux policies, binaries and other dependencies for use with container
module: runtimes
- MIT license:
dependencies: module:
- buildrequires: - MIT
platform: [el8] dependencies:
go-toolset: [rhel8] - buildrequires:
golang-ecosystem: [1.0] go-toolset: [rhel8]
requires: golang-ecosystem: [1.0]
platform: [el8] platform: [el8]
references: requires:
community: https://github.com/projectatomic platform: [el8]
documentation: https://projectatomic.io references:
tracker: https://github.com/projectatomic community: https://github.com/projectatomic
profiles: documentation: https://projectatomic.io
common: tracker: https://github.com/projectatomic
rpms: profiles:
- buildah common:
- container-selinux rpms:
- containernetworking-plugins - buildah
- fuse-overlayfs - container-selinux
- oci-systemd-hook - containernetworking-plugins
- oci-umount - criu
- podman - fuse-overlayfs
- runc - oci-systemd-hook
- skopeo - oci-umount
- slirp4netns - podman
api: - runc
rpms: - skopeo
- buildah - slirp4netns
- container-selinux api:
- containers-common rpms:
- containernetworking-plugins - buildah
- fuse-overlayfs - container-selinux
- oci-systemd-hook - containernetworking-plugins
- oci-umount - containers-common
- podman - fuse-overlayfs
- podman-docker - oci-systemd-hook
- python3-podman - oci-umount
- python3-pypodman - podman
- runc - podman-docker
- skopeo - runc
- slirp4netns - skopeo
buildopts: - slirp4netns
rpms: buildopts:
macros: | rpms:
%_with_ignore_tests 1 macros: |
components: %_with_ignore_tests 1
rpms: components:
buildah: rpms:
rationale: Primary component of this module buildah:
ref: stream-container-tools-1.0-rhel-8.1.0 rationale: Primary component of this module
container-selinux: ref: stream-container-tools-1.0-rhel-8.2.0
rationale: Primary component of this module container-selinux:
ref: stream-container-tools-1.0-rhel-8.1.0 rationale: Primary component of this module
containernetworking-plugins: ref: stream-container-tools-1.0-rhel-8.2.0
rationale: Primary component of this module containernetworking-plugins:
ref: stream-container-tools-1.0-rhel-8.1.0 rationale: Primary component of this module
fuse-overlayfs: ref: stream-container-tools-1.0-rhel-8.2.0
rationale: Primary component of this module criu:
ref: stream-container-tools-1.0-rhel-8.1.0 rationale: Primary component of this module
oci-systemd-hook: ref: stream-container-tools-1.0-rhel-8.2.0
rationale: Primary component of this module fuse-overlayfs:
ref: stream-container-tools-1.0-rhel-8.1.0 rationale: Primary component of this module
oci-umount: ref: stream-container-tools-1.0-rhel-8.2.0
rationale: Primary component of this module oci-systemd-hook:
ref: stream-container-tools-1.0-rhel-8.1.0 rationale: Primary component of this module
podman: ref: stream-container-tools-1.0-rhel-8.2.0
rationale: Primary component of this module oci-umount:
ref: stream-container-tools-1.0-rhel-8.1.0 rationale: Primary component of this module
runc: ref: stream-container-tools-1.0-rhel-8.2.0
rationale: Primary component of this module podman:
ref: stream-container-tools-1.0-rhel-8.1.0 rationale: Primary component of this module
skopeo: ref: stream-container-tools-1.0-rhel-8.2.0
rationale: Primary component of this module runc:
ref: stream-container-tools-1.0-rhel-8.1.0 rationale: Primary component of this module
slirp4netns: ref: stream-container-tools-1.0-rhel-8.2.0
rationale: Primary component of this module skopeo:
ref: stream-container-tools-1.0-rhel-8.1.0 rationale: Primary component of this module
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.2.0
...