* [meta-virtualization][PATCH 1/2] app-container: add space for IMAGE_INSTALL:append
@ 2024-11-06 1:11 chris.laplante
2024-11-06 1:11 ` [meta-virtualization][PATCH 2/2] app-container-curl: " chris.laplante
2024-11-12 23:15 ` [meta-virtualization][PATCH 1/2] app-container: " Bruce Ashfield
0 siblings, 2 replies; 3+ messages in thread
From: chris.laplante @ 2024-11-06 1:11 UTC (permalink / raw)
To: meta-virtualization; +Cc: Chris Laplante
From: Chris Laplante <chris.laplante@agilent.com>
Signed-off-by: Chris Laplante <chris.laplante@agilent.com>
---
recipes-demo/images/app-container.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-demo/images/app-container.bb b/recipes-demo/images/app-container.bb
index 22d2ab9f..8188d57a 100644
--- a/recipes-demo/images/app-container.bb
+++ b/recipes-demo/images/app-container.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
OCI_IMAGE_ENTRYPOINT = "/usr/bin/flask-app"
CONTAINER_SHELL = "busybox"
-IMAGE_INSTALL:append = "helloworld-flask"
+IMAGE_INSTALL:append = " helloworld-flask"
IMAGE_FSTYPES = "container oci"
inherit image
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [meta-virtualization][PATCH 2/2] app-container-curl: add space for IMAGE_INSTALL:append
2024-11-06 1:11 [meta-virtualization][PATCH 1/2] app-container: add space for IMAGE_INSTALL:append chris.laplante
@ 2024-11-06 1:11 ` chris.laplante
2024-11-12 23:15 ` [meta-virtualization][PATCH 1/2] app-container: " Bruce Ashfield
1 sibling, 0 replies; 3+ messages in thread
From: chris.laplante @ 2024-11-06 1:11 UTC (permalink / raw)
To: meta-virtualization; +Cc: Chris Laplante
From: Chris Laplante <chris.laplante@agilent.com>
Signed-off-by: Chris Laplante <chris.laplante@agilent.com>
---
recipes-demo/images/app-container-curl.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-demo/images/app-container-curl.bb b/recipes-demo/images/app-container-curl.bb
index 51451300..ddeb3022 100644
--- a/recipes-demo/images/app-container-curl.bb
+++ b/recipes-demo/images/app-container-curl.bb
@@ -43,4 +43,4 @@ OCI_IMAGE_TAG = "easy"
OCI_IMAGE_ENTRYPOINT_ARGS = "http://localhost:80"
CONTAINER_SHELL = "busybox"
-IMAGE_INSTALL:append = "curl"
+IMAGE_INSTALL:append = " curl"
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-virtualization][PATCH 1/2] app-container: add space for IMAGE_INSTALL:append
2024-11-06 1:11 [meta-virtualization][PATCH 1/2] app-container: add space for IMAGE_INSTALL:append chris.laplante
2024-11-06 1:11 ` [meta-virtualization][PATCH 2/2] app-container-curl: " chris.laplante
@ 2024-11-12 23:15 ` Bruce Ashfield
1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2024-11-12 23:15 UTC (permalink / raw)
To: chris.laplante; +Cc: meta-virtualization
The reference containers are changing quite a bit right now, but
I've left the demo ones untouched.
So the patch is still valid, and merged!
Bruce
In message: [meta-virtualization][PATCH 1/2] app-container: add space for IMAGE_INSTALL:append
on 05/11/2024 Chris Laplante via lists.yoctoproject.org wrote:
> From: Chris Laplante <chris.laplante@agilent.com>
>
> Signed-off-by: Chris Laplante <chris.laplante@agilent.com>
> ---
> recipes-demo/images/app-container.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-demo/images/app-container.bb b/recipes-demo/images/app-container.bb
> index 22d2ab9f..8188d57a 100644
> --- a/recipes-demo/images/app-container.bb
> +++ b/recipes-demo/images/app-container.bb
> @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
> OCI_IMAGE_ENTRYPOINT = "/usr/bin/flask-app"
> CONTAINER_SHELL = "busybox"
>
> -IMAGE_INSTALL:append = "helloworld-flask"
> +IMAGE_INSTALL:append = " helloworld-flask"
>
> IMAGE_FSTYPES = "container oci"
> inherit image
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#8958): https://lists.yoctoproject.org/g/meta-virtualization/message/8958
> Mute This Topic: https://lists.yoctoproject.org/mt/109417849/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-12 23:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-06 1:11 [meta-virtualization][PATCH 1/2] app-container: add space for IMAGE_INSTALL:append chris.laplante
2024-11-06 1:11 ` [meta-virtualization][PATCH 2/2] app-container-curl: " chris.laplante
2024-11-12 23:15 ` [meta-virtualization][PATCH 1/2] app-container: " Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.