[yocto-autobuilder2][PATCH v2 3/4] config.py: add containers-library job
[email protected] Mon, 1 Jun 2026 16:17:28 -0700
Newsgroups
org.yoctoproject.lists.yocto-patches
Message-ID
<8c01e32910dd0f02b47568d7b31e5c78a848bffe.1780354388.git.tim.orling@konsulko.com>
From: Tim Orling <[email protected] >
Add 'containers-library' which builds containers from the original
"container-cross-install" branch of meta-virtualization and newer
containers modeled after docker.io/library/*
Signed-off-by: Tim Orling <[email protected] >
---
config.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/config.py b/config.py
index 7c2353e..d102c93 100644
--- a/config.py
+++ b/config.py
@@ -36,6 +36,7 @@ buildertorepos = {
"meta-webosose": baserepos + ["meta-clang", "meta-openembedded", "meta-qt6", "meta-webosose", "meta-security"],
"vcontainer-tarball": baserepos + ["meta-openembedded", "meta-virtualization"],
"vcontainer-tests": baserepos + ["meta-openembedded", "meta-virtualization"],
+ "containers-library": baserepos + ["meta-openembedded", "meta-virtualization"],
"default": baserepos
}
@@ -164,6 +165,7 @@ builders_others = [
"meta-qcom",
"vcontainer-tarball",
"vcontainer-tests",
+ "containers-library",
] + old_arch_full
subbuilders = list(set(trigger_builders_wait_quick + trigger_builders_wait_full + trigger_builders_wait_perf + builders_others))
@@ -332,4 +334,5 @@ builder_tags = {
"vcontainer-tarball": ["containers"],
"vcontainer-tests": ["containers"],
+ "containers-library": ["containers"],
}
--
2.43.0