docker-mariadb-backup-slave/.drone.yml

106 lines
2.3 KiB
YAML
Raw Normal View History

2019-11-23 18:00:26 +00:00
kind: pipeline
name: default
steps:
- name: build
image: plugins/docker:linux-amd64
pull: always
settings:
dockerfile: Dockerfile
daemon_off: false
dry_run: true
repo: docker.asperti.com/paspo/mariadb-backup-slave
when:
event:
exclude:
- tag
2021-03-19 13:15:15 +00:00
- name: build_and_publish_10_5
2019-11-25 13:28:34 +00:00
image: plugins/docker:linux-amd64
pull: always
settings:
dockerfile: Dockerfile
2019-11-25 14:19:38 +00:00
build_args:
2021-03-19 13:15:15 +00:00
- MARIA_VERSION=10.5
2019-11-25 14:06:09 +00:00
auto_tag: false
2019-11-25 13:28:34 +00:00
force_tag: true
daemon_off: false
password:
from_secret: docker_password
registry: docker.asperti.com
repo: docker.asperti.com/paspo/mariadb-backup-slave
tags:
2021-03-19 13:15:15 +00:00
- latest
- maria-10.5
2019-11-25 13:28:34 +00:00
username:
from_secret: docker_username
when:
event:
- tag
2021-03-19 13:15:15 +00:00
- name: build_and_publish_10_4
2019-11-25 13:28:34 +00:00
image: plugins/docker:linux-amd64
pull: always
2019-11-23 18:00:26 +00:00
settings:
dockerfile: Dockerfile
2019-11-25 14:19:38 +00:00
build_args:
2021-03-19 13:15:15 +00:00
- MARIA_VERSION=10.4
2019-11-26 12:26:00 +00:00
auto_tag: false
2019-11-23 18:00:26 +00:00
force_tag: true
daemon_off: false
password:
from_secret: docker_password
registry: docker.asperti.com
repo: docker.asperti.com/paspo/mariadb-backup-slave
tags:
2021-03-19 13:15:15 +00:00
- maria-10.4
2019-11-23 18:00:26 +00:00
username:
from_secret: docker_username
when:
event:
- tag
2019-11-26 12:26:00 +00:00
2021-03-19 13:15:15 +00:00
- name: build_and_publish_10_3
2019-11-26 12:26:00 +00:00
image: plugins/docker:linux-amd64
pull: always
settings:
dockerfile: Dockerfile
build_args:
2021-03-19 13:15:15 +00:00
- MARIA_VERSION=10.3
auto_tag: false
2019-11-26 12:26:00 +00:00
force_tag: true
daemon_off: false
password:
from_secret: docker_password
registry: docker.asperti.com
repo: docker.asperti.com/paspo/mariadb-backup-slave
tags:
2021-03-19 13:15:15 +00:00
- maria-10.3
2019-11-26 12:26:00 +00:00
username:
from_secret: docker_username
2021-03-19 11:51:10 +00:00
when:
event:
- tag
2021-03-19 13:15:15 +00:00
- name: build_and_publish_10_2
2021-03-19 11:51:10 +00:00
image: plugins/docker:linux-amd64
pull: always
settings:
dockerfile: Dockerfile
build_args:
2021-03-19 13:15:15 +00:00
- MARIA_VERSION=10.2
auto_tag: false
2021-03-19 11:51:10 +00:00
force_tag: true
daemon_off: false
password:
from_secret: docker_password
registry: docker.asperti.com
repo: docker.asperti.com/paspo/mariadb-backup-slave
tags:
2021-03-19 13:15:15 +00:00
- maria-10.2
2021-03-19 11:51:10 +00:00
username:
from_secret: docker_username
2019-11-26 12:26:00 +00:00
when:
event:
2021-03-19 12:46:16 +00:00
- tag