diff options
-rw-r--r-- | recipes-extended/images/container-base.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-extended/images/container-base.bb b/recipes-extended/images/container-base.bb index c9dd32d1..b68938b9 100644 --- a/recipes-extended/images/container-base.bb +++ b/recipes-extended/images/container-base.bb | |||
@@ -7,6 +7,7 @@ LICENSE = "MIT" | |||
7 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
8 | 8 | ||
9 | IMAGE_FSTYPES = "container oci" | 9 | IMAGE_FSTYPES = "container oci" |
10 | |||
10 | inherit image | 11 | inherit image |
11 | inherit image-oci | 12 | inherit image-oci |
12 | 13 | ||
@@ -21,6 +22,10 @@ IMAGE_INSTALL = " \ | |||
21 | ${CONTAINER_SHELL} \ | 22 | ${CONTAINER_SHELL} \ |
22 | " | 23 | " |
23 | 24 | ||
25 | # Keep the entrypoint empty so that this image can be easily be | ||
26 | # inherted and re-used for interactive or non interactive images | ||
27 | OCI_IMAGE_ENTRYPOINT ?= "" | ||
28 | |||
24 | # If the following is configured in local.conf (or the distro): | 29 | # If the following is configured in local.conf (or the distro): |
25 | # PACKAGE_EXTRA_ARCHS:append = " container-dummy-provides" | 30 | # PACKAGE_EXTRA_ARCHS:append = " container-dummy-provides" |
26 | # | 31 | # |