forked from buildkite-plugins/docker-buildkite-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
72 lines (72 loc) · 1.27 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
name: Docker
description: Runs your build steps in Docker containers
author: https://github.com/buildkite
requirements:
- docker
configuration:
properties:
add-host:
type: array
additional-groups:
type: array
always-pull:
type: boolean
command:
type: array
cpus:
type: string
debug:
type: boolean
entrypoint:
type: [string, boolean]
environment:
type: array
image:
type: string
ipc:
type: string
mount-buildkite-agent:
type: boolean
mount-ssh-agent:
type: boolean
mount-checkout:
type: boolean
network:
type: string
runtime:
type: string
shell:
type: [boolean, array]
shm-size:
type: string
tty:
type: boolean
user:
type: string
userns:
type: string
volumes:
type: array
devices:
type: array
tmpfs:
type: array
workdir:
type: string
propagate-environment:
type: boolean
propagate-aws-auth-tokens:
type: boolean
propagate-uid-gid:
type: boolean
privileged:
type: boolean
publish:
type: array
init:
type: boolean
sysctls:
type: array
required:
- image
additionalProperties: false