diff options
author | Chris Laplante <chris.laplante@agilent.com> | 2024-11-05 20:11:23 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-11-12 23:14:05 +0000 |
commit | 071c585f69b2db865140d1299112a916baf26cf3 (patch) | |
tree | 2c79efcc76c705a434fd42097d2926f5a642bebd | |
parent | e340d5b548158da1b82f38809725cc3787e42e05 (diff) | |
download | meta-virtualization-071c585f69b2db865140d1299112a916baf26cf3.tar.gz |
app-container: add space for IMAGE_INSTALL:append
Signed-off-by: Chris Laplante <chris.laplante@agilent.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-demo/images/app-container.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
7 | OCI_IMAGE_ENTRYPOINT = "/usr/bin/flask-app" | 7 | OCI_IMAGE_ENTRYPOINT = "/usr/bin/flask-app" |
8 | CONTAINER_SHELL = "busybox" | 8 | CONTAINER_SHELL = "busybox" |
9 | 9 | ||
10 | IMAGE_INSTALL:append = "helloworld-flask" | 10 | IMAGE_INSTALL:append = " helloworld-flask" |
11 | 11 | ||
12 | IMAGE_FSTYPES = "container oci" | 12 | IMAGE_FSTYPES = "container oci" |
13 | inherit image | 13 | inherit image |