forked from andsens/bootstrap-vz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest-schema.yml
More file actions
41 lines (41 loc) · 1.03 KB
/
manifest-schema.yml
File metadata and controls
41 lines (41 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
$schema: http://json-schema.org/draft-04/schema#
properties:
plugins:
properties:
minimize_size:
properties:
shrink:
anyOf:
- type: boolean
- enum: [vmware-vdiskmanager, qemu-img, qemu-img-no-compression]
zerofree:
type: boolean
apt:
type: object
properties:
autoclean:
type: boolean
languages:
type: array
minItems: 1
items:
type: string
gzip_indexes:
type: boolean
autoremove_suggests:
type: boolean
dpkg:
type: object
properties:
locales:
type: array
items:
type: string
exclude_docs:
type: boolean
type: object
additionalProperties: false
type: object
title: Minimize size plugin manifest
type: object