|
|
|
@ -11,13 +11,12 @@ platform:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.0-amd64
|
|
|
|
|
pull: always
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: markdown lint
|
|
|
|
|
commands:
|
|
|
|
|
- markdownlint *.md
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/markdownlint:0.37.0
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/markdownlint:0.38.0
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpu: 150
|
|
|
|
@ -35,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
|
|
|
|
@ -67,11 +66,10 @@ platform:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.0-amd64
|
|
|
|
|
pull: always
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
image: docker.io/plugins/docker:20.17.1
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: false
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
@ -101,74 +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/git-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.3.0-arm-v7
|
|
|
|
|
pull: always
|
|
|
|
|
|
|
|
|
|
- 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/git
|
|
|
|
|
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
|
|
|
|
@ -201,11 +132,10 @@ platform:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.0-arm64-v8
|
|
|
|
|
pull: always
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
image: docker.io/plugins/docker:20.17.1
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: false
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
@ -235,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
|
|
|
|
@ -268,11 +198,10 @@ platform:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.0-amd64
|
|
|
|
|
pull: always
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.0
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
image: docker.io/plugins/docker:20.17.1
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: false
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
@ -301,72 +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/git-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.3.0-arm-v7
|
|
|
|
|
pull: always
|
|
|
|
|
|
|
|
|
|
- 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/git
|
|
|
|
|
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
|
|
|
|
@ -398,11 +262,10 @@ platform:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.0-arm64-v8
|
|
|
|
|
pull: always
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
image: docker.io/plugins/docker:20.17.1
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: false
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
@ -431,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
|
|
|
|
@ -456,7 +319,6 @@ clone:
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- latest-amd64
|
|
|
|
|
- latest-arm-v7
|
|
|
|
|
- latest-arm64-v8
|
|
|
|
|
|
|
|
|
|
# docker.io/plugins/manifest only for amd64 architectures available
|
|
|
|
@ -466,8 +328,7 @@ node_selector:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.0-amd64
|
|
|
|
|
pull: always
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: build-manifest
|
|
|
|
|
image: docker.io/plugins/manifest:1.4.0
|
|
|
|
@ -492,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
|
|
|
|
@ -524,8 +385,7 @@ depends_on:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.0-amd64
|
|
|
|
|
pull: always
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: latest-sync
|
|
|
|
|
commands:
|
|
|
|
@ -539,7 +399,7 @@ steps:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
DEST_CRED_PASSWORD:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
image: quay.io/skopeo/stable:v1.13.2
|
|
|
|
|
image: quay.io/skopeo/stable:v1.14.0
|
|
|
|
|
|
|
|
|
|
- name: email-notification
|
|
|
|
|
environment:
|
|
|
|
@ -553,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
|
|
|
|
@ -586,11 +446,10 @@ platform:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.0-amd64
|
|
|
|
|
pull: always
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
image: docker.io/plugins/docker:20.17.1
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: true
|
|
|
|
|
auto_tag_suffix: amd64
|
|
|
|
@ -621,68 +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/git-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.3.0-arm-v7
|
|
|
|
|
pull: always
|
|
|
|
|
|
|
|
|
|
- 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/git
|
|
|
|
|
username:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_user
|
|
|
|
|
password:
|
|
|
|
|
from_secret: git_cryptic_systems_container_registry_password
|
|
|
|
|
build_args:
|
|
|
|
|
- GOSEC_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
|
|
|
|
@ -708,11 +506,10 @@ platform:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.0-arm64-v8
|
|
|
|
|
pull: always
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
image: docker.io/plugins/docker:20.10.9
|
|
|
|
|
image: docker.io/plugins/docker:20.17.1
|
|
|
|
|
settings:
|
|
|
|
|
auto_tag: true
|
|
|
|
|
auto_tag_suffix: arm64-v8
|
|
|
|
@ -743,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
|
|
|
|
@ -765,7 +562,6 @@ clone:
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- tagged-amd64
|
|
|
|
|
- tagged-arm-v7
|
|
|
|
|
- tagged-arm64-v8
|
|
|
|
|
|
|
|
|
|
# docker.io/plugins/manifest only for amd64 architectures available
|
|
|
|
@ -775,8 +571,7 @@ node_selector:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.0-amd64
|
|
|
|
|
pull: always
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: build-manifest
|
|
|
|
|
image: docker.io/plugins/manifest:1.4.0
|
|
|
|
@ -801,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
|
|
|
|
@ -830,8 +625,7 @@ depends_on:
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
- name: clone
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.0-amd64
|
|
|
|
|
pull: always
|
|
|
|
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
|
|
|
|
|
|
|
|
|
- name: tagged-sync
|
|
|
|
|
commands:
|
|
|
|
@ -845,7 +639,7 @@ steps:
|
|
|
|
|
from_secret: container_image_registry_user
|
|
|
|
|
DEST_CRED_PASSWORD:
|
|
|
|
|
from_secret: container_image_registry_password
|
|
|
|
|
image: quay.io/skopeo/stable:v1.13.2
|
|
|
|
|
image: quay.io/skopeo/stable:v1.14.0
|
|
|
|
|
|
|
|
|
|
- name: email-notification
|
|
|
|
|
environment:
|
|
|
|
@ -859,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
|
|
|
|
|