-
Notifications
You must be signed in to change notification settings - Fork 106
/
plugin.yml
124 lines (124 loc) · 2.23 KB
/
plugin.yml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
name: Docker
description: Runs your build steps in Docker containers or other docker commands
author: https://github.com/buildkite
requirements:
- docker
configuration:
properties:
add-host:
type: array
additional-groups:
type: array
always-pull:
type: boolean
chown:
type: boolean
chown-image:
type: string
command:
type: array
cpus:
type: string
debug:
type: boolean
device-read-bps:
type: array
device-read-iops:
type: array
device-write-bps:
type: array
device-write-iops:
type: array
entrypoint:
type: string
environment:
type: array
env-file:
type: array
env-propagation-list:
type: string
expand-image-vars:
type: boolean
image:
type: string
ipc:
type: string
leave-container:
type: boolean
load:
type: string
memory:
type: string
memory-swap:
type: string
memory-swappiness:
type: string
mount-buildkite-agent:
type: boolean
mount-ssh-agent:
type: [ boolean, string ]
mount-checkout:
type: boolean
network:
type: string
pid:
type: string
gpus:
type: string
runtime:
type: string
run-labels:
type: boolean
shell:
type: [boolean, array]
shm-size:
type: string
skip-checkout:
type: boolean
tty:
type: boolean
user:
type: string
userns:
type: string
volumes:
type: array
expand-volume-vars:
type: boolean
devices:
type: array
tmpfs:
type: array
workdir:
type: string
platform:
type: string
propagate-environment:
type: boolean
propagate-aws-auth-tokens:
type: boolean
propagate-gcp-auth-tokens:
type: boolean
propagate-uid-gid:
type: boolean
privileged:
type: boolean
publish:
type: array
init:
type: boolean
sysctls:
type: array
storage-opt:
type: string
add-caps:
type: array
drop-caps:
type: array
security-opts:
type: array
ulimits:
type: array
required:
- image
additionalProperties: false