-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.drone.yml
52 lines (49 loc) · 1.06 KB
/
.drone.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
matrix:
VERSION:
- "4.3.2"
- "4.4.1"
publish:
hub_4.3.2:
image: armhfplugins/drone-docker
file: version/Dockerfile
context: version
username: $$DOCKER_USER
email: $$DOCKER_EMAIL
password: $$DOCKER_PASSWORD
repo: armhfbuild/kibana
force_tag: true
storage_driver: overlay
build_args:
- KIBANA_VERSION=$$VERSION
- KIBANA_SHA1=7156fc24ccb8b6c07019dfcc4f7bdccdc97a4e10
tag:
- "4.3.2"
- "4.3"
when:
matrix:
VERSION: "4.3.2"
hub_4.4.1:
image: armhfplugins/drone-docker
file: version/Dockerfile
context: version
username: $$DOCKER_USER
email: $$DOCKER_EMAIL
password: $$DOCKER_PASSWORD
repo: armhfbuild/kibana
force_tag: true
storage_driver: overlay
build_args:
- KIBANA_VERSION=$$VERSION
- KIBANA_SHA1=b4f1b5d89a0854e3fb1e6d31faa1bc78e063b083
tag:
- "4.4.1"
- "4.4"
- "4"
- "latest"
when:
matrix:
VERSION: "4.4.1"
notify:
slack:
webhook_url: $$SLACK_WEBHOOK_URL
channel: armhf