This commit is contained in:
parent
56ad6595a3
commit
453130871b
179
.drone.yml
179
.drone.yml
@ -1,20 +1,68 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
type: docker
|
||||||
|
name: maria-10.7
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build_and_publish_10_7
|
||||||
image: plugins/docker:linux-amd64
|
image: plugins/docker:linux-amd64
|
||||||
pull: always
|
pull: always
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
daemon_off: false
|
build_args:
|
||||||
dry_run: true
|
- MARIA_VERSION=10.7
|
||||||
|
registry: docker.asperti.com
|
||||||
repo: docker.asperti.com/paspo/mariadb-backup-slave
|
repo: docker.asperti.com/paspo/mariadb-backup-slave
|
||||||
when:
|
username:
|
||||||
event:
|
from_secret: docker_username
|
||||||
exclude:
|
password:
|
||||||
- tag
|
from_secret: docker_password
|
||||||
|
tags:
|
||||||
|
- latest-10.7
|
||||||
|
- maria-10.7
|
||||||
|
auto_tag: false
|
||||||
|
force_tag: true
|
||||||
|
daemon_off: false
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: maria-10.6
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build_and_publish_10_6
|
||||||
|
image: plugins/docker:linux-amd64
|
||||||
|
pull: always
|
||||||
|
settings:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
build_args:
|
||||||
|
- 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
|
||||||
|
auto_tag: false
|
||||||
|
force_tag: true
|
||||||
|
daemon_off: false
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: maria-10.5
|
||||||
|
|
||||||
|
steps:
|
||||||
- name: build_and_publish_10_5
|
- name: build_and_publish_10_5
|
||||||
image: plugins/docker:linux-amd64
|
image: plugins/docker:linux-amd64
|
||||||
pull: always
|
pull: always
|
||||||
@ -22,22 +70,29 @@ steps:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
build_args:
|
build_args:
|
||||||
- MARIA_VERSION=10.5
|
- MARIA_VERSION=10.5
|
||||||
|
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.5
|
||||||
|
- maria-10.5
|
||||||
auto_tag: false
|
auto_tag: false
|
||||||
force_tag: true
|
force_tag: true
|
||||||
daemon_off: false
|
daemon_off: false
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
||||||
registry: docker.asperti.com
|
|
||||||
repo: docker.asperti.com/paspo/mariadb-backup-slave
|
|
||||||
tags:
|
|
||||||
- latest
|
|
||||||
- maria-10.5
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: maria-10.4
|
||||||
|
|
||||||
|
steps:
|
||||||
- name: build_and_publish_10_4
|
- name: build_and_publish_10_4
|
||||||
image: plugins/docker:linux-amd64
|
image: plugins/docker:linux-amd64
|
||||||
pull: always
|
pull: always
|
||||||
@ -45,21 +100,29 @@ steps:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
build_args:
|
build_args:
|
||||||
- MARIA_VERSION=10.4
|
- MARIA_VERSION=10.4
|
||||||
|
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.4
|
||||||
|
- maria-10.4
|
||||||
auto_tag: false
|
auto_tag: false
|
||||||
force_tag: true
|
force_tag: true
|
||||||
daemon_off: false
|
daemon_off: false
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
||||||
registry: docker.asperti.com
|
|
||||||
repo: docker.asperti.com/paspo/mariadb-backup-slave
|
|
||||||
tags:
|
|
||||||
- maria-10.4
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: maria-10.3
|
||||||
|
|
||||||
|
steps:
|
||||||
- name: build_and_publish_10_3
|
- name: build_and_publish_10_3
|
||||||
image: plugins/docker:linux-amd64
|
image: plugins/docker:linux-amd64
|
||||||
pull: always
|
pull: always
|
||||||
@ -67,21 +130,29 @@ steps:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
build_args:
|
build_args:
|
||||||
- MARIA_VERSION=10.3
|
- MARIA_VERSION=10.3
|
||||||
|
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.3
|
||||||
|
- maria-10.3
|
||||||
auto_tag: false
|
auto_tag: false
|
||||||
force_tag: true
|
force_tag: true
|
||||||
daemon_off: false
|
daemon_off: false
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
||||||
registry: docker.asperti.com
|
|
||||||
repo: docker.asperti.com/paspo/mariadb-backup-slave
|
|
||||||
tags:
|
|
||||||
- maria-10.3
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: maria-10.2
|
||||||
|
|
||||||
|
steps:
|
||||||
- name: build_and_publish_10_2
|
- name: build_and_publish_10_2
|
||||||
image: plugins/docker:linux-amd64
|
image: plugins/docker:linux-amd64
|
||||||
pull: always
|
pull: always
|
||||||
@ -89,17 +160,19 @@ steps:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
build_args:
|
build_args:
|
||||||
- MARIA_VERSION=10.2
|
- MARIA_VERSION=10.2
|
||||||
|
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.2
|
||||||
|
- maria-10.2
|
||||||
auto_tag: false
|
auto_tag: false
|
||||||
force_tag: true
|
force_tag: true
|
||||||
daemon_off: false
|
daemon_off: false
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
trigger:
|
||||||
registry: docker.asperti.com
|
event:
|
||||||
repo: docker.asperti.com/paspo/mariadb-backup-slave
|
- tag
|
||||||
tags:
|
|
||||||
- maria-10.2
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- tag
|
|
Loading…
Reference in New Issue
Block a user