Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 37 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,41 @@ steps:
event:
- tag

volumes:
- name: docker_pipe
host:
path: \\\\.\\pipe\\docker_engine
---
kind: pipeline
name: windows-1909

platform:
os: windows
arch: amd64
version: 1909

steps:
- name: publish-hyperkube-windows-1909
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: Dockerfile.windows
repo: rancher/hyperkube
tag: "${DRONE_TAG}-windows-1909"
build_args:
- SERVERCORE_VERSION=1909
volumes:
- name: docker_pipe
path: \\\\.\\pipe\\docker_engine
when:
instance:
- drone-publish.rancher.io
event:
- tag

volumes:
- name: docker_pipe
host:
Expand All @@ -121,14 +156,13 @@ name: manifest

steps:
- name: push-manifest
image: plugins/manifest:1.1.0
image: ibuildthecloud/manifest:v1.2.3-patch1
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
spec: manifest.tmpl
ignore_missing: true
when:
instance:
- drone-publish.rancher.io
Expand All @@ -139,4 +173,4 @@ depends_on:
- linux-arm64
- windows-1809
- windows-1903

- windows-1909