Compare commits

..

No commits in common. "c8-stream-1.0" and "imports/c8-stream-1.0/container-tools-1.0-8010020200206144344.c294d161" have entirely different histories.

View File

@ -2,99 +2,86 @@
document: modulemd document: modulemd
version: 2 version: 2
data: data:
name: container-tools stream: 1.0
stream: 1.0 summary: Common tools and dependencies for container runtimes
summary: >- description: Contains SELinux policies, binaries and other
Stable versions of podman 1.0, buildah 1.5, skopeo 0.1, runc, conmon, CRIU, dependencies for use with container runtimes
Udica, etc as well as dependencies such as container-selinux built and license:
tested together, and supported for 24 months. module:
description: >- - MIT
Stable versions of podman 1.0 , buildah 1.5, skopeo 0.1, runc, conmon, dependencies:
CRIU, Udica, etc as well as dependencies such as container-selinux built - buildrequires:
and tested together. Released with RHEL 8.0 and supported for 24 months. platform: [el8]
During the support lifecycle, back ports of important, critical go-toolset: [rhel8]
vulnerabilities (CVEs, RHSAs) and bug fixes (RHBAs) are provided to this golang-ecosystem: [1.0]
stream, and versions do not move forward. For more information see: requires:
https://access.redhat.com/support/policy/updates/containertools platform: [el8]
license: references:
module: community: https://github.com/projectatomic
- MIT documentation: https://projectatomic.io
dependencies: tracker: https://github.com/projectatomic
- buildrequires: profiles:
go-toolset: [rhel8] common:
golang-ecosystem: [1.0] rpms:
platform: [el8] - buildah
requires: - container-selinux
platform: [el8] - containernetworking-plugins
references: - fuse-overlayfs
community: https://github.com/projectatomic - oci-systemd-hook
documentation: https://projectatomic.io - oci-umount
tracker: https://github.com/projectatomic - podman
profiles: - runc
common: - skopeo
rpms: - slirp4netns
- buildah api:
- container-selinux rpms:
- containernetworking-plugins - buildah
- criu - container-selinux
- fuse-overlayfs - containers-common
- oci-systemd-hook - containernetworking-plugins
- oci-umount - fuse-overlayfs
- podman - oci-systemd-hook
- runc - oci-umount
- skopeo - podman
- slirp4netns - podman-docker
api: - python3-podman
rpms: - python3-pypodman
- buildah - runc
- container-selinux - skopeo
- containernetworking-plugins - slirp4netns
- containers-common buildopts:
- fuse-overlayfs rpms:
- oci-systemd-hook macros: |
- oci-umount %_with_ignore_tests 1
- podman components:
- podman-docker rpms:
- runc buildah:
- skopeo rationale: Primary component of this module
- slirp4netns ref: stream-container-tools-1.0-rhel-8.1.0
buildopts: container-selinux:
rpms: rationale: Primary component of this module
macros: | ref: stream-container-tools-1.0-rhel-8.1.0
%_with_ignore_tests 1 containernetworking-plugins:
components: rationale: Primary component of this module
rpms: ref: stream-container-tools-1.0-rhel-8.1.0
buildah: fuse-overlayfs:
rationale: Primary component of this module rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.3.0 ref: stream-container-tools-1.0-rhel-8.1.0
container-selinux: oci-systemd-hook:
rationale: Primary component of this module rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.3.0 ref: stream-container-tools-1.0-rhel-8.1.0
containernetworking-plugins: oci-umount:
rationale: Primary component of this module rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.3.0 ref: stream-container-tools-1.0-rhel-8.1.0
criu: podman:
rationale: Primary component of this module rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.3.0 ref: stream-container-tools-1.0-rhel-8.1.0
fuse-overlayfs: runc:
rationale: Primary component of this module rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.3.0 ref: stream-container-tools-1.0-rhel-8.1.0
oci-systemd-hook: skopeo:
rationale: Primary component of this module rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.3.0 ref: stream-container-tools-1.0-rhel-8.1.0
oci-umount: slirp4netns:
rationale: Primary component of this module rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.3.0 ref: stream-container-tools-1.0-rhel-8.1.0
podman:
rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.3.0
runc:
rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.3.0
skopeo:
rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.3.0
slirp4netns:
rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.3.0
...