diff --git a/container-tools.yaml b/container-tools.yaml new file mode 100644 index 0000000..065b9ba --- /dev/null +++ b/container-tools.yaml @@ -0,0 +1,128 @@ +--- +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 + - containers-common + - criu + - crun + - fuse-overlayfs + - libslirp + - podman + - python3-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 + - python3-podman + - runc + - skopeo + - slirp4netns + buildopts: + rpms: + macros: | + %_with_ignore_tests 1 + components: + rpms: + buildah: + rationale: Primary component of this module + ref: eb422a789b87cd449f8063976c026b9c2da05f72 + cockpit-podman: + rationale: Primary component of this module + ref: d424c580dbeab6dd0ce1063721e2fb96759dd6ca + conmon: + rationale: Primary component of this module + ref: 4031f1e9d5a6a2a6367c649856b12a71f26d8dcd + container-selinux: + rationale: Primary component of this module + ref: 059042873c0a75a972589fc67a861ef6d56c6f42 + containernetworking-plugins: + rationale: Primary component of this module + ref: 9c18a65778d9bae67bad3aa3cf8cefed0dda1daf + containers-common: + rationale: Primary component of this module + ref: bce470c97c75d22fc58a72a61d7d9372274662e4 + criu: + rationale: Primary component of this module + ref: 8125903a0d00c007a847b7c8d0fd1904647308c3 + crun: + rationale: Primary component of this module + ref: c78f96427397370f92179d2bda670dc54e5b582a + fuse-overlayfs: + rationale: Primary component of this module + ref: cb0ea19696766c5f01a6fc6b978a8ff1093197ae + libslirp: + rationale: Primary component of this module + ref: 03fb499d131c7221b3406245a97e25ef55d4a6a0 + buildorder: -1 + oci-seccomp-bpf-hook: + rationale: Primary component of this module + ref: 8cf5168c9b06be3354d01e4831bb61b624b635d4 + podman: + rationale: Primary component of this module + ref: 89639c19dfff7506d6fd9e3c828026f2b91725d1 + python-podman: + rationale: Primary component of this module + ref: bef5264a3d512bf1880b17b8d730db1f6a6ed067 + runc: + rationale: Primary component of this module + ref: 95b03f5f2208f64d76a082e166def4b0c00419ee + skopeo: + rationale: Primary component of this module + ref: fbf155b0511ad6b555a8bbf303d237b9848fa7d7 + slirp4netns: + rationale: Primary component of this module + ref: 8935e36b43decf9cdf30fd51f24c968ced3af948 + toolbox: + rationale: Primary component of this module + ref: 0273d82764bbf4afeabc8a38b1efe74a13be9366 + udica: + rationale: Primary component of this module + ref: c694bbc0711c22c29fb48116c807f32da42d5b12 +...