import container-tools-3.0-8040020210407124116.59631bd5

This commit is contained in:
CentOS Sources 2021-05-18 03:22:20 -04:00 committed by Stepan Oksanichenko
commit 215b0f44e1
3 changed files with 122 additions and 0 deletions

View File

0
.gitignore vendored Normal file
View File

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

@ -0,0 +1,122 @@
---
document: modulemd
version: 2
data:
name: container-tools
stream: 3.0
summary: >-
Stable versions of podman 3.0, buildah 1.19, skopeo 1.2, runc, conmon, etc as
well as dependencies such as container-selinux built and tested together, and
supported as documented on the Application Stream lifecycle page.
description: >-
Stable versions of podman 3.0, buildah 1.19, skopeo 1.2, runc, conmon, CRIU,
Udica, etc as well as dependencies such as container-selinux built and tested
together. Released with RHEL 8.4 and supported for 24 months. During the
support lifecycle, back ports of important, critical vulnerabilities (CVEs,
RHSAs) and bug fixes (RHBAs) are provided to this stream, and versions do not
move forward. For more information see:
https://access.redhat.com/support/policy/updates/containertools
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
- crun
- fuse-overlayfs
- libslirp
- podman
- runc
- skopeo
- slirp4netns
- toolbox
- udica
api:
rpms:
- buildah
- conmon
- container-selinux
- containernetworking-plugins
- containers-common
- fuse-overlayfs
- libslirp
- podman
- podman-docker
- podman-manpages
- podman-remote
- runc
- skopeo
- slirp4netns
buildopts:
rpms:
macros: |
%_with_ignore_tests 1
components:
rpms:
buildah:
rationale: Primary component of this module
ref: stream-container-tools-3.0-rhel-8.4.0
cockpit-podman:
rationale: Primary component of this module
ref: stream-container-tools-3.0-rhel-8.4.0
conmon:
rationale: Primary component of this module
ref: stream-container-tools-3.0-rhel-8.4.0
container-selinux:
rationale: Primary component of this module
ref: stream-container-tools-3.0-rhel-8.4.0
containernetworking-plugins:
rationale: Primary component of this module
ref: stream-container-tools-3.0-rhel-8.4.0
criu:
rationale: Primary component of this module
ref: stream-container-tools-3.0-rhel-8.4.0
crun:
rationale: Primary component of this module
ref: stream-container-tools-3.0-rhel-8.4.0
fuse-overlayfs:
rationale: Primary component of this module
ref: stream-container-tools-3.0-rhel-8.4.0
libslirp:
rationale: Primary component of this module
ref: stream-container-tools-3.0-rhel-8.4.0
buildorder: -1
oci-seccomp-bpf-hook:
rationale: Primary component of this module
ref: stream-container-tools-3.0-rhel-8.4.0
podman:
rationale: Primary component of this module
ref: stream-container-tools-3.0-rhel-8.4.0
runc:
rationale: Primary component of this module
ref: stream-container-tools-3.0-rhel-8.4.0
skopeo:
rationale: Primary component of this module
ref: stream-container-tools-3.0-rhel-8.4.0
slirp4netns:
rationale: Primary component of this module
ref: stream-container-tools-3.0-rhel-8.4.0
toolbox:
rationale: Primary component of this module
ref: stream-container-tools-3.0-rhel-8.4.0
udica:
rationale: Primary component of this module
ref: stream-container-tools-3.0-rhel-8.4.0
...