[yocto-autobuilder-helper][PATCH v5 12/12] config.json: set VCONTAINER_TARBALL_URL

Tim Orling <[email protected]> Mon, 27 Jul 2026 18:40:45 -0700
Newsgroups org.yoctoproject.lists.yocto-patches
Message-ID <7ff37632f6b606ce17dabf815a8b30cd7e93a02f.1785198322.git.tim.orling@konsulko.com>
For now, set VCONTAINER_TARBALL_URL to .../pub/vcontainer-tarball-latest/...
which is where the vcontainer-tarball job stages the under-test most recent
build, until we decide if we want to use a release build.

Signed-off-by: Tim Orling <[email protected]>
---
 config.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config.json b/config.json
index 8c23c2b..9a14c5b 100644
--- a/config.json
+++ b/config.json
@@ -12,6 +12,8 @@
     "BUILDTOOLS_MAKE_URL" : "https://downloads.yoctoproject.org/releases/yocto/yocto-5.0.4/buildtools/x86_64-buildtools-make-nativesdk-standalone-5.0.4.sh;sha256=2eb7a6c013113f4fdb87e800167606dc13af1bd8bbc1c9e2443b7be37fefd124",
     "EXTRATOOLS_URL" : "https://downloads.yoctoproject.org/tools/buildtools/x86_64-buildtools-imagemagick-nativesdk-standalone-4.3+snapshot-5f2ba20f203114db9a3b11264467f8c23a05041d.sh;sha256=9cbff3a7cf524bdfa7779dce8afaf3453114d8017918d2927f723ea38a36ebdc",
 
+    "VCONTAINER_TARBALL_URL" : "${BASE_SHAREDDIR}/pub/vcontainer-tarball-latest/vcontainer-standalone.sh",
+
     "REPO_STASH_DIR" : "${BASE_HOMEDIR}/git/mirror",
     "TRASH_DIR" : "${BASE_HOMEDIR}/git/trash",
 
-- 
2.55.0