mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
27 lines
493 B
YAML
27 lines
493 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
|