-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
Simon McVittie authoredSigned-off-by:
Simon McVittie <smcv@collabora.com>
debos.yaml 685 B
{{- $mirror := or .mirror "http://deb.debian.org/debian" -}}
{{- $security_mirror := or .security_mirror "http://security.debian.org/debian-security" -}}
{{- $version := or .version "0" -}}
{{- $ospack := or .ospack "sysroot.tar.gz" -}}
architecture: amd64
actions:
- action: debootstrap
suite: jessie
components:
- main
mirror: {{ $mirror }}
merged-usr: false
- action: run
chroot: true
script: configure-sources.sh {{ $mirror }} {{ $security_mirror }}
- action: run
chroot: true
script: install-dependencies.sh
- action: run
chroot: true
script: clean-sysroot.sh
- action: pack
compression: gz
file: {{ $ospack }}