summaryrefslogtreecommitdiffstats
path: root/recipes-extended/container-bundles/multilayer-container-bundle_1.0.bb
blob: 1f62d6de0fc2180a436f9ffec28b858e890a8eea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# multilayer-container-bundle_1.0.bb
# ===========================================================================
# Bundle for multi-layer OCI container demonstration
# ===========================================================================
#
# This recipe bundles app-container-multilayer, which demonstrates
# OCI_LAYER_MODE = "multi" with explicit layer definitions.
#
# Usage in local.conf:
#   IMAGE_INSTALL:append:pn-container-image-host = " multilayer-container-bundle"
#
# ===========================================================================

SUMMARY = "Multi-layer container bundle"
DESCRIPTION = "Bundles app-container-multilayer to demonstrate multi-layer \
               OCI images with container-cross-install."
HOMEPAGE = "https://github.com/anthropics/meta-virtualization"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

inherit container-bundle

# Bundle the multi-layer demo container
# This container has 3 layers: base, shell, app
CONTAINER_BUNDLES = "\
    app-container-multilayer \
"