|
|
|
@ -3,14 +3,20 @@ kind: pipeline
|
|
|
|
|
type: kubernetes
|
|
|
|
|
name: linter
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
platform:
|
|
|
|
|
os: linux
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: markdown lint
|
|
|
|
|
commands:
|
|
|
|
|
- markdownlint *.md
|
|
|
|
|
image: docker.io/volkerraschek/markdownlint:0.31.1
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/markdownlint:0.35.0
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 150
|
|
|
|
@ -18,15 +24,17 @@ steps:
|
|
|
|
|
|
|
|
|
|
- name: email-notification
|
|
|
|
|
environment:
|
|
|
|
|
PLUGIN_HOST:
|
|
|
|
|
SMTP_FROM_ADDRESS:
|
|
|
|
|
from_secret: smtp_from_address
|
|
|
|
|
SMTP_FROM_NAME:
|
|
|
|
|
from_secret: smtp_from_name
|
|
|
|
|
SMTP_HOST:
|
|
|
|
|
from_secret: smtp_host
|
|
|
|
|
PLUGIN_USERNAME:
|
|
|
|
|
SMTP_USERNAME:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
PLUGIN_PASSWORD:
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
PLUGIN_FROM:
|
|
|
|
|
from_secret: smtp_mail_address
|
|
|
|
|
image: docker.io/drillster/drone-email:latest
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 150
|
|
|
|
@ -46,53 +54,57 @@ kind: pipeline
|
|
|
|
|
type: docker
|
|
|
|
|
name: dry-run-amd64
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- linter
|
|
|
|
|
|
|
|
|
|
platform:
|
|
|
|
|
os: linux
|
|
|
|
|
arch: amd64
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:latest
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: false
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
dry_run: true
|
|
|
|
|
force_tag: true
|
|
|
|
|
no_cache: true
|
|
|
|
|
purge: true
|
|
|
|
|
mirror:
|
|
|
|
|
from_secret: docker_io_mirror
|
|
|
|
|
registry: git.cryptic.systems
|
|
|
|
|
repo: git.cryptic.systems/volker.raschek/markdownlint
|
|
|
|
|
tags: latest-amd64
|
|
|
|
|
repo: volkerraschek/markdownlint
|
|
|
|
|
username:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: docker.io/drillster/drone-email:latest
|
|
|
|
|
- name: email-notification
|
|
|
|
|
environment:
|
|
|
|
|
PLUGIN_HOST:
|
|
|
|
|
SMTP_FROM_ADDRESS:
|
|
|
|
|
from_secret: smtp_from_address
|
|
|
|
|
SMTP_FROM_NAME:
|
|
|
|
|
from_secret: smtp_from_name
|
|
|
|
|
SMTP_HOST:
|
|
|
|
|
from_secret: smtp_host
|
|
|
|
|
PLUGIN_USERNAME:
|
|
|
|
|
SMTP_USERNAME:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
PLUGIN_PASSWORD:
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
PLUGIN_FROM:
|
|
|
|
|
from_secret: smtp_mail_address
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
host:
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- linter
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
branch:
|
|
|
|
|
exclude:
|
|
|
|
@ -108,53 +120,57 @@ kind: pipeline
|
|
|
|
|
type: docker
|
|
|
|
|
name: dry-run-arm-v7
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- linter
|
|
|
|
|
|
|
|
|
|
platform:
|
|
|
|
|
os: linux
|
|
|
|
|
arch: arm
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:latest
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: false
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
dry_run: true
|
|
|
|
|
force_tag: true
|
|
|
|
|
no_cache: true
|
|
|
|
|
purge: true
|
|
|
|
|
mirror:
|
|
|
|
|
from_secret: docker_io_mirror
|
|
|
|
|
registry: git.cryptic.systems
|
|
|
|
|
repo: git.cryptic.systems/volker.raschek/markdownlint
|
|
|
|
|
tags: latest-arm-v7
|
|
|
|
|
repo: volkerraschek/markdownlint
|
|
|
|
|
username:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: docker.io/drillster/drone-email:latest
|
|
|
|
|
- name: email-notification
|
|
|
|
|
environment:
|
|
|
|
|
PLUGIN_HOST:
|
|
|
|
|
SMTP_FROM_ADDRESS:
|
|
|
|
|
from_secret: smtp_from_address
|
|
|
|
|
SMTP_FROM_NAME:
|
|
|
|
|
from_secret: smtp_from_name
|
|
|
|
|
SMTP_HOST:
|
|
|
|
|
from_secret: smtp_host
|
|
|
|
|
PLUGIN_USERNAME:
|
|
|
|
|
SMTP_USERNAME:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
PLUGIN_PASSWORD:
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
PLUGIN_FROM:
|
|
|
|
|
from_secret: smtp_mail_address
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
host:
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- linter
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
branch:
|
|
|
|
|
exclude:
|
|
|
|
@ -170,53 +186,57 @@ kind: pipeline
|
|
|
|
|
type: docker
|
|
|
|
|
name: dry-run-arm64-v8
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- linter
|
|
|
|
|
|
|
|
|
|
platform:
|
|
|
|
|
os: linux
|
|
|
|
|
arch: arm64
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:latest
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: false
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
dry_run: true
|
|
|
|
|
force_tag: true
|
|
|
|
|
no_cache: true
|
|
|
|
|
purge: true
|
|
|
|
|
mirror:
|
|
|
|
|
from_secret: docker_io_mirror
|
|
|
|
|
registry: git.cryptic.systems
|
|
|
|
|
repo: git.cryptic.systems/volker.raschek/markdownlint
|
|
|
|
|
tags: latest-arm64-v8
|
|
|
|
|
repo: volkerraschek/markdownlint
|
|
|
|
|
username:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: docker.io/drillster/drone-email:latest
|
|
|
|
|
- name: email-notification
|
|
|
|
|
environment:
|
|
|
|
|
PLUGIN_HOST:
|
|
|
|
|
SMTP_FROM_ADDRESS:
|
|
|
|
|
from_secret: smtp_from_address
|
|
|
|
|
SMTP_FROM_NAME:
|
|
|
|
|
from_secret: smtp_from_name
|
|
|
|
|
SMTP_HOST:
|
|
|
|
|
from_secret: smtp_host
|
|
|
|
|
PLUGIN_USERNAME:
|
|
|
|
|
SMTP_USERNAME:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
PLUGIN_PASSWORD:
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
PLUGIN_FROM:
|
|
|
|
|
from_secret: smtp_mail_address
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
host:
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- linter
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
branch:
|
|
|
|
|
exclude:
|
|
|
|
@ -232,52 +252,56 @@ kind: pipeline
|
|
|
|
|
type: docker
|
|
|
|
|
name: latest-amd64
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- linter
|
|
|
|
|
|
|
|
|
|
platform:
|
|
|
|
|
os: linux
|
|
|
|
|
arch: amd64
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:latest
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: false
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
force_tag: true
|
|
|
|
|
no_cache: true
|
|
|
|
|
purge: true
|
|
|
|
|
mirror:
|
|
|
|
|
from_secret: docker_io_mirror
|
|
|
|
|
registry: git.cryptic.systems
|
|
|
|
|
repo: git.cryptic.systems/volker.raschek/markdownlint
|
|
|
|
|
tags: latest-amd64
|
|
|
|
|
repo: volkerraschek/markdownlint
|
|
|
|
|
username:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: docker.io/drillster/drone-email:latest
|
|
|
|
|
- name: email-notification
|
|
|
|
|
environment:
|
|
|
|
|
PLUGIN_HOST:
|
|
|
|
|
SMTP_FROM_ADDRESS:
|
|
|
|
|
from_secret: smtp_from_address
|
|
|
|
|
SMTP_FROM_NAME:
|
|
|
|
|
from_secret: smtp_from_name
|
|
|
|
|
SMTP_HOST:
|
|
|
|
|
from_secret: smtp_host
|
|
|
|
|
PLUGIN_USERNAME:
|
|
|
|
|
SMTP_USERNAME:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
PLUGIN_PASSWORD:
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
PLUGIN_FROM:
|
|
|
|
|
from_secret: smtp_mail_address
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
host:
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- linter
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
branch:
|
|
|
|
|
- master
|
|
|
|
@ -292,52 +316,56 @@ kind: pipeline
|
|
|
|
|
type: docker
|
|
|
|
|
name: latest-arm-v7
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- linter
|
|
|
|
|
|
|
|
|
|
platform:
|
|
|
|
|
os: linux
|
|
|
|
|
arch: arm
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:latest
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: false
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
force_tag: true
|
|
|
|
|
no_cache: true
|
|
|
|
|
purge: true
|
|
|
|
|
mirror:
|
|
|
|
|
from_secret: docker_io_mirror
|
|
|
|
|
registry: git.cryptic.systems
|
|
|
|
|
repo: git.cryptic.systems/volker.raschek/markdownlint
|
|
|
|
|
tags: latest-arm-v7
|
|
|
|
|
repo: volkerraschek/markdownlint
|
|
|
|
|
username:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: docker.io/drillster/drone-email:latest
|
|
|
|
|
- name: email-notification
|
|
|
|
|
environment:
|
|
|
|
|
PLUGIN_HOST:
|
|
|
|
|
SMTP_FROM_ADDRESS:
|
|
|
|
|
from_secret: smtp_from_address
|
|
|
|
|
SMTP_FROM_NAME:
|
|
|
|
|
from_secret: smtp_from_name
|
|
|
|
|
SMTP_HOST:
|
|
|
|
|
from_secret: smtp_host
|
|
|
|
|
PLUGIN_USERNAME:
|
|
|
|
|
SMTP_USERNAME:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
PLUGIN_PASSWORD:
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
PLUGIN_FROM:
|
|
|
|
|
from_secret: smtp_mail_address
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
host:
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- linter
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
branch:
|
|
|
|
|
- master
|
|
|
|
@ -352,52 +380,56 @@ kind: pipeline
|
|
|
|
|
type: docker
|
|
|
|
|
name: latest-arm64-v8
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- linter
|
|
|
|
|
|
|
|
|
|
platform:
|
|
|
|
|
os: linux
|
|
|
|
|
arch: arm64
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:latest
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: false
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
force_tag: true
|
|
|
|
|
no_cache: true
|
|
|
|
|
purge: true
|
|
|
|
|
mirror:
|
|
|
|
|
from_secret: docker_io_mirror
|
|
|
|
|
registry: git.cryptic.systems
|
|
|
|
|
repo: git.cryptic.systems/volker.raschek/markdownlint
|
|
|
|
|
tags: latest-arm64-v8
|
|
|
|
|
repo: volkerraschek/markdownlint
|
|
|
|
|
username:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: docker.io/drillster/drone-email:latest
|
|
|
|
|
- name: email-notification
|
|
|
|
|
environment:
|
|
|
|
|
PLUGIN_HOST:
|
|
|
|
|
SMTP_FROM_ADDRESS:
|
|
|
|
|
from_secret: smtp_from_address
|
|
|
|
|
SMTP_FROM_NAME:
|
|
|
|
|
from_secret: smtp_from_name
|
|
|
|
|
SMTP_HOST:
|
|
|
|
|
from_secret: smtp_host
|
|
|
|
|
PLUGIN_USERNAME:
|
|
|
|
|
SMTP_USERNAME:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
PLUGIN_PASSWORD:
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
PLUGIN_FROM:
|
|
|
|
|
from_secret: smtp_mail_address
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
host:
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- linter
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
branch:
|
|
|
|
|
- master
|
|
|
|
@ -412,29 +444,47 @@ kind: pipeline
|
|
|
|
|
type: kubernetes
|
|
|
|
|
name: latest-manifest
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- latest-amd64
|
|
|
|
|
- latest-arm-v7
|
|
|
|
|
- latest-arm64-v8
|
|
|
|
|
|
|
|
|
|
# docker.io/plugins/manifest only for amd64 architectures available
|
|
|
|
|
node_selector:
|
|
|
|
|
kubernetes.io/os: linux
|
|
|
|
|
kubernetes.io/arch: amd64
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: build-manifest
|
|
|
|
|
image: docker.io/plugins/manifest:latest
|
|
|
|
|
image: docker.io/plugins/manifest:1.4.0
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: false
|
|
|
|
|
ignore_missing: true
|
|
|
|
|
spec: manifest.tmpl
|
|
|
|
|
username:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: docker.io/drillster/drone-email:latest
|
|
|
|
|
- name: email-notification
|
|
|
|
|
environment:
|
|
|
|
|
PLUGIN_HOST:
|
|
|
|
|
SMTP_FROM_ADDRESS:
|
|
|
|
|
from_secret: smtp_from_address
|
|
|
|
|
SMTP_FROM_NAME:
|
|
|
|
|
from_secret: smtp_from_name
|
|
|
|
|
SMTP_HOST:
|
|
|
|
|
from_secret: smtp_host
|
|
|
|
|
PLUGIN_USERNAME:
|
|
|
|
|
SMTP_USERNAME:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
PLUGIN_PASSWORD:
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
PLUGIN_FROM:
|
|
|
|
|
from_secret: smtp_mail_address
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 150
|
|
|
|
@ -444,10 +494,65 @@ steps:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
branch:
|
|
|
|
|
- master
|
|
|
|
|
event:
|
|
|
|
|
- cron
|
|
|
|
|
- push
|
|
|
|
|
repo:
|
|
|
|
|
- volker.raschek/markdownlint-docker
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
kind: pipeline
|
|
|
|
|
type: kubernetes
|
|
|
|
|
name: latest-sync
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- latest-amd64
|
|
|
|
|
- latest-arm-v7
|
|
|
|
|
- latest-arm64-v8
|
|
|
|
|
- latest-manifest
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: latest-sync
|
|
|
|
|
commands:
|
|
|
|
|
- skopeo sync --all --src=docker --src-creds=$SRC_CRED_USERNAME:$SRC_CRED_PASSWORD --dest=docker --dest-creds=$DEST_CRED_USERNAME:$DEST_CRED_PASSWORD git.cryptic.systems/volker.raschek/markdownlint docker.io/volkerraschek
|
|
|
|
|
environment:
|
|
|
|
|
SRC_CRED_USERNAME:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
SRC_CRED_PASSWORD:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
DEST_CRED_USERNAME:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
DEST_CRED_PASSWORD:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
image: quay.io/skopeo/stable:v1.13.2
|
|
|
|
|
|
|
|
|
|
- name: email-notification
|
|
|
|
|
environment:
|
|
|
|
|
SMTP_FROM_ADDRESS:
|
|
|
|
|
from_secret: smtp_from_address
|
|
|
|
|
SMTP_FROM_NAME:
|
|
|
|
|
from_secret: smtp_from_name
|
|
|
|
|
SMTP_HOST:
|
|
|
|
|
from_secret: smtp_host
|
|
|
|
|
SMTP_USERNAME:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 150
|
|
|
|
|
memory: 150M
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
branch:
|
|
|
|
@ -463,51 +568,55 @@ kind: pipeline
|
|
|
|
|
type: docker
|
|
|
|
|
name: tagged-amd64
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
platform:
|
|
|
|
|
os: linux
|
|
|
|
|
arch: amd64
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:latest
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: true
|
|
|
|
|
auto_tag_suffix: amd64
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
force_tag: true
|
|
|
|
|
no_cache: true
|
|
|
|
|
purge: true
|
|
|
|
|
repo: volkerraschek/markdownlint
|
|
|
|
|
mirror:
|
|
|
|
|
from_secret: docker_io_mirror
|
|
|
|
|
registry: git.cryptic.systems
|
|
|
|
|
repo: git.cryptic.systems/volker.raschek/markdownlint
|
|
|
|
|
username:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
build_args:
|
|
|
|
|
- MARKDOWNLINT_VERSION=${DRONE_TAG}
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: docker.io/drillster/drone-email:latest
|
|
|
|
|
- name: email-notification
|
|
|
|
|
environment:
|
|
|
|
|
PLUGIN_HOST:
|
|
|
|
|
SMTP_FROM_ADDRESS:
|
|
|
|
|
from_secret: smtp_from_address
|
|
|
|
|
SMTP_FROM_NAME:
|
|
|
|
|
from_secret: smtp_from_name
|
|
|
|
|
SMTP_HOST:
|
|
|
|
|
from_secret: smtp_host
|
|
|
|
|
PLUGIN_USERNAME:
|
|
|
|
|
SMTP_USERNAME:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
PLUGIN_PASSWORD:
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
PLUGIN_FROM:
|
|
|
|
|
from_secret: smtp_mail_address
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
host:
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
event:
|
|
|
|
|
- tag
|
|
|
|
@ -519,51 +628,55 @@ kind: pipeline
|
|
|
|
|
type: docker
|
|
|
|
|
name: tagged-arm-v7
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
platform:
|
|
|
|
|
os: linux
|
|
|
|
|
arch: arm
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:latest
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: true
|
|
|
|
|
auto_tag_suffix: arm-v7
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
force_tag: true
|
|
|
|
|
no_cache: true
|
|
|
|
|
purge: true
|
|
|
|
|
repo: volkerraschek/markdownlint
|
|
|
|
|
mirror:
|
|
|
|
|
from_secret: docker_io_mirror
|
|
|
|
|
registry: git.cryptic.systems
|
|
|
|
|
repo: git.cryptic.systems/volker.raschek/markdownlint
|
|
|
|
|
username:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
build_args:
|
|
|
|
|
- MARKDOWNLINT_VERSION=${DRONE_TAG}
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: docker.io/drillster/drone-email:latest
|
|
|
|
|
- name: email-notification
|
|
|
|
|
environment:
|
|
|
|
|
PLUGIN_HOST:
|
|
|
|
|
SMTP_FROM_ADDRESS:
|
|
|
|
|
from_secret: smtp_from_address
|
|
|
|
|
SMTP_FROM_NAME:
|
|
|
|
|
from_secret: smtp_from_name
|
|
|
|
|
SMTP_HOST:
|
|
|
|
|
from_secret: smtp_host
|
|
|
|
|
PLUGIN_USERNAME:
|
|
|
|
|
SMTP_USERNAME:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
PLUGIN_PASSWORD:
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
PLUGIN_FROM:
|
|
|
|
|
from_secret: smtp_mail_address
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
host:
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
event:
|
|
|
|
|
- tag
|
|
|
|
@ -575,51 +688,55 @@ kind: pipeline
|
|
|
|
|
type: docker
|
|
|
|
|
name: tagged-arm64-v8
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
platform:
|
|
|
|
|
os: linux
|
|
|
|
|
arch: arm64
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:latest
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: true
|
|
|
|
|
auto_tag_suffix: arm64-v8
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
force_tag: true
|
|
|
|
|
no_cache: true
|
|
|
|
|
purge: true
|
|
|
|
|
repo: volkerraschek/markdownlint
|
|
|
|
|
mirror:
|
|
|
|
|
from_secret: docker_io_mirror
|
|
|
|
|
registry: git.cryptic.systems
|
|
|
|
|
repo: git.cryptic.systems/volker.raschek/markdownlint
|
|
|
|
|
username:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
build_args:
|
|
|
|
|
- MARKDOWNLINT_VERSION=${DRONE_TAG}
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: docker.io/drillster/drone-email:latest
|
|
|
|
|
- name: email-notification
|
|
|
|
|
environment:
|
|
|
|
|
PLUGIN_HOST:
|
|
|
|
|
SMTP_FROM_ADDRESS:
|
|
|
|
|
from_secret: smtp_from_address
|
|
|
|
|
SMTP_FROM_NAME:
|
|
|
|
|
from_secret: smtp_from_name
|
|
|
|
|
SMTP_HOST:
|
|
|
|
|
from_secret: smtp_host
|
|
|
|
|
PLUGIN_USERNAME:
|
|
|
|
|
SMTP_USERNAME:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
PLUGIN_PASSWORD:
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
PLUGIN_FROM:
|
|
|
|
|
from_secret: smtp_mail_address
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
host:
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
event:
|
|
|
|
|
- tag
|
|
|
|
@ -631,29 +748,47 @@ kind: pipeline
|
|
|
|
|
type: kubernetes
|
|
|
|
|
name: tagged-manifest
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- tagged-amd64
|
|
|
|
|
- tagged-arm-v7
|
|
|
|
|
- tagged-arm64-v8
|
|
|
|
|
|
|
|
|
|
# docker.io/plugins/manifest only for amd64 architectures available
|
|
|
|
|
node_selector:
|
|
|
|
|
kubernetes.io/os: linux
|
|
|
|
|
kubernetes.io/arch: amd64
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: build-manifest
|
|
|
|
|
image: docker.io/plugins/manifest:latest
|
|
|
|
|
image: docker.io/plugins/manifest:1.4.0
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: true
|
|
|
|
|
ignore_missing: true
|
|
|
|
|
spec: manifest.tmpl
|
|
|
|
|
username:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: docker.io/drillster/drone-email:latest
|
|
|
|
|
- name: email-notification
|
|
|
|
|
environment:
|
|
|
|
|
PLUGIN_HOST:
|
|
|
|
|
SMTP_FROM_ADDRESS:
|
|
|
|
|
from_secret: smtp_from_address
|
|
|
|
|
SMTP_FROM_NAME:
|
|
|
|
|
from_secret: smtp_from_name
|
|
|
|
|
SMTP_HOST:
|
|
|
|
|
from_secret: smtp_host
|
|
|
|
|
PLUGIN_USERNAME:
|
|
|
|
|
SMTP_USERNAME:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
PLUGIN_PASSWORD:
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
PLUGIN_FROM:
|
|
|
|
|
from_secret: smtp_mail_address
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 150
|
|
|
|
@ -663,10 +798,62 @@ steps:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
event:
|
|
|
|
|
- tag
|
|
|
|
|
repo:
|
|
|
|
|
- volker.raschek/markdownlint-docker
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
kind: pipeline
|
|
|
|
|
type: kubernetes
|
|
|
|
|
name: tagged-sync
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- tagged-amd64
|
|
|
|
|
- tagged-arm-v7
|
|
|
|
|
- tagged-arm64-v8
|
|
|
|
|
- tagged-manifest
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: tagged-sync
|
|
|
|
|
commands:
|
|
|
|
|
- skopeo sync --all --src=docker --src-creds=$SRC_CRED_USERNAME:$SRC_CRED_PASSWORD --dest=docker --dest-creds=$DEST_CRED_USERNAME:$DEST_CRED_PASSWORD git.cryptic.systems/volker.raschek/markdownlint docker.io/volkerraschek
|
|
|
|
|
environment:
|
|
|
|
|
SRC_CRED_USERNAME:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
SRC_CRED_PASSWORD:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
DEST_CRED_USERNAME:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
DEST_CRED_PASSWORD:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
image: quay.io/skopeo/stable:v1.13.2
|
|
|
|
|
|
|
|
|
|
- name: email-notification
|
|
|
|
|
environment:
|
|
|
|
|
SMTP_FROM_ADDRESS:
|
|
|
|
|
from_secret: smtp_from_address
|
|
|
|
|
SMTP_FROM_NAME:
|
|
|
|
|
from_secret: smtp_from_name
|
|
|
|
|
SMTP_HOST:
|
|
|
|
|
from_secret: smtp_host
|
|
|
|
|
SMTP_USERNAME:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 150
|
|
|
|
|
memory: 150M
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
event:
|
|
|
|
|