images: add podman-host-image
This commit is contained in:
15
recipes-core/images/podman-host-image.bb
Normal file
15
recipes-core/images/podman-host-image.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "A tiny image"
|
||||
HOMEPAGE = "https://blackfinn.de"
|
||||
LICENSE = "MIT"
|
||||
|
||||
require tiny-image-base.inc
|
||||
|
||||
IMAGE_INSTALL_append = " \
|
||||
initscripts \
|
||||
init-ifupdown \
|
||||
podman \
|
||||
podman-compose \
|
||||
cgroup-lite \
|
||||
"
|
||||
|
||||
export IMAGE_BASENAME = "podman-host-image"
|
Reference in New Issue
Block a user