diff --git a/container-tools.yaml b/container-tools.yaml new file mode 100644 index 0000000..9b620f5 --- /dev/null +++ b/container-tools.yaml @@ -0,0 +1,124 @@ +--- +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 + - python-podman-api + - 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 + - python-podman-api + - runc + - skopeo + - slirp4netns + buildopts: + rpms: + macros: | + %_with_ignore_tests 1 + components: + rpms: + buildah: + rationale: Primary component of this module + ref: e5016399a09aee9745464ae889e694ece3104608 + cockpit-podman: + rationale: Primary component of this module + ref: d6b6e04a65ca8d4c402821fd446460bd3df42fd1 + conmon: + rationale: Primary component of this module + ref: 3a1087850d0ac5beb39bd6dec4c40b4d17646a5a + container-selinux: + rationale: Primary component of this module + ref: be23f5edaf3bda19ab3f148bf45adfe423976c52 + containernetworking-plugins: + rationale: Primary component of this module + ref: c5ecbfea23426b8ac172217ffc6715facbee9d96 + criu: + rationale: Primary component of this module + ref: d82137cbbc50b45b5f89946a50662d004993d43c + crun: + rationale: Primary component of this module + ref: 1d19a3d2cc97657816dfd2c243ae8e51bade8ef6 + fuse-overlayfs: + rationale: Primary component of this module + ref: e5c8af089ba491f2ba7703499f59be3d63d55b97 + 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: 807bfc1e3c99ad56bb38442daa6770bcd8116efd + python-podman-api: + rationale: Primary component of this module + ref: 1cd9eb4c85378ff671967ab5d2acaf596c3f0765 + runc: + rationale: Primary component of this module + ref: 15d073e9091349a3be5465c4cf812a2573f6eff5 + skopeo: + rationale: Primary component of this module + ref: c81977971cd986be75df0ba1760e2b14a09809d0 + 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 +...