import container-tools-2.0-8030020200924150221.2a301c24

This commit is contained in:
CentOS Sources 2020-09-26 08:12:00 +00:00 committed by Stepan Oksanichenko
commit 36b20a88b6
3 changed files with 106 additions and 0 deletions

View File

0
.gitignore vendored Normal file
View File

106
SOURCES/modulemd.src.txt Normal file
View File

@ -0,0 +1,106 @@
---
document: modulemd
version: 2
data:
name: container-tools
stream: 2.0
summary: Common tools and dependencies for container runtimes
description: >-
Contains SELinux policies, binaries and other dependencies for use with container
runtimes
license:
module:
- MIT
dependencies:
- buildrequires:
go-toolset: [rhel8]
golang-ecosystem: [1.0]
platform: [el8]
requires:
platform: [el8]
references:
community: https://github.com/projectatomic
documentation: https://projectatomic.io
tracker: https://github.com/projectatomic
profiles:
common:
rpms:
- buildah
- cockpit-podman
- conmon
- container-selinux
- containernetworking-plugins
- criu
- fuse-overlayfs
- podman
- python-podman-api
- runc
- skopeo
- slirp4netns
- toolbox
- udica
api:
rpms:
- buildah
- conmon
- container-selinux
- containernetworking-plugins
- containers-common
- fuse-overlayfs
- podman
- podman-docker
- podman-manpages
- podman-remote
- python-podman-api
- runc
- skopeo
- slirp4netns
buildopts:
rpms:
macros: |
%_with_ignore_tests 1
components:
rpms:
buildah:
rationale: Primary component of this module
ref: stream-container-tools-2.0-rhel-8.3.0
cockpit-podman:
rationale: Primary component of this module
ref: stream-container-tools-2.0-rhel-8.3.0
conmon:
rationale: Primary component of this module
ref: stream-container-tools-2.0-rhel-8.3.0
container-selinux:
rationale: Primary component of this module
ref: stream-container-tools-2.0-rhel-8.3.0
containernetworking-plugins:
rationale: Primary component of this module
ref: stream-container-tools-2.0-rhel-8.3.0
criu:
rationale: Primary component of this module
ref: stream-container-tools-2.0-rhel-8.3.0
fuse-overlayfs:
rationale: Primary component of this module
ref: stream-container-tools-2.0-rhel-8.3.0
podman:
rationale: Primary component of this module
ref: stream-container-tools-2.0-rhel-8.3.0
python-podman-api:
rationale: Primary component of this module
ref: stream-container-tools-2.0-rhel-8.3.0
runc:
rationale: Primary component of this module
ref: stream-container-tools-2.0-rhel-8.3.0
skopeo:
rationale: Primary component of this module
ref: stream-container-tools-2.0-rhel-8.3.0
slirp4netns:
rationale: Primary component of this module
ref: stream-container-tools-2.0-rhel-8.3.0
toolbox:
rationale: Primary component of this module
ref: stream-container-tools-2.0-rhel-8.3.0
udica:
rationale: Primary component of this module
ref: stream-container-tools-2.0-rhel-8.3.0
...