Compare commits

...

No commits in common. "c8-stream-1.0" and "c9-beta-stream-latest" have entirely different histories.

1 changed files with 62 additions and 46 deletions

View File

@ -1,31 +1,27 @@
--- ---
document: modulemd document: modulemd-packager
version: 2 version: 3
data: data:
name: container-tools name: container-tools
stream: 1.0 stream: latest
summary: >- summary: >-
Stable versions of podman 1.0, buildah 1.5, skopeo 0.1, runc, conmon, CRIU, Most recent (rolling) versions of podman, buildah, skopeo, runc, conmon, runc,
Udica, etc as well as dependencies such as container-selinux built and conmon, Udica, etc as well as dependencies such as container-selinux
tested together, and supported for 24 months. built and tested together, and updated as frequently as every 12 weeks.
description: >- description: >-
Stable versions of podman 1.0 , buildah 1.5, skopeo 0.1, runc, conmon, Latest versions of podman, buildah, skopeo, runc, conmon, Udica, etc as
CRIU, Udica, etc as well as dependencies such as container-selinux built well as dependencies such as container-selinux built and tested together, and
and tested together. Released with RHEL 8.0 and supported for 24 months. updated as frequently as every 12 weeks. Only very limited back ports are
During the support lifecycle, back ports of important, critical provided to this stream, and most patches come from providing new versions.
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:
- MIT - MIT
dependencies: configurations:
- buildrequires: - context: el9
go-toolset: [rhel8] platform: el9
golang-ecosystem: [1.0] buildopts:
platform: [el8] rpms:
requires: macros: |
platform: [el8] %_with_ignore_tests 1
references: references:
community: https://github.com/projectatomic community: https://github.com/projectatomic
documentation: https://projectatomic.io documentation: https://projectatomic.io
@ -34,67 +30,87 @@ data:
common: common:
rpms: rpms:
- buildah - buildah
- cockpit-podman
- conmon
- container-selinux - container-selinux
- containernetworking-plugins - containernetworking-plugins
- criu - containers-common
- crun
- fuse-overlayfs - fuse-overlayfs
- oci-systemd-hook
- oci-umount
- podman - podman
- python3-podman
- runc - runc
- skopeo - skopeo
- slirp4netns - slirp4netns
- toolbox
- udica
api: api:
rpms: rpms:
- buildah - buildah
- buildah-tests
- conmon
- container-selinux - container-selinux
- containernetworking-plugins - containernetworking-plugins
- containers-common - containers-common
- fuse-overlayfs - fuse-overlayfs
- oci-systemd-hook
- oci-umount
- podman - podman
- podman-docker - podman-docker
- podman-manpages
- podman-remote
- podman-tests
- python3-podman
- runc - runc
- skopeo - skopeo
- skopeo-tests
- slirp4netns - slirp4netns
buildopts:
rpms:
macros: |
%_with_ignore_tests 1
components: components:
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-latest-rhel-9.0.0-beta
cockpit-podman:
rationale: Primary component of this module
ref: stream-container-tools-latest-rhel-9.0.0-beta
conmon:
rationale: Primary component of this module
ref: stream-container-tools-latest-rhel-9.0.0-beta
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-latest-rhel-9.0.0-beta
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-latest-rhel-9.0.0-beta
criu: containers-common:
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-latest-rhel-9.0.0-beta
crun:
rationale: Primary component of this module
ref: stream-container-tools-latest-rhel-9.0.0-beta
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-latest-rhel-9.0.0-beta
oci-systemd-hook: oci-seccomp-bpf-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-latest-rhel-9.0.0-beta
oci-umount:
rationale: Primary component of this module
ref: stream-container-tools-1.0-rhel-8.3.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-latest-rhel-9.0.0-beta
python-podman:
rationale: Primary component of this module
ref: stream-container-tools-latest-rhel-9.0.0-beta
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-latest-rhel-9.0.0-beta
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-latest-rhel-9.0.0-beta
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-latest-rhel-9.0.0-beta
... toolbox:
rationale: Primary component of this module
ref: stream-container-tools-latest-rhel-9.0.0-beta
udica:
rationale: Primary component of this module
ref: stream-container-tools-latest-rhel-9.0.0-beta
...