File tree Expand file tree Collapse file tree 1 file changed +37
-3
lines changed Expand file tree Collapse file tree 1 file changed +37
-3
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,41 @@ steps:
111
111
event :
112
112
- tag
113
113
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
+
114
149
volumes :
115
150
- name : docker_pipe
116
151
host :
@@ -121,14 +156,13 @@ name: manifest
121
156
122
157
steps :
123
158
- name : push-manifest
124
- image : plugins /manifest:1.1.0
159
+ image : ibuildthecloud /manifest:v1.2.3-patch1
125
160
settings :
126
161
username :
127
162
from_secret : docker_username
128
163
password :
129
164
from_secret : docker_password
130
165
spec : manifest.tmpl
131
- ignore_missing : true
132
166
when :
133
167
instance :
134
168
- drone-publish.rancher.io
@@ -139,4 +173,4 @@ depends_on:
139
173
- linux-arm64
140
174
- windows-1809
141
175
- windows-1903
142
-
176
+ - windows-1909
You can’t perform that action at this time.
0 commit comments