bootstrap-vz/manifests/examples/docker/jessie.yml
Anders Ingemann c880a6849a Remove image section in manifest
All provider specific settings have been moved to the
provider section. The image name itself is now located
at the top level and called "name". It is required for all providers.
2015-12-13 19:41:18 +01:00

34 lines
614 B
YAML

---
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
provider:
name: docker
repository: bootstrap-vz
tag: latest
bootstrapper:
workspace: /target
variant: minbase
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
dpkg:
locales: []
exclude_docs: true