diff --git a/container-tools.yaml b/container-tools.yaml new file mode 100644 index 0000000..36d6606 --- /dev/null +++ b/container-tools.yaml @@ -0,0 +1,119 @@ +--- +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 + - runc + - skopeo + - slirp4netns + buildopts: + rpms: + macros: | + %_with_ignore_tests 1 + components: + rpms: + buildah: + rationale: Primary component of this module + ref: 4518d99f18052e71183db182c969314dddf6ab0e + cockpit-podman: + rationale: Primary component of this module + ref: 39c4c2ffbefdacdd21477da8904b8e8cc46a78e3 + conmon: + rationale: Primary component of this module + ref: ca75aafadd851a71ab4ab531da1277ad048ebc9c + container-selinux: + rationale: Primary component of this module + ref: 323d2f4ccefdf3fe67d6e5469ded7c85044d6c9b + containernetworking-plugins: + rationale: Primary component of this module + ref: 9b109b521614a51645ad9c29dd338a99ba738604 + criu: + rationale: Primary component of this module + ref: d82137cbbc50b45b5f89946a50662d004993d43c + crun: + rationale: Primary component of this module + ref: 9a7b2645423b32cb35eb332cfb8c353d0a535b08 + fuse-overlayfs: + rationale: Primary component of this module + ref: d8152b4cab73a1f2704fe9fa11d4be670b315261 + libslirp: + rationale: Primary component of this module + ref: 4cbaabca93711fd52d99a34142eb43d2fe6bcf08 + buildorder: -1 + oci-seccomp-bpf-hook: + rationale: Primary component of this module + ref: e02a8898573824971c968e5b7b0544edc9a9ffef + podman: + rationale: Primary component of this module + ref: d5c23ff0ab36ea96f219f5d2f3cecfb0269aad98 + runc: + rationale: Primary component of this module + ref: 5f8f9fa50602a9f876c3a612a2db44a645bab8c6 + skopeo: + rationale: Primary component of this module + ref: 8b7a69e51b252e41216dbf7420cded328404ff67 + slirp4netns: + rationale: Primary component of this module + ref: 8935e36b43decf9cdf30fd51f24c968ced3af948 + toolbox: + rationale: Primary component of this module + ref: d5298befd163ee5cc16b58ced91adbc3876132be + udica: + rationale: Primary component of this module + ref: b3d9ab2f7f53017322f25715a8ff7759d29414e7 +...