|
|
|
|
@@ -11,12 +11,12 @@ platform:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: markdown lint
|
|
|
|
|
commands:
|
|
|
|
|
- markdownlint *.md
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/markdownlint:0.36.0
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/markdownlint:0.37.0
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 150
|
|
|
|
|
@@ -34,7 +34,7 @@ steps:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 150
|
|
|
|
|
@@ -66,7 +66,7 @@ platform:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
@@ -99,73 +99,7 @@ steps:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
branch:
|
|
|
|
|
exclude:
|
|
|
|
|
- master
|
|
|
|
|
event:
|
|
|
|
|
- pull_request
|
|
|
|
|
- push
|
|
|
|
|
repo:
|
|
|
|
|
- volker.raschek/markdownlint-docker
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
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: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
|
|
|
|
|
username:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
@@ -198,7 +132,7 @@ platform:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
@@ -231,7 +165,7 @@ steps:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
@@ -264,7 +198,7 @@ platform:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
@@ -296,71 +230,7 @@ steps:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
branch:
|
|
|
|
|
- master
|
|
|
|
|
event:
|
|
|
|
|
- cron
|
|
|
|
|
- push
|
|
|
|
|
repo:
|
|
|
|
|
- volker.raschek/markdownlint-docker
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
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: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
|
|
|
|
|
username:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
@@ -392,7 +262,7 @@ platform:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
@@ -424,7 +294,7 @@ steps:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
@@ -449,7 +319,6 @@ clone:
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- latest-amd64
|
|
|
|
|
- latest-arm-v7
|
|
|
|
|
- latest-arm64-v8
|
|
|
|
|
|
|
|
|
|
# docker.io/plugins/manifest only for amd64 architectures available
|
|
|
|
|
@@ -459,7 +328,7 @@ node_selector:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: build-manifest
|
|
|
|
|
image: docker.io/plugins/manifest:1.4.0
|
|
|
|
|
@@ -484,7 +353,7 @@ steps:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 150
|
|
|
|
|
@@ -516,7 +385,7 @@ depends_on:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: latest-sync
|
|
|
|
|
commands:
|
|
|
|
|
@@ -544,7 +413,7 @@ steps:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 150
|
|
|
|
|
@@ -577,7 +446,7 @@ platform:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
@@ -611,67 +480,7 @@ steps:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
- failure
|
|
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
|
event:
|
|
|
|
|
- tag
|
|
|
|
|
repo:
|
|
|
|
|
- volker.raschek/markdownlint-docker
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
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:20.10.9
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: true
|
|
|
|
|
auto_tag_suffix: arm-v7
|
|
|
|
|
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
|
|
|
|
|
username:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
build_args:
|
|
|
|
|
- MARKDOWNLINT_VERSION=${DRONE_TAG}
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
@@ -697,7 +506,7 @@ platform:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
@@ -731,7 +540,7 @@ steps:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
|
|
|
|
|
when:
|
|
|
|
|
status:
|
|
|
|
|
- changed
|
|
|
|
|
@@ -753,7 +562,6 @@ clone:
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- tagged-amd64
|
|
|
|
|
- tagged-arm-v7
|
|
|
|
|
- tagged-arm64-v8
|
|
|
|
|
|
|
|
|
|
# docker.io/plugins/manifest only for amd64 architectures available
|
|
|
|
|
@@ -763,7 +571,7 @@ node_selector:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: build-manifest
|
|
|
|
|
image: docker.io/plugins/manifest:1.4.0
|
|
|
|
|
@@ -788,7 +596,7 @@ steps:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 150
|
|
|
|
|
@@ -817,7 +625,7 @@ depends_on:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.2.1
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: tagged-sync
|
|
|
|
|
commands:
|
|
|
|
|
@@ -845,7 +653,7 @@ steps:
|
|
|
|
|
from_secret: smtp_username
|
|
|
|
|
SMTP_PASSWORD:
|
|
|
|
|
from_secret: smtp_password
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 150
|
|
|
|
|
|