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
13 files
+ 13
13
Compare changes
  • Side-by-side
  • Inline
Files
13
+ 1
1
{{ $architecture := or .architecture "amd64" }}
{{ $type := or .type "sdk" }}
{{ $mirror := or .mirror "https://repositories.apertis.org/apertis/" }}
{{ $suite := or .suite "18.12" }}
{{ $suite := or .suite "v2019dev0" }}
{{ $timestamp := or .timestamp "00000000.0" }}
{{ $imageroot := or .imageroot (printf "https://images.apertis.org/daily/%s/%s" $suite $timestamp) }}
{{ $ospack := or .ospack (printf "ospack_%s-%s-%s_%s" $suite $architecture $type $timestamp) }}
Loading