diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt index 152bc25..25c02a3 100644 --- a/SOURCES/modulemd.src.txt +++ b/SOURCES/modulemd.src.txt @@ -4,10 +4,15 @@ version: 2 data: name: container-tools stream: rhel8 - summary: Common tools and dependencies for container runtimes + 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. description: >- - Contains SELinux policies, binaries and other dependencies for use with container - runtimes + 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. license: module: - MIT diff --git a/container-tools.yaml b/container-tools.yaml deleted file mode 100644 index 7c725ba..0000000 --- a/container-tools.yaml +++ /dev/null @@ -1,119 +0,0 @@ ---- -document: modulemd -version: 2 -data: - name: container-tools - stream: rhel8 - summary: Common tools and dependencies for container runtimes - description: >- - Contains SELinux policies, binaries and other dependencies for use with container - runtimes - license: - module: - - MIT - dependencies: - - buildrequires: - go-toolset: [rhel8] - golang-ecosystem: [1.0] - platform: [el8.4.0] - 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 - - python-podman-api - - 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 - - python-podman-api - - runc - - skopeo - - slirp4netns - buildopts: - rpms: - macros: | - %_with_ignore_tests 1 - components: - rpms: - buildah: - rationale: Primary component of this module - ref: 0cb619d78025f96bf040ff9952c42bbb14eff0f3 - cockpit-podman: - rationale: Primary component of this module - ref: 020842438889aec40c014e8d45f8a153a4f4d930 - conmon: - rationale: Primary component of this module - ref: 1ed100526d23d088d3eccdd0662d355a1645efe3 - container-selinux: - rationale: Primary component of this module - ref: 2010c82e9145bee1fce08b65572af5afb2a48f49 - containernetworking-plugins: - rationale: Primary component of this module - ref: 469d3e8a5678524b99d1bd4257c86d89393ca440 - criu: - rationale: Primary component of this module - ref: 13335dc395b9f62a22e3e218b083471a4213a1c3 - crun: - rationale: Primary component of this module - ref: eb4e1474893c299dce689d9b530d0d2a211aa489 - fuse-overlayfs: - rationale: Primary component of this module - ref: 9c18f40324d0e624ec324988483db5e91761e5b9 - libslirp: - rationale: Primary component of this module - ref: 4cbaabca93711fd52d99a34142eb43d2fe6bcf08 - buildorder: -1 - oci-seccomp-bpf-hook: - rationale: Primary component of this module - ref: 0c22e2e0d632f8f060e74d109e430c67feb11a7c - podman: - rationale: Primary component of this module - ref: 3cdfcb735eea67bfec53f90ba1e0552800d9fa6e - python-podman-api: - rationale: Primary component of this module - ref: 1cd9eb4c85378ff671967ab5d2acaf596c3f0765 - runc: - rationale: Primary component of this module - ref: 57ec8a676f91f2158dce5e91ad90e63ef6ef72af - skopeo: - rationale: Primary component of this module - ref: 391ee1adc6cb112ab31a11a9490ba3f95d8c3663 - slirp4netns: - rationale: Primary component of this module - ref: 924a3872fbe327dc2048911a0b770714ec0a1fd7 - toolbox: - rationale: Primary component of this module - ref: c380bab89cb0d429591e06976392c0484227cbb6 - udica: - rationale: Primary component of this module - ref: ff4f54dba1c437c16afc21aca83fa1e6954a59c1 -...