Skip to content

Commit 7612fc9

Browse files
authored
Merge pull request #230 from rosskirkpat/v1.22-windows
[v1.22] remove windows server 2004 SAC build step
2 parents 13daccb + 3e166b3 commit 7612fc9

File tree

2 files changed

+2
-82
lines changed

2 files changed

+2
-82
lines changed

.drone.yml

Lines changed: 2 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ platform:
9797

9898
steps:
9999
- name: hyperkube-windows-1809-pr
100-
image: rancher/dapper:v0.5.6
100+
image: rancher/dapper:v0.5.7
101101
commands:
102102
- "docker build -f Dockerfile.windows --build-arg SERVERCORE_VERSION=1809 ."
103103
volumes:
@@ -149,79 +149,6 @@ volumes:
149149
path: \\\\.\\pipe\\docker_engine
150150
---
151151
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
225152
name: windows-20H2-pr
226153

227154
platform:
@@ -237,7 +164,7 @@ steps:
237164
- name: clone
238165
image: rancher/drone-images:git-20H2
239166
- name: hyperkube-windows-20H2-pr
240-
image: rancher/dapper:v0.5.6
167+
image: rancher/dapper:v0.5.7
241168
commands:
242169
- "docker build -f Dockerfile.windows.20H2 --build-arg SERVERCORE_VERSION=20H2 ."
243170
volumes:
@@ -315,5 +242,4 @@ depends_on:
315242
- linux-amd64
316243
- linux-arm64
317244
- windows-1809
318-
- windows-2004
319245
- windows-20H2

manifest.tmpl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ manifests:
1616
architecture: amd64
1717
os: windows
1818
version: 1809
19-
-
20-
image: rancher/hyperkube:{{build.tag}}-windows-2004
21-
platform:
22-
architecture: amd64
23-
os: windows
24-
version: 2004
2519
-
2620
image: rancher/hyperkube:{{build.tag}}-windows-20H2
2721
platform:

0 commit comments

Comments
 (0)