1
0
This repository has been archived on 2020-05-22. You can view files and clone it, but cannot push or open issues or pull requests.
docker-cloud-sdk/drone.yml

36 lines
713 B
YAML
Raw Normal View History

2018-04-13 19:03:34 +00:00
pipeline:
docker:
image: plugins/docker
repo: bunix42/google-cloud-sdk
2018-08-24 14:09:28 +02:00
build_args:
- BASE_IMAGE=google/cloud-sdk:${VERSION}
2018-08-24 14:12:11 +02:00
- KUBECTL_VERSION=${KUBECTL_VERSION}
2018-08-26 13:45:24 +02:00
- HELM_VERSION=${HELM_VERSION}
2018-12-06 21:57:44 +01:00
- SOPS_VERSION=${SOPS_VERSION}
2018-04-13 19:03:34 +00:00
tags:
2018-08-26 13:45:24 +02:00
- ${VERSION}_kubectl-${KUBECTL_VERSION}_helm-${HELM_VERSION}
2018-04-13 19:03:34 +00:00
secrets: [ docker_username, docker_password ]
when:
branch: master
2018-08-26 13:49:48 +02:00
slack:
image: plugins/slack
channel: drone
username: drone
secrets: [ slack_webhook ]
2018-04-13 19:03:34 +00:00
matrix:
2018-04-13 19:05:57 +00:00
VERSION:
2018-08-24 14:12:11 +02:00
- 193.0.0-alpine
KUBECTL_VERSION:
2019-03-04 11:43:50 +00:00
- v1.10.13
- v1.11.8
- v1.12.6
2018-08-26 13:45:24 +02:00
HELM_VERSION:
2019-03-04 11:43:50 +00:00
- v2.12.3
2019-03-27 08:28:39 +00:00
- v2.13.1
2019-06-17 10:30:09 +00:00
- v2.14.1
2018-12-06 21:47:04 +01:00
SOPS_VERSION:
- 3.2.0