Re: [yocto-autobuilder-helper][PATCH 11/11] config.json: containers-library: add mosquitto and valkey demos
Paul Barker <[email protected]> Mon, 11 May 2026 10:00:28 +0100
| Newsgroups | org.yoctoproject.lists.yocto,org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 2026-05-07 at 18:25 -0700, [email protected] wrote: > From: Tim Orling <[email protected]> > > Extend containers-library with two additional demo images sourced > from meta-yocto-containers-demo: > > * app-container-mosquitto: the Eclipse Mosquitto MQTT broker. > * app-container-valkey: Valkey (Redis-compatible) key/value datastore. > > Signed-off-by: Tim Orling <[email protected]> > --- > config.json | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/config.json b/config.json > index 7cdf91a..a9a2e9c 100644 > --- a/config.json > +++ b/config.json > @@ -1950,6 +1950,18 @@ > "BBTARGETS" : "app-container-python", > "CONTAINER_IMAGES" : {"app-container-python": "python"}, > "CONTAINER_VERSION_RECIPE" : "python3" > + }, > + "step2" : { > + "shortname" : "Build 'mosquitto' container", > + "BBTARGETS" : "app-container-mosquitto", > + "CONTAINER_IMAGES" : {"app-container-mosquitto": "mosquitto"}, > + "CONTAINER_VERSION_RECIPE" : "mosquitto" > + }, > + "step3" : { > + "shortname" : "Build 'valkey' container", > + "BBTARGETS" : "app-container-valkey", > + "CONTAINER_IMAGES" : {"app-container-valkey": "valkey"}, > + "CONTAINER_VERSION_RECIPE" : "valkey" This makes me wonder: can we build multiple app container images with one bitbake command? If so, can we combine these into one step? Best regards, -- Paul Barker
signature.asc
(application/pgp-signature, 252 B)
-----BEGIN PGP SIGNATURE----- iIcEABYKAC8WIQSzjPXf5Y1BDWhU2iCrY1Tsnbr0bgUCagGarBEccGF1bEBwYmFy a2VyLmRldgAKCRCrY1Tsnbr0bnDjAQDz2CI7f2PAueFy/ReDezcMxK2JAjIXxAly go8n1y5JPQEAmGfLTv2WJ0z8AbkygimbmyJHIHCYNk/8H1aUFZFbSgc= =gTyw -----END PGP SIGNATURE-----