bootstrap-vz/manifests/examples/docker/jessie.yml
Anders Ingemann 1df2588b23 Add option to exclude /usr/share/doc
The bootstrap exclude script has also been generalize in the process
2015-12-13 19:41:17 +01:00

37 lines
700 B
YAML

---
provider:
name: docker
repository: bootstrap-vz
tag: latest
bootstrapper:
workspace: /target
variant: minbase
image:
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
description: Debian {system.release} {system.architecture}
system:
release: jessie
architecture: amd64
bootloader: none
charmap: UTF-8
locale: en_US
timezone: UTC
packages: {}
volume:
backing: folder
partitions:
type: none
root:
filesystem: ext4
size: 1GiB
plugins:
minimize_size:
apt:
autoclean: true
languages: [none]
gzip_indexes: true
autoremove_suggests: true
locales:
- en
- en_US
exclude_docs: true