|
|
|
|
@@ -3,34 +3,42 @@ 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.30.0
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/markdownlint:0.33.0
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 50
|
|
|
|
|
memory: 50M
|
|
|
|
|
cpu: 150
|
|
|
|
|
memory: 150M
|
|
|
|
|
|
|
|
|
|
- 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: docker.io/volkerraschek/drone-email:0.1.1
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 50
|
|
|
|
|
memory: 25M
|
|
|
|
|
cpu: 150
|
|
|
|
|
memory: 150M
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
@@ -46,49 +54,51 @@ kind: pipeline
|
|
|
|
|
type: docker
|
|
|
|
|
name: dry-run-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: plugins/docker
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
settings:
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
auto_tag: false
|
|
|
|
|
dry_run: true
|
|
|
|
|
tags: latest-amd64
|
|
|
|
|
repo: volkerraschek/markdownlint
|
|
|
|
|
username:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
force_tag: true
|
|
|
|
|
no_cache: true
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
purge: true
|
|
|
|
|
registry: git.cryptic.systems
|
|
|
|
|
repo: git.cryptic.systems/volker.raschek/markdownlint
|
|
|
|
|
tags: latest-amd64
|
|
|
|
|
username:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: drillster/drone-email
|
|
|
|
|
- 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/volkerraschek/drone-email:0.1.1
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
host:
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- linter
|
|
|
|
|
|
|
|
|
|
@@ -107,49 +117,51 @@ kind: pipeline
|
|
|
|
|
type: docker
|
|
|
|
|
name: dry-run-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: plugins/docker
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
settings:
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
auto_tag: false
|
|
|
|
|
dry_run: true
|
|
|
|
|
tags: latest-arm-v7
|
|
|
|
|
repo: volkerraschek/markdownlint
|
|
|
|
|
username:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
force_tag: true
|
|
|
|
|
no_cache: true
|
|
|
|
|
purge: true
|
|
|
|
|
registry: git.cryptic.systems
|
|
|
|
|
repo: git.cryptic.systems/volker.raschek/markdownlint
|
|
|
|
|
tags: latest-arm-v7
|
|
|
|
|
username:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: drillster/drone-email
|
|
|
|
|
- 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: docker.io/volkerraschek/drone-email:0.1.1
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
host:
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- linter
|
|
|
|
|
|
|
|
|
|
@@ -168,49 +180,51 @@ kind: pipeline
|
|
|
|
|
type: docker
|
|
|
|
|
name: dry-run-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: plugins/docker
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
settings:
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
auto_tag: false
|
|
|
|
|
dry_run: true
|
|
|
|
|
tags: latest-arm64-v8
|
|
|
|
|
repo: volkerraschek/markdownlint
|
|
|
|
|
username:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
force_tag: true
|
|
|
|
|
no_cache: true
|
|
|
|
|
purge: true
|
|
|
|
|
registry: git.cryptic.systems
|
|
|
|
|
tags: latest-arm64-v8
|
|
|
|
|
repo: git.cryptic.systems/volker.raschek/markdownlint
|
|
|
|
|
username:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: drillster/drone-email
|
|
|
|
|
- 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: docker.io/volkerraschek/drone-email:0.1.1
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
host:
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- linter
|
|
|
|
|
|
|
|
|
|
@@ -229,48 +243,50 @@ kind: pipeline
|
|
|
|
|
type: docker
|
|
|
|
|
name: latest-amd64
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
platform:
|
|
|
|
|
os: linux
|
|
|
|
|
arch: amd64
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: build
|
|
|
|
|
image: plugins/docker
|
|
|
|
|
settings:
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
auto_tag: false
|
|
|
|
|
tags: latest-amd64
|
|
|
|
|
repo: volkerraschek/markdownlint
|
|
|
|
|
username:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
no_cache: true
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: drillster/drone-email
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: false
|
|
|
|
|
force_tag: true
|
|
|
|
|
no_cache: true
|
|
|
|
|
purge: true
|
|
|
|
|
registry: git.cryptic.systems
|
|
|
|
|
repo: git.cryptic.systems/volker.raschek/markdownlint
|
|
|
|
|
tags: latest-amd64
|
|
|
|
|
username:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
|
|
|
|
|
- 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/volkerraschek/drone-email:0.1.1
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
host:
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- linter
|
|
|
|
|
|
|
|
|
|
@@ -288,48 +304,50 @@ kind: pipeline
|
|
|
|
|
type: docker
|
|
|
|
|
name: latest-arm-v7
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
platform:
|
|
|
|
|
os: linux
|
|
|
|
|
arch: arm
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: build
|
|
|
|
|
image: plugins/docker
|
|
|
|
|
settings:
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
auto_tag: false
|
|
|
|
|
tags: latest-arm-v7
|
|
|
|
|
repo: volkerraschek/markdownlint
|
|
|
|
|
username:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
no_cache: true
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: drillster/drone-email
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: false
|
|
|
|
|
force_tag: true
|
|
|
|
|
no_cache: true
|
|
|
|
|
purge: true
|
|
|
|
|
registry: git.cryptic.systems
|
|
|
|
|
repo: git.cryptic.systems/volker.raschek/markdownlint
|
|
|
|
|
tags: latest-arm-v7
|
|
|
|
|
username:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
|
|
|
|
|
- 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: docker.io/volkerraschek/drone-email:0.1.1
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
host:
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- linter
|
|
|
|
|
|
|
|
|
|
@@ -347,48 +365,50 @@ kind: pipeline
|
|
|
|
|
type: docker
|
|
|
|
|
name: latest-arm64-v8
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
platform:
|
|
|
|
|
os: linux
|
|
|
|
|
arch: arm64
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: build
|
|
|
|
|
image: plugins/docker
|
|
|
|
|
settings:
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
auto_tag: false
|
|
|
|
|
tags: latest-arm64-v8
|
|
|
|
|
repo: volkerraschek/markdownlint
|
|
|
|
|
username:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
no_cache: true
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: drillster/drone-email
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: false
|
|
|
|
|
force_tag: true
|
|
|
|
|
no_cache: true
|
|
|
|
|
purge: true
|
|
|
|
|
registry: git.cryptic.systems
|
|
|
|
|
tags: latest-arm64-v8
|
|
|
|
|
repo: git.cryptic.systems/volker.raschek/markdownlint
|
|
|
|
|
username:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
|
|
|
|
|
- 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: docker.io/volkerraschek/drone-email:0.1.1
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
host:
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- linter
|
|
|
|
|
|
|
|
|
|
@@ -406,33 +426,41 @@ kind: pipeline
|
|
|
|
|
type: kubernetes
|
|
|
|
|
name: latest-manifest
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: build-manifest
|
|
|
|
|
image: plugins/manifest
|
|
|
|
|
image: docker.io/plugins/manifest:latest
|
|
|
|
|
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: docker.io/volkerraschek/drone-email:0.1.1
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 50
|
|
|
|
|
memory: 25M
|
|
|
|
|
cpu: 150
|
|
|
|
|
memory: 150M
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
@@ -443,6 +471,66 @@ depends_on:
|
|
|
|
|
- latest-arm-v7
|
|
|
|
|
- latest-arm64-v8
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
branch:
|
|
|
|
|
- master
|
|
|
|
|
event:
|
|
|
|
|
- cron
|
|
|
|
|
- push
|
|
|
|
|
repo:
|
|
|
|
|
- volker.raschek/markdownlint-docker
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
kind: pipeline
|
|
|
|
|
type: kubernetes
|
|
|
|
|
name: latest-sync
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- latest-manifest
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: latest-docker-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.11.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: docker.io/volkerraschek/drone-email:0.1.1
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 150
|
|
|
|
|
memory: 150M
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
branch:
|
|
|
|
|
- master
|
|
|
|
|
@@ -457,50 +545,52 @@ 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: plugins/docker
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
settings:
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
auto_tag: true
|
|
|
|
|
auto_tag_suffix: amd64
|
|
|
|
|
repo: volkerraschek/markdownlint
|
|
|
|
|
force_tag: true
|
|
|
|
|
no_cache: true
|
|
|
|
|
purge: true
|
|
|
|
|
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}
|
|
|
|
|
no_cache: true
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: drillster/drone-email
|
|
|
|
|
- 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/volkerraschek/drone-email:0.1.1
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
host:
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
event:
|
|
|
|
|
- tag
|
|
|
|
|
@@ -512,50 +602,52 @@ 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: plugins/docker
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
settings:
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
auto_tag: true
|
|
|
|
|
auto_tag_suffix: arm-v7
|
|
|
|
|
repo: volkerraschek/markdownlint
|
|
|
|
|
force_tag: true
|
|
|
|
|
no_cache: true
|
|
|
|
|
purge: true
|
|
|
|
|
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}
|
|
|
|
|
no_cache: true
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: drillster/drone-email
|
|
|
|
|
- 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/volkerraschek/drone-email:0.1.1
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
host:
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
event:
|
|
|
|
|
- tag
|
|
|
|
|
@@ -567,50 +659,52 @@ 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: plugins/docker
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
settings:
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
auto_tag: true
|
|
|
|
|
auto_tag_suffix: arm64-v8
|
|
|
|
|
repo: volkerraschek/markdownlint
|
|
|
|
|
force_tag: true
|
|
|
|
|
no_cache: true
|
|
|
|
|
purge: true
|
|
|
|
|
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}
|
|
|
|
|
no_cache: true
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
- name: notify
|
|
|
|
|
image: drillster/drone-email
|
|
|
|
|
- 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/volkerraschek/drone-email:0.1.1
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
- name: docker_socket
|
|
|
|
|
host:
|
|
|
|
|
path: /var/run/docker.sock
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
event:
|
|
|
|
|
- tag
|
|
|
|
|
@@ -622,33 +716,41 @@ kind: pipeline
|
|
|
|
|
type: kubernetes
|
|
|
|
|
name: tagged-manifest
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: build-manifest
|
|
|
|
|
image: plugins/manifest
|
|
|
|
|
image: docker.io/plugins/manifest:latest
|
|
|
|
|
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: docker.io/volkerraschek/drone-email:0.1.1
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 50
|
|
|
|
|
memory: 25M
|
|
|
|
|
cpu: 150
|
|
|
|
|
memory: 150M
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
@@ -668,54 +770,56 @@ trigger:
|
|
|
|
|
---
|
|
|
|
|
kind: pipeline
|
|
|
|
|
type: kubernetes
|
|
|
|
|
name: sync
|
|
|
|
|
name: tagged-sync
|
|
|
|
|
|
|
|
|
|
platform:
|
|
|
|
|
os: linux
|
|
|
|
|
arch: amd64
|
|
|
|
|
clone:
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: github
|
|
|
|
|
image: docker.io/appleboy/drone-git-push:latest
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 50
|
|
|
|
|
memory: 25M
|
|
|
|
|
settings:
|
|
|
|
|
branch: master
|
|
|
|
|
remote: ssh://git@github.com/volker-raschek/markdownlint-docker.git
|
|
|
|
|
force: true
|
|
|
|
|
ssh_key:
|
|
|
|
|
from_secret: ssh_key
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
|
|
|
|
|
- name: tagged-docker-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.11.2
|
|
|
|
|
|
|
|
|
|
- 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: docker.io/volkerraschek/drone-email:0.1.1
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 50
|
|
|
|
|
memory: 25M
|
|
|
|
|
cpu: 150
|
|
|
|
|
memory: 150M
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- latest-manifest
|
|
|
|
|
- tagged-manifest
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
branch:
|
|
|
|
|
- master
|
|
|
|
|
event:
|
|
|
|
|
- cron
|
|
|
|
|
- push
|
|
|
|
|
- tag
|
|
|
|
|
repo:
|
|
|
|
|
- volker.raschek/markdownlint-docker
|