From 774bebe1c273de9435073b811da0570a61681b6e Mon Sep 17 00:00:00 2001 From: Carl George Date: Jan 14 2021 01:58:06 +0000 Subject: transmodrify/c8s-stream-2.0/container-tools-2.0-8040020210112084720.59631bd5 --- diff --git a/container-tools.yaml b/container-tools.yaml new file mode 100644 index 0000000..46d63d0 --- /dev/null +++ b/container-tools.yaml @@ -0,0 +1,114 @@ +--- +document: modulemd +version: 2 +data: + name: container-tools + stream: "2.0" + summary: >- + Stable versions of podman 1.6, buildah 1.11, skopeo 0.1, runc, conmon, etc as + well as dependencies such as container-selinux built and tested together, and + supported as documented on the Application Stream lifecycle page. + description: >- + Stable versions of podman 1.6, buildah 1.11, skopeo 0.1, runc, conmon, CRIU, + Udica, etc as well as dependencies such as container-selinux built and tested + together. Released with RHEL 8.2 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 + 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 + - fuse-overlayfs + - podman + - python-podman-api + - runc + - skopeo + - slirp4netns + - toolbox + - udica + api: + rpms: + - buildah + - conmon + - container-selinux + - containernetworking-plugins + - containers-common + - fuse-overlayfs + - 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: c8404e20c82a443af1ff49e3bbf4ddbd4b987d2e + cockpit-podman: + rationale: Primary component of this module + ref: 578b9ca4930596bbeda2fc95289981b5aa166fcd + conmon: + rationale: Primary component of this module + ref: 75964e244120978bb60d747b1899bbba1e51a913 + container-selinux: + rationale: Primary component of this module + ref: 7acb38857e4e365dc96a31ff425678755e59146d + containernetworking-plugins: + rationale: Primary component of this module + ref: 1aea6c88dcb9e15f8d38188cfc996524ed9d9040 + criu: + rationale: Primary component of this module + ref: 701bb3e289fd47dcb8d99ad8cc1a70f612fd306d + fuse-overlayfs: + rationale: Primary component of this module + ref: 27874ae7ba35a188011efbb2e106b379764086fc + podman: + rationale: Primary component of this module + ref: 1ae5c82c70e82ae8ccbf7483a129f85e8d539744 + python-podman-api: + rationale: Primary component of this module + ref: fa7df53cae2da189f1d9779331bd05bf584e83bb + runc: + rationale: Primary component of this module + ref: 947af7535205e1f3bc5c5fffad36c3a066971e29 + skopeo: + rationale: Primary component of this module + ref: 539ce06e8fbd38b5b6a6cfda1a62b7df0c891c8c + slirp4netns: + rationale: Primary component of this module + ref: d1b17d4e37868117c496a550380111e7db885898 + toolbox: + rationale: Primary component of this module + ref: 3c23a0c23578a228739c8c666eb66f1bc9e4d294 + udica: + rationale: Primary component of this module + ref: 2f1354e34139e5aa9fea747ce1be03a1c51a0b06 +...