From 1a4030a6c61ea9cd66859439fc25481dfe446c1e Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 24 Oct 2024 16:31:47 +0000 Subject: container-base: define empty entry point Signed-off-by: Bruce Ashfield --- recipes-extended/images/container-base.bb | 5 +++++ 1 file changed, 5 insertions(+) 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" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" IMAGE_FSTYPES = "container oci" + inherit image inherit image-oci @@ -21,6 +22,10 @@ IMAGE_INSTALL = " \ ${CONTAINER_SHELL} \ " +# Keep the entrypoint empty so that this image can be easily be +# inherted and re-used for interactive or non interactive images +OCI_IMAGE_ENTRYPOINT ?= "" + # If the following is configured in local.conf (or the distro): # PACKAGE_EXTRA_ARCHS:append = " container-dummy-provides" # -- cgit v1.2.3-54-g00ecf