@@ -9,22 +9,22 @@ configuration:
99 run :
1010 type : string
1111 build :
12- type : [ string, array ]
12+ type : [string, array]
1313 minimum : 1
1414 push :
15- type : [ string, array ]
15+ type : [string, array]
1616 minimum : 1
1717
1818 ansi :
1919 type : boolean
2020 args :
21- type : [ string, array ]
21+ type : [string, array]
2222 minimum : 1
2323 build-alias :
24- type : [ string, array ]
24+ type : [string, array]
2525 minimum : 1
2626 build-labels :
27- type : [ string, array ]
27+ type : [string, array]
2828 minimum : 1
2929 build-parallel :
3030 type : boolean
@@ -33,32 +33,32 @@ configuration:
3333 buildkit-inline-cache :
3434 type : boolean
3535 cache-from :
36- type : [ string, array ]
36+ type : [string, array]
3737 minimum : 1
3838 cli-version :
3939 oneOf :
4040 - type : string
41- enum : [ "1", "2" ]
41+ enum : ["1", "2"]
4242 - type : integer
43- enum : [ 1, 2 ]
43+ enum : [1, 2]
4444 collapse-logs :
4545 type : boolean
4646 command :
4747 type : array
4848 compatibility :
4949 type : boolean
5050 config :
51- type : [ string, array ]
51+ type : [string, array]
5252 minimum : 1
5353 dependencies :
5454 type : boolean
5555 entrypoint :
5656 type : string
5757 env :
58- type : [ string, array ]
58+ type : [string, array]
5959 minimum : 1
6060 environment :
61- type : [ string, array ]
61+ type : [string, array]
6262 minimum : 1
6363 env-propagation-list :
6464 type : string
@@ -71,9 +71,9 @@ configuration:
7171 mount-buildkite-agent :
7272 type : boolean
7373 mount-ssh-agent :
74- type : [ boolean, string ]
74+ type : [boolean, string]
7575 mount-checkout :
76- type : [ boolean, string ]
76+ type : [boolean, string]
7777 no-cache :
7878 type : boolean
7979 pre-run-dependencies :
@@ -85,7 +85,7 @@ configuration:
8585 propagate-uid-gid :
8686 type : boolean
8787 pull :
88- type : [ string, array ]
88+ type : [string, array]
8989 minimum : 1
9090 pull-retries :
9191 type : integer
@@ -104,28 +104,28 @@ configuration:
104104 service-ports :
105105 type : boolean
106106 shell :
107- type : [ boolean, array ]
107+ type : [boolean, array]
108108 skip-checkout :
109109 type : boolean
110110 skip-pull :
111111 type : boolean
112112 ssh :
113- type : [ boolean, string ]
113+ type : [boolean, string]
114114 target :
115115 type : string
116116 tty :
117117 type : boolean
118118 upload-container-logs :
119119 type : string
120- enum : [ "always", "never", "on-error" ]
120+ enum : ["always", "never", "on-error"]
121121 use-aliases :
122122 type : boolean
123123 user :
124124 type : string
125125 verbose :
126126 type : boolean
127127 volumes :
128- type : [ string, array ]
128+ type : [string, array]
129129 minimum : 1
130130 wait :
131131 type : boolean
@@ -135,55 +135,55 @@ configuration:
135135 type : string
136136 anyOf :
137137 - required :
138- - run
138+ - run
139139 - required :
140- - build
140+ - build
141141 - required :
142- - push
142+ - push
143143 additionalProperties : false
144144 dependencies :
145- ansi : [ run ]
146- args : [ build ]
147- build-alias : [ push ]
148- build-labels : [ build ]
149- build-parallel : [ build ]
150- buildkit : [ build ]
151- buildkit-inline-cache : [ build ]
152- cache-from : [ build ]
153- command : [ run ]
154- dependencies : [ run ]
155- entrypoint : [ run ]
156- env : [ run ]
157- env-propagation-list : [ run ]
158- environment : [ run ]
159- expand-volume-vars : [ volumes ]
160- graceful-shutdown : [ run ]
161- leave-volumes : [ run ]
162- mount-buildkite-agent : [ run ]
163- mount-checkout : [ run ]
164- mount-ssh-agent : [ run ]
165- no-cache : [ build, run ]
166- pre-run-dependencies : [ run ]
167- propagate-environment : [ run ]
168- propagate-uid-gid : [ run ]
169- pull : [ run ]
170- pull-retries : [ run ]
171- push-retries : [ push ]
172- quiet-pull : [ run ]
173- require-prebuild : [ run ]
174- rm : [ run ]
175- run-image : [ run ]
176- run-labels : [ run ]
177- service-ports : [ run ]
178- skip-pull : [ build, run ]
179- shell : [ run ]
180- ssh : [ build ]
181- target : [ build ]
182- tty : [ run ]
183- upload-container-logs : [ run ]
184- use-aliases : [ run ]
185- user : [ run ]
186- volumes : [ run ]
187- wait : [ run ]
188- with-dependencies : [ build ]
189- workdir : [ run ]
145+ ansi : [run]
146+ args : [build]
147+ build-alias : [push]
148+ build-labels : [build]
149+ build-parallel : [build]
150+ buildkit : [build]
151+ buildkit-inline-cache : [build]
152+ cache-from : [build]
153+ command : [run]
154+ dependencies : [run]
155+ entrypoint : [run]
156+ env : [run]
157+ env-propagation-list : [run]
158+ environment : [run]
159+ expand-volume-vars : [volumes]
160+ graceful-shutdown : [run]
161+ leave-volumes : [run]
162+ mount-buildkite-agent : [run]
163+ mount-checkout : [run]
164+ mount-ssh-agent : [run]
165+ no-cache : [build, run]
166+ pre-run-dependencies : [run]
167+ propagate-environment : [run]
168+ propagate-uid-gid : [run]
169+ pull : [run]
170+ pull-retries : [run]
171+ push-retries : [push]
172+ quiet-pull : [run]
173+ require-prebuild : [run]
174+ rm : [run]
175+ run-image : [run]
176+ run-labels : [run]
177+ service-ports : [run]
178+ skip-pull : [build, run]
179+ shell : [run]
180+ ssh : [build]
181+ target : [build]
182+ tty : [run]
183+ upload-container-logs : [run]
184+ use-aliases : [run]
185+ user : [run]
186+ volumes : [run]
187+ wait : [run]
188+ with-dependencies : [build]
189+ workdir : [run]
0 commit comments