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,28 +2,18 @@
document: modulemd document: modulemd
version: 2 version: 2
data: data:
name: container-tools
stream: 1.0 stream: 1.0
summary: >- summary: Common tools and dependencies for container runtimes
Stable versions of podman 1.0, buildah 1.5, skopeo 0.1, runc, conmon, CRIU, description: Contains SELinux policies, binaries and other
Udica, etc as well as dependencies such as container-selinux built and dependencies for use with container runtimes
tested together, and supported for 24 months.
description: >-
Stable versions of podman 1.0 , buildah 1.5, skopeo 0.1, runc, conmon,
CRIU, Udica, etc as well as dependencies such as container-selinux built
and tested together. Released with RHEL 8.0 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: 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:
@ -36,7 +26,6 @@ data:
- buildah - buildah
- container-selinux - container-selinux
- containernetworking-plugins - containernetworking-plugins
- criu
- fuse-overlayfs - fuse-overlayfs
- oci-systemd-hook - oci-systemd-hook
- oci-umount - oci-umount
@ -48,13 +37,15 @@ data:
rpms: rpms:
- buildah - buildah
- container-selinux - container-selinux
- containernetworking-plugins
- containers-common - containers-common
- containernetworking-plugins
- fuse-overlayfs - fuse-overlayfs
- oci-systemd-hook - oci-systemd-hook
- oci-umount - oci-umount
- podman - podman
- podman-docker - podman-docker
- python3-podman
- python3-pypodman
- runc - runc
- skopeo - skopeo
- slirp4netns - slirp4netns
@ -66,35 +57,31 @@ data:
rpms: rpms:
buildah: buildah:
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: container-selinux:
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: containernetworking-plugins:
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:
rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.3.0
fuse-overlayfs: 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
oci-systemd-hook: 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
oci-umount: 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
podman: 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
runc: 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
skopeo: 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
slirp4netns: 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
...