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:
parent
7950ac2460
commit
18a23d71d6
|
|
@ -19,7 +19,7 @@ Digi Embedded Yocto provides the following image recipes:
|
|||
Expansion of custom Digi core-image-base including full Flutter
|
||||
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
|
||||
manage container artifacts on target.
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ Digi Embedded Yocto provides the following image recipes:
|
|||
Expansion of custom Digi core-image-base including full Flutter
|
||||
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
|
||||
manage container artifacts on target.
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ CONTAINERS_BACKEND_TOOLS = "lxc"
|
|||
the trimmed runtime packages to keep the image smaller.
|
||||
|
||||
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`.
|
||||
|
||||
The `dey-image-dcp` workflow produces:
|
||||
|
|
|
|||
Loading…
Reference in New Issue