@@ -97,7 +97,7 @@ platform:
97
97
98
98
steps :
99
99
- name : hyperkube-windows-1809-pr
100
- image : rancher/dapper:v0.5.6
100
+ image : rancher/dapper:v0.5.7
101
101
commands :
102
102
- " docker build -f Dockerfile.windows --build-arg SERVERCORE_VERSION=1809 ."
103
103
volumes :
@@ -149,79 +149,6 @@ volumes:
149
149
path : \\\\.\\pipe\\docker_engine
150
150
---
151
151
kind : pipeline
152
- name : windows-2004-pr
153
-
154
- platform :
155
- os : windows
156
- arch : amd64
157
- version : 2004
158
-
159
- # remove this and use upstream images when https://github.com/drone/drone-git/pull/25 is merged
160
- clone :
161
- disable : true
162
-
163
- steps :
164
- - name : clone
165
- image : rancher/drone-images:git-2004
166
- - name : hyperkube-windows-2004-pr
167
- image : rancher/dapper:v0.5.6
168
- commands :
169
- - " docker build -f Dockerfile.windows --build-arg SERVERCORE_VERSION=2004 ."
170
- volumes :
171
- - name : docker_pipe
172
- path : \\\\.\\pipe\\docker_engine
173
- when :
174
- event :
175
- - pull_request
176
-
177
- volumes :
178
- - name : docker_pipe
179
- host :
180
- path : \\\\.\\pipe\\docker_engine
181
- ---
182
- kind : pipeline
183
- name : windows-2004
184
-
185
- platform :
186
- os : windows
187
- arch : amd64
188
- version : 2004
189
-
190
- # remove this and use upstream images when https://github.com/drone/drone-git/pull/25 is merged
191
- clone :
192
- disable : true
193
-
194
- steps :
195
- - name : clone
196
- image : rancher/drone-images:git-2004
197
- - name : publish-hyperkube-windows-2004
198
- image : rancher/drone-images:docker-2004
199
- settings :
200
- username :
201
- from_secret : docker_username
202
- password :
203
- from_secret : docker_password
204
- dockerfile : Dockerfile.windows
205
- repo : rancher/hyperkube
206
- tag : " ${DRONE_TAG}-windows-2004"
207
- build_args :
208
- - SERVERCORE_VERSION=2004
209
- volumes :
210
- - name : docker_pipe
211
- path : \\\\.\\pipe\\docker_engine
212
- when :
213
- instance :
214
- - drone-publish.rancher.io
215
- event :
216
- - tag
217
-
218
- volumes :
219
- - name : docker_pipe
220
- host :
221
- path : \\\\.\\pipe\\docker_engine
222
-
223
- ---
224
- kind : pipeline
225
152
name : windows-20H2-pr
226
153
227
154
platform :
@@ -237,7 +164,7 @@ steps:
237
164
- name : clone
238
165
image : rancher/drone-images:git-20H2
239
166
- name : hyperkube-windows-20H2-pr
240
- image : rancher/dapper:v0.5.6
167
+ image : rancher/dapper:v0.5.7
241
168
commands :
242
169
- " docker build -f Dockerfile.windows.20H2 --build-arg SERVERCORE_VERSION=20H2 ."
243
170
volumes :
@@ -315,5 +242,4 @@ depends_on:
315
242
- linux-amd64
316
243
- linux-arm64
317
244
- windows-1809
318
- - windows-2004
319
245
- windows-20H2
0 commit comments