diff --git a/container-tools.yaml b/container-tools.yaml new file mode 100644 index 0000000..0a8d9a1 --- /dev/null +++ b/container-tools.yaml @@ -0,0 +1,122 @@ +--- +document: modulemd +version: 2 +data: + name: container-tools + stream: "3.0" + summary: >- + Stable versions of podman 3.0, buildah 1.19, skopeo 1.2, 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 3.0, buildah 1.19, skopeo 1.2, runc, conmon, CRIU, + Udica, etc as well as dependencies such as container-selinux built and tested + together. Released with RHEL 8.4 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 + - 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 + - runc + - skopeo + - slirp4netns + buildopts: + rpms: + macros: | + %_with_ignore_tests 1 + components: + rpms: + buildah: + rationale: Primary component of this module + ref: 17b3266cac2fe4a21a8c2bf57495b7d0e2751543 + cockpit-podman: + rationale: Primary component of this module + ref: ac1ac1a7951f7c53949d07ba4cf2bd522a6a31a9 + conmon: + rationale: Primary component of this module + ref: 0c4708a8b1c923ee61dbf259d86edc57459ef547 + container-selinux: + rationale: Primary component of this module + ref: 43aebceabcc95479c05ffc4bbbaca6b6f08d602f + containernetworking-plugins: + rationale: Primary component of this module + ref: c3dd30de5686ea2ddc2e8f72f782c2878394590a + criu: + rationale: Primary component of this module + ref: d82137cbbc50b45b5f89946a50662d004993d43c + crun: + rationale: Primary component of this module + ref: a280c366d81b9506e08e2fbffc639913f472e8b2 + fuse-overlayfs: + rationale: Primary component of this module + ref: 5b7cef5ff399bf8731ca73e6409e863f18910a3b + libslirp: + rationale: Primary component of this module + ref: 4cbaabca93711fd52d99a34142eb43d2fe6bcf08 + buildorder: -1 + oci-seccomp-bpf-hook: + rationale: Primary component of this module + ref: 6a84278019352e0ec380b75cc39b1a92457f2b6f + podman: + rationale: Primary component of this module + ref: 65264d175e87fa2be47d47db778ab0cf33e142f0 + runc: + rationale: Primary component of this module + ref: 2b979c982be23e70866a8fde2fcdc50036df1c89 + skopeo: + rationale: Primary component of this module + ref: 20884faa018f394cc40e3557793edb0065b38538 + slirp4netns: + rationale: Primary component of this module + ref: 8935e36b43decf9cdf30fd51f24c968ced3af948 + toolbox: + rationale: Primary component of this module + ref: a8b534750aa0b0e846727e6718b82e75bafec827 + udica: + rationale: Primary component of this module + ref: b3d9ab2f7f53017322f25715a8ff7759d29414e7 +...