Skip to content
Snippets Groups Projects

Add example recipes to build a single image

Merged Frederic Danis requested to merge fdanis/apertis-image-recipes:T5675 into apertis/v2019dev0
1 unresolved thread
1 file
+ 9
9
Compare changes
  • Side-by-side
  • Inline
{{- $architecture := or .architecture "amd64" }}
{{- $type := or .type "minimal" -}}
{{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}}
{{- $suite := or .suite "18.12" -}}
{{- $suite := or .suite "next" -}}
{{- $timestamp := or .timestamp "00000000.0" -}}
{{- $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) -}}
{{- $lxc := or .lxc "enabled" -}}
@@ -35,15 +35,15 @@ actions:
packages:
- sudo
- apt-transport-https
- apertis-customizations
# - apertis-customizations
- initramfs-tools
- udisks2
# - udisks2
- action: apt
description: "Base packages"
packages:
- busybox
- busybox-initramfs
# - busybox-initramfs
- dbus-user-session
- action: apt
@@ -55,15 +55,15 @@ actions:
- action: apt
description: "AppArmor packages"
packages:
- apparmor
- chaiwala-apparmor-profiles
# - apparmor
# - chaiwala-apparmor-profiles
- action: apt
description: "Application framework packages"
packages:
- canterbury-core
- newport
- ribchester-core
#- canterbury-core
#- newport
#- ribchester-core
- action: apt
description: "Test environment packages"
Loading