diff mbox series

[yocto-autobuilder-helper,11/11] config.json: containers-library: add mosquitto and valkey demos

Message ID 601c281165450b2be14de46bb9601e82229ca5f6.1778202125.git.tim.orling@konsulko.com
State New
Headers show
Series [yocto-autobuilder-helper,01/11] scripts/utils: fix stale extraction dir when tarball is updated | expand

Commit Message

Tim Orling May 8, 2026, 2 a.m. UTC
From: Tim Orling <tim.orling@konsulko.com>

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 <tim.orling@konsulko.com>
---
 config.json | 12 ++++++++++++
 1 file changed, 12 insertions(+)
diff mbox series

Patch

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"
             }
         },
         "vcontainer-tests": {