diff --git a/container-tools.yaml b/container-tools.yaml new file mode 100644 index 0000000..eef97b3 --- /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.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: da58ed6d9e036575aea8011302372cf34ab46577 + cockpit-podman: + rationale: Primary component of this module + ref: ac1ac1a7951f7c53949d07ba4cf2bd522a6a31a9 + conmon: + rationale: Primary component of this module + ref: 1ad78927d55a79bc2780fa622a22a65940c4bebf + container-selinux: + rationale: Primary component of this module + ref: 7beff44e9f7d542b13169eab7151e3de75aae3db + 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: aa215a77c83d97e62926f70487378ad1b8ca77a9 + libslirp: + rationale: Primary component of this module + ref: 4cbaabca93711fd52d99a34142eb43d2fe6bcf08 + buildorder: -1 + oci-seccomp-bpf-hook: + rationale: Primary component of this module + ref: 89394eff0cad7aea8f3e6d962a0eb227a57b5f66 + podman: + rationale: Primary component of this module + ref: 61c8a7b62ab635b19d1998079b4f85ca4e218637 + runc: + rationale: Primary component of this module + ref: 16d03e20527cb4e56984907eddf318d02f4f5d09 + skopeo: + rationale: Primary component of this module + ref: 3f9ee97e0d9a6f3730c49e78722d7a176ebd86b4 + 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 +...