From 6c0a25f7ee00e786a983e6d0595283c75166ff6c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 18 2021 19:35:39 +0000 Subject: import container-tools-rhel8-8050020210812071016.faa19cc5 --- diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt index 28add8d..ef5a1d1 100644 --- a/SOURCES/modulemd.src.txt +++ b/SOURCES/modulemd.src.txt @@ -35,6 +35,7 @@ data: - conmon - container-selinux - containernetworking-plugins + - containers-common - criu - crun - fuse-overlayfs @@ -83,6 +84,9 @@ data: containernetworking-plugins: rationale: Primary component of this module ref: stream-container-tools-rhel8-rhel-8.5.0 + containers-common: + rationale: Primary component of this module + ref: stream-container-tools-rhel8-rhel-8.5.0 criu: rationale: Primary component of this module ref: stream-container-tools-rhel8-rhel-8.5.0 diff --git a/container-tools.yaml b/container-tools.yaml deleted file mode 100644 index 047fecc..0000000 --- a/container-tools.yaml +++ /dev/null @@ -1,123 +0,0 @@ ---- -document: modulemd -version: 2 -data: - name: container-tools - stream: rhel8 - 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: >- - 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 - dependencies: - - buildrequires: - go-toolset: [rhel8] - golang-ecosystem: [1.0] - platform: [el8.5.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 - - 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 - - runc - - skopeo - - slirp4netns - buildopts: - rpms: - macros: | - %_with_ignore_tests 1 - components: - rpms: - buildah: - rationale: Primary component of this module - ref: d6ecffeddd679cd3c0eb8d6593ac9498da9ab7b9 - cockpit-podman: - rationale: Primary component of this module - ref: d424c580dbeab6dd0ce1063721e2fb96759dd6ca - conmon: - rationale: Primary component of this module - ref: 4031f1e9d5a6a2a6367c649856b12a71f26d8dcd - container-selinux: - rationale: Primary component of this module - ref: b888a1f9a369de595c161129a19841ca7c365c1f - containernetworking-plugins: - rationale: Primary component of this module - ref: 9b109b521614a51645ad9c29dd338a99ba738604 - criu: - rationale: Primary component of this module - ref: 8088096a45a4ce0bd553836a525eb2db4d4edccc - crun: - rationale: Primary component of this module - ref: ba2ebfa4a87075ae933fdf3378f4c29047ec57ab - fuse-overlayfs: - rationale: Primary component of this module - ref: 5ff3de5e8631bd873d2ac1050916cd99b9591603 - libslirp: - rationale: Primary component of this module - ref: 03fb499d131c7221b3406245a97e25ef55d4a6a0 - buildorder: -1 - oci-seccomp-bpf-hook: - rationale: Primary component of this module - ref: 8cf5168c9b06be3354d01e4831bb61b624b635d4 - podman: - rationale: Primary component of this module - ref: bb780d0373d2b4a9b16b329fc0a7d8aebbc9d202 - python-podman: - rationale: Primary component of this module - ref: bef5264a3d512bf1880b17b8d730db1f6a6ed067 - runc: - rationale: Primary component of this module - ref: b8c76360577a6d115d6ca8d40140670a8166de8f - skopeo: - rationale: Primary component of this module - ref: 6dac66a20de7c6819789730fc75d7fceeed6cba1 - slirp4netns: - rationale: Primary component of this module - ref: 8935e36b43decf9cdf30fd51f24c968ced3af948 - toolbox: - rationale: Primary component of this module - ref: ba23b39ab6e881af704a033984b75ca822461e83 - udica: - rationale: Primary component of this module - ref: 20b5f3135ef173c46870f54028301fc4055c9a5f -...