From 378da561b0d82f7a9f0e46d22d42bb83e30dc8b7 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 15 Dec 2020 11:07:42 -0500 Subject: [PATCH] import container-tools-2.0-8030020201124142243.830d479e --- .container-tools.metadata | 0 .gitignore | 0 SOURCES/modulemd.src.txt | 114 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 114 insertions(+) create mode 100644 .container-tools.metadata create mode 100644 .gitignore create mode 100644 SOURCES/modulemd.src.txt diff --git a/.container-tools.metadata b/.container-tools.metadata new file mode 100644 index 0000000..e69de29 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt new file mode 100644 index 0000000..4989aac --- /dev/null +++ b/SOURCES/modulemd.src.txt @@ -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] + 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: stream-container-tools-2.0-rhel-8.3.0 + cockpit-podman: + rationale: Primary component of this module + ref: stream-container-tools-2.0-rhel-8.3.0 + conmon: + rationale: Primary component of this module + ref: stream-container-tools-2.0-rhel-8.3.0 + container-selinux: + rationale: Primary component of this module + ref: stream-container-tools-2.0-rhel-8.3.0 + containernetworking-plugins: + rationale: Primary component of this module + ref: stream-container-tools-2.0-rhel-8.3.0 + criu: + rationale: Primary component of this module + ref: stream-container-tools-2.0-rhel-8.3.0 + fuse-overlayfs: + rationale: Primary component of this module + ref: stream-container-tools-2.0-rhel-8.3.0 + podman: + rationale: Primary component of this module + ref: stream-container-tools-2.0-rhel-8.3.0 + python-podman-api: + rationale: Primary component of this module + ref: stream-container-tools-2.0-rhel-8.3.0 + runc: + rationale: Primary component of this module + ref: stream-container-tools-2.0-rhel-8.3.0 + skopeo: + rationale: Primary component of this module + ref: stream-container-tools-2.0-rhel-8.3.0 + slirp4netns: + rationale: Primary component of this module + ref: stream-container-tools-2.0-rhel-8.3.0 + toolbox: + rationale: Primary component of this module + ref: stream-container-tools-2.0-rhel-8.3.0 + udica: + rationale: Primary component of this module + ref: stream-container-tools-2.0-rhel-8.3.0 +...