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

178 lines
3.4 KiB
YAML
Raw Normal View History

2019-11-23 18:00:26 +00:00
kind: pipeline
2022-01-13 08:17:56 +00:00
type: docker
name: maria-10.7
2019-11-23 18:00:26 +00:00
steps:
2022-01-13 08:17:56 +00:00
- name: build_and_publish_10_7
2019-11-23 18:00:26 +00:00
image: plugins/docker:linux-amd64
pull: always
settings:
dockerfile: Dockerfile
2022-01-13 08:17:56 +00:00
build_args:
- MARIA_VERSION=10.7
registry: docker.asperti.com
2019-11-23 18:00:26 +00:00
repo: docker.asperti.com/paspo/mariadb-backup-slave
2022-01-13 08:17:56 +00:00
username:
from_secret: docker_username
password:
from_secret: docker_password
tags:
- latest-10.7
- maria-10.7
auto_tag: false
force_tag: true
daemon_off: false
2021-03-19 13:15:15 +00:00
2022-01-13 08:17:56 +00:00
trigger:
event:
- tag
---
kind: pipeline
type: docker
name: maria-10.6
steps:
- name: build_and_publish_10_6
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:
2022-01-13 08:17:56 +00:00
- MARIA_VERSION=10.6
registry: docker.asperti.com
repo: docker.asperti.com/paspo/mariadb-backup-slave
username:
from_secret: docker_username
password:
from_secret: docker_password
tags:
- latest-10.6
- maria-10.6
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
2022-01-13 08:17:56 +00:00
trigger:
event:
- tag
---
kind: pipeline
type: docker
name: maria-10.5
steps:
- name: build_and_publish_10_5
image: plugins/docker:linux-amd64
pull: always
settings:
dockerfile: Dockerfile
build_args:
- MARIA_VERSION=10.5
2019-11-25 13:28:34 +00:00
registry: docker.asperti.com
repo: docker.asperti.com/paspo/mariadb-backup-slave
username:
from_secret: docker_username
2022-01-13 08:17:56 +00:00
password:
from_secret: docker_password
tags:
- latest-10.5
- maria-10.5
auto_tag: false
force_tag: true
daemon_off: false
trigger:
event:
- tag
2019-11-25 13:28:34 +00:00
2022-01-13 08:17:56 +00:00
---
kind: pipeline
type: docker
name: maria-10.4
steps:
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-23 18:00:26 +00:00
registry: docker.asperti.com
repo: docker.asperti.com/paspo/mariadb-backup-slave
username:
from_secret: docker_username
2022-01-13 08:17:56 +00:00
password:
from_secret: docker_password
tags:
- latest-10.4
- maria-10.4
auto_tag: false
force_tag: true
daemon_off: false
trigger:
event:
- tag
---
kind: pipeline
type: docker
name: maria-10.3
2019-11-26 12:26:00 +00:00
2022-01-13 08:17:56 +00:00
steps:
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
2019-11-26 12:26:00 +00:00
registry: docker.asperti.com
repo: docker.asperti.com/paspo/mariadb-backup-slave
username:
from_secret: docker_username
2022-01-13 08:17:56 +00:00
password:
from_secret: docker_password
tags:
- latest-10.3
- maria-10.3
auto_tag: false
force_tag: true
daemon_off: false
trigger:
event:
- tag
2021-03-19 11:51:10 +00:00
2022-01-13 08:17:56 +00:00
---
kind: pipeline
type: docker
name: maria-10.2
steps:
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
2021-03-19 11:51:10 +00:00
registry: docker.asperti.com
repo: docker.asperti.com/paspo/mariadb-backup-slave
username:
from_secret: docker_username
2022-01-13 08:17:56 +00:00
password:
from_secret: docker_password
tags:
- latest-10.2
- maria-10.2
auto_tag: false
force_tag: true
daemon_off: false
trigger:
event:
- tag