dey-image-containers: rename image references

While on it, fix a typo.

Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Francisco Gil 2026-05-27 16:54:14 +02:00 committed by Isaac Hermida
parent 7950ac2460
commit 18a23d71d6
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ Digi Embedded Yocto provides the following image recipes:
Expansion of custom Digi core-image-base including full Flutter Expansion of custom Digi core-image-base including full Flutter
framework support. framework support.
* dey-image-container-manager: container management image * dey-image-containers: container management image
Minimal image including the trimmed Podman and LXC runtimes used to Minimal image including the trimmed Podman and LXC runtimes used to
manage container artifacts on target. manage container artifacts on target.

View File

@ -19,7 +19,7 @@ Digi Embedded Yocto provides the following image recipes:
Expansion of custom Digi core-image-base including full Flutter Expansion of custom Digi core-image-base including full Flutter
framework support. framework support.
* dey-image-container-manager: container management image * dey-image-containers: container management image
Minimal image including the trimmed Podman and LXC runtimes used to Minimal image including the trimmed Podman and LXC runtimes used to
manage container artifacts on target. manage container artifacts on target.

View File

@ -22,7 +22,7 @@ CONTAINERS_BACKEND_TOOLS = "lxc"
the trimmed runtime packages to keep the image smaller. the trimmed runtime packages to keep the image smaller.
The layer explicitly depends on `meta-virtualization`. The layer explicitly depends on `meta-virtualization`.
`dey-image-dcp` and`dey-image-containers` requires `dey-image-dcp` and `dey-image-containers` require
`DISTRO_FEATURES:append = " virtualization"` in `local.conf`. `DISTRO_FEATURES:append = " virtualization"` in `local.conf`.
The `dey-image-dcp` workflow produces: The `dey-image-dcp` workflow produces: