forked from buildkite-plugins/docker-buildkite-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
44 lines (44 loc) · 820 Bytes
/
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
name: Docker
description: Runs your build steps in Docker containers
author: https://github.com/buildkite
requirements:
- docker
configuration:
properties:
additional-groups:
type: array
always-pull:
type: boolean
command:
type: array
debug:
type: boolean
entrypoint:
type: string
environment:
type: array
image:
type: string
mount-buildkite-agent:
type: boolean
network:
type: string
runtime:
type: string
shell:
type: [boolean, array]
tty:
type: boolean
user:
type: string
volumes:
type: [boolean, array]
workdir:
type: string
propagate-environment:
type: boolean
privileged:
type: boolean
required:
- image
additionalProperties: false