Compare commits

...

No commits in common. "c8-stream-rhel8" and "c8-stream-1.0" have entirely different histories.

1 changed files with 28 additions and 65 deletions

View File

@ -3,16 +3,19 @@ document: modulemd
version: 2
data:
name: container-tools
stream: rhel8
stream: 1.0
summary: >-
Most recent (rolling) versions of podman, buildah, skopeo, runc, conmon, runc,
conmon, CRIU, Udica, etc as well as dependencies such as container-selinux
built and tested together, and updated as frequently as every 12 weeks.
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, and supported for 24 months.
description: >-
Latest versions of podman, buildah, skopeo, runc, conmon, CRIU, Udica, etc as
well as dependencies such as container-selinux built and tested together, and
updated as frequently as every 12 weeks. Only very limited back ports are
provided to this stream, and most patches come from providing new versions.
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:
module:
- MIT
@ -30,39 +33,28 @@ data:
profiles:
common:
rpms:
- aardvark-dns
- buildah
- cockpit-podman
- conmon
- container-selinux
- containernetworking-plugins
- containers-common
- criu
- crun
- fuse-overlayfs
- libslirp
- netavark
- oci-systemd-hook
- oci-umount
- podman
- python3-podman
- runc
- skopeo
- slirp4netns
- toolbox
- udica
api:
rpms:
- buildah
- conmon
- container-selinux
- containernetworking-plugins
- containers-common
- fuse-overlayfs
- libslirp
- oci-systemd-hook
- oci-umount
- podman
- podman-docker
- podman-manpages
- podman-remote
- python3-podman
- runc
- skopeo
- slirp4netns
@ -72,66 +64,37 @@ data:
%_with_ignore_tests 1
components:
rpms:
aardvark-dns:
rationale: Primary component of this module
ref: rhel-8.8.0
buildah:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.8.0
cockpit-podman:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.8.0
conmon:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.8.0
ref: stream-container-tools-1.0-rhel-8.3.0
container-selinux:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.8.0
ref: stream-container-tools-1.0-rhel-8.3.0
containernetworking-plugins:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.8.0
containers-common:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.8.0
ref: stream-container-tools-1.0-rhel-8.3.0
criu:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.8.0
buildorder: -1
crun:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.8.0
ref: stream-container-tools-1.0-rhel-8.3.0
fuse-overlayfs:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.8.0
netavark:
ref: stream-container-tools-1.0-rhel-8.3.0
oci-systemd-hook:
rationale: Primary component of this module
ref: rhel-8.8.0
libslirp:
ref: stream-container-tools-1.0-rhel-8.3.0
oci-umount:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.8.0
buildorder: -1
oci-seccomp-bpf-hook:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.8.0
ref: stream-container-tools-1.0-rhel-8.3.0
podman:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.8.0
python-podman:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.8.0
ref: stream-container-tools-1.0-rhel-8.3.0
runc:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.8.0
ref: stream-container-tools-1.0-rhel-8.3.0
skopeo:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.8.0
ref: stream-container-tools-1.0-rhel-8.3.0
slirp4netns:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.8.0
toolbox:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.8.0
udica:
rationale: Primary component of this module
ref: stream-container-tools-rhel8-rhel-8.8.0
ref: stream-container-tools-1.0-rhel-8.3.0
...