Skip to content

Commit 3889d79

Browse files
authored
Merge pull request #111 from luthermonson/windows-1909
Windows 1909 v1.18
2 parents 0dd5a5c + 0c0f220 commit 3889d79

File tree

1 file changed

+37
-3
lines changed

1 file changed

+37
-3
lines changed

.drone.yml

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,41 @@ steps:
111111
event:
112112
- tag
113113

114+
volumes:
115+
- name: docker_pipe
116+
host:
117+
path: \\\\.\\pipe\\docker_engine
118+
---
119+
kind: pipeline
120+
name: windows-1909
121+
122+
platform:
123+
os: windows
124+
arch: amd64
125+
version: 1909
126+
127+
steps:
128+
- name: publish-hyperkube-windows-1909
129+
image: plugins/docker
130+
settings:
131+
username:
132+
from_secret: docker_username
133+
password:
134+
from_secret: docker_password
135+
dockerfile: Dockerfile.windows
136+
repo: rancher/hyperkube
137+
tag: "${DRONE_TAG}-windows-1909"
138+
build_args:
139+
- SERVERCORE_VERSION=1909
140+
volumes:
141+
- name: docker_pipe
142+
path: \\\\.\\pipe\\docker_engine
143+
when:
144+
instance:
145+
- drone-publish.rancher.io
146+
event:
147+
- tag
148+
114149
volumes:
115150
- name: docker_pipe
116151
host:
@@ -121,14 +156,13 @@ name: manifest
121156

122157
steps:
123158
- name: push-manifest
124-
image: plugins/manifest:1.1.0
159+
image: ibuildthecloud/manifest:v1.2.3-patch1
125160
settings:
126161
username:
127162
from_secret: docker_username
128163
password:
129164
from_secret: docker_password
130165
spec: manifest.tmpl
131-
ignore_missing: true
132166
when:
133167
instance:
134168
- drone-publish.rancher.io
@@ -139,4 +173,4 @@ depends_on:
139173
- linux-arm64
140174
- windows-1809
141175
- windows-1903
142-
176+
- windows-1909

0 commit comments

Comments
 (0)