From a68f3116c939dc11a978e558388f676770dda53b Mon Sep 17 00:00:00 2001 From: tkl Date: Wed, 8 Dec 2021 19:56:25 +0100 Subject: [PATCH] images: Add recipe for homeserver image --- recipes-core/images/homeserver-image.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-core/images/homeserver-image.bb diff --git a/recipes-core/images/homeserver-image.bb b/recipes-core/images/homeserver-image.bb new file mode 100644 index 0000000..6ad3536 --- /dev/null +++ b/recipes-core/images/homeserver-image.bb @@ -0,0 +1,14 @@ +SUMMARY = "homeserver host system" +HOMEPAGE = "https://blackfinn.de" +LICENSE = "MIT" + +require docker-host-image.bb +require dev-image.inc + +IMAGE_INSTALL_append = " \ + nginx \ + python3-docker-compose \ +" + +export IMAGE_BASENAME = "homeserver-image" +