mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
38 lines
721 B
YAML
38 lines
721 B
YAML
---
|
|
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}
|
|
provider:
|
|
name: docker
|
|
repository: bootstrap-vz
|
|
tag: latest
|
|
labels:
|
|
description: Debian {system.release} {system.architecture}
|
|
dockerfile: >
|
|
CMD /bin/bash
|
|
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
|