From b17a0d886ce53b114fe5d0c674ad8d34db7073e5 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Dec 15 2020 16:07:54 +0000 Subject: import container-tools-rhel8-8030020201124131330.830d479e --- diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt index fd915c3..159e703 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 d759fa7..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.3.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: 9a6af4ad764c83e83825843e892a25d22669eb74 - cockpit-podman: - rationale: Primary component of this module - ref: 03af2bd4fef4ac8f64153c3b3ec69a9a03e7fb65 - conmon: - rationale: Primary component of this module - ref: 2f36aa58bfb7893bd792efd817caec465c683e42 - container-selinux: - rationale: Primary component of this module - ref: 1256828b118c457e7cd64673c42b79356d738435 - containernetworking-plugins: - rationale: Primary component of this module - ref: 5bba9919de02547f804656307ef176449ee490fd - criu: - rationale: Primary component of this module - ref: e368ba65c5554809471891350e21f19c274216a8 - crun: - rationale: Primary component of this module - ref: 7583a11eee69c568f0bc7a0b70d93305c9843162 - fuse-overlayfs: - rationale: Primary component of this module - ref: 1bf3d36ebad856c27be07745bcdaf41055eb4c5b - libslirp: - rationale: Primary component of this module - ref: 4cbaabca93711fd52d99a34142eb43d2fe6bcf08 - buildorder: -1 - oci-seccomp-bpf-hook: - rationale: Primary component of this module - ref: 7d18f97f63384659a3f4eaf305d27dd893e61a5d - podman: - rationale: Primary component of this module - ref: d534ae097988bb0903381d094d7fbbff5e5c43f8 - 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: 1b1052b599f654c249887d0604cfbdb2c885d2d8 - slirp4netns: - rationale: Primary component of this module - ref: 369be05594ee4e47de25c554ad2b2e728f8d28c2 - toolbox: - rationale: Primary component of this module - ref: c380bab89cb0d429591e06976392c0484227cbb6 - udica: - rationale: Primary component of this module - ref: 5d73f8fe82f9774030c1c01abf08c3261ae22250 -...