summaryrefslogtreecommitdiffstats
path: root/recipes-demo/images
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo/images')
-rw-r--r--recipes-demo/images/app-container-curl.bb2
-rw-r--r--recipes-demo/images/app-container.bb2
2 files changed, 2 insertions, 2 deletions
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"
43OCI_IMAGE_ENTRYPOINT_ARGS = "http://localhost:80" 43OCI_IMAGE_ENTRYPOINT_ARGS = "http://localhost:80"
44CONTAINER_SHELL = "busybox" 44CONTAINER_SHELL = "busybox"
45 45
46IMAGE_INSTALL:append = "curl" 46IMAGE_INSTALL:append = " curl"
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
7OCI_IMAGE_ENTRYPOINT = "/usr/bin/flask-app" 7OCI_IMAGE_ENTRYPOINT = "/usr/bin/flask-app"
8CONTAINER_SHELL = "busybox" 8CONTAINER_SHELL = "busybox"
9 9
10IMAGE_INSTALL:append = "helloworld-flask" 10IMAGE_INSTALL:append = " helloworld-flask"
11 11
12IMAGE_FSTYPES = "container oci" 12IMAGE_FSTYPES = "container oci"
13inherit image 13inherit image