Skip to content

Commit

Permalink
images: add torizon-core-common-podman flavour
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Held <[email protected]>
  • Loading branch information
leonheldattoradex committed Jan 29, 2024
1 parent c5bef96 commit f8cf742
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions recipes-images/images/torizon-core-common-podman.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
TDX_COMMON = "1"

require torizon-os-version.inc

SUMMARY = "TorizonCore using Podman"
DESCRIPTION = "TorizonCore Linux with no containers pre-provisioned \
using Podman container engine."

require torizon-core-common.inc

IMAGE_VARIANT = "Podman"

CORE_IMAGE_BASE_INSTALL:append = " \
podman \
podman-compose \
fuse-overlayfs \
"

0 comments on commit f8cf742

Please sign in to comment.