23 lines
452 B
YAML
23 lines
452 B
YAML
# build profile
|
|
build:
|
|
description: "profile to use when building images"
|
|
project: null
|
|
config:
|
|
boot.autostart: true
|
|
limits.cpu: 1
|
|
limits.memory: 1024MB
|
|
limits.memory.enforce: hard
|
|
limits.memory.swap: true
|
|
devices:
|
|
- type: nic
|
|
name: eth0
|
|
properties:
|
|
parent: brcom1
|
|
nictype: bridged
|
|
- type: disk
|
|
name: root
|
|
properties:
|
|
pool: fastpool
|
|
size: 10GB
|
|
path: /
|