From 7d24552a19bcdbc46cb11078e1b34eca0dfd6cd6 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Mon, 20 Mar 2023 11:45:04 +0800 Subject: [PATCH] add aardvark-dns and netavark components Signed-off-by: Bo Ren --- container-tools.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/container-tools.yaml b/container-tools.yaml index e84d409..cf429bc 100644 --- a/container-tools.yaml +++ b/container-tools.yaml @@ -36,6 +36,7 @@ data: profiles: common: rpms: + - aardvark-dns - buildah - cockpit-podman - conmon @@ -46,6 +47,7 @@ data: - crun - fuse-overlayfs - libslirp + - netavark - podman - python3-podman - runc @@ -76,6 +78,10 @@ data: %_with_ignore_tests 1 components: rpms: + aardvark-dns: + rationale: Primary component of this module + ref: a8-container-tools-stream-an8 + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] buildah: rationale: Primary component of this module ref: a8-container-tools-stream-an8 @@ -112,6 +118,10 @@ data: rationale: Primary component of this module ref: a8-container-tools-stream-an8 arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] + netavark: + rationale: Primary component of this module + ref: a8-container-tools-stream-an8 + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] libslirp: rationale: Primary component of this module ref: a8-container-tools-stream-an8 -- Gitee