8 Commits

Author SHA1 Message Date
43025883e1 chore(deps): update dependency igorshubovych/markdownlint-cli to v0.35.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-17 15:37:09 +02:00
01eb154d4a fix: migrate to git.cryptic.systems
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-17 15:34:50 +02:00
f453a2b92b chore(deps): update dependency docker.io/volkerraschek/drone-email to v0.1.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-17 15:05:29 +02:00
83c137e24f chore(deps): update dependency git.cryptic.systems/volker.raschek/markdownlint to v0.34.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-15 16:12:49 +02:00
3f6e9136ed fix(ci): use a container image mirror for docker.io
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-15 16:10:45 +02:00
fdc5b39f6a fix(ci): add missing properties
Some checks failed
continuous-integration/drone/push Build is failing
2023-06-15 15:51:14 +02:00
be0df123a8 chore(deps): update dependency igorshubovych/markdownlint-cli to v0.34.0
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2023-06-08 21:35:51 +02:00
bf55a651a1 feat(ci): migrate to volker.raschek/git v1.2.1
Some checks failed
continuous-integration/drone/push Build is failing
2023-06-08 18:12:08 +02:00
3 changed files with 93 additions and 96 deletions

View File

@ -11,12 +11,12 @@ platform:
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: markdown lint - name: markdown lint
commands: commands:
- markdownlint *.md - markdownlint *.md
image: git.cryptic.systems/volker.raschek/markdownlint:0.33.0 image: git.cryptic.systems/volker.raschek/markdownlint:0.34.0
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -34,7 +34,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -57,22 +57,28 @@ name: dry-run-amd64
clone: clone:
disable: true disable: true
depends_on:
- linter
platform: platform:
os: linux os: linux
arch: amd64 arch: amd64
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.10.9
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile
dry_run: true dry_run: true
force_tag: true force_tag: true
no_cache: true no_cache: true
purge: true purge: true
mirror:
from_secret: docker_io_mirror
registry: git.cryptic.systems registry: git.cryptic.systems
repo: git.cryptic.systems/volker.raschek/markdownlint repo: git.cryptic.systems/volker.raschek/markdownlint
tags: latest-amd64 tags: latest-amd64
@ -93,15 +99,12 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
- failure - failure
depends_on:
- linter
trigger: trigger:
branch: branch:
exclude: exclude:
@ -120,22 +123,28 @@ name: dry-run-arm-v7
clone: clone:
disable: true disable: true
depends_on:
- linter
platform: platform:
os: linux os: linux
arch: arm arch: arm
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.10.9
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile
dry_run: true dry_run: true
force_tag: true force_tag: true
no_cache: true no_cache: true
purge: true purge: true
mirror:
from_secret: docker_io_mirror
registry: git.cryptic.systems registry: git.cryptic.systems
repo: git.cryptic.systems/volker.raschek/markdownlint repo: git.cryptic.systems/volker.raschek/markdownlint
tags: latest-arm-v7 tags: latest-arm-v7
@ -156,15 +165,12 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
- failure - failure
depends_on:
- linter
trigger: trigger:
branch: branch:
exclude: exclude:
@ -183,25 +189,31 @@ name: dry-run-arm64-v8
clone: clone:
disable: true disable: true
depends_on:
- linter
platform: platform:
os: linux os: linux
arch: arm64 arch: arm64
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.10.9
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile
dry_run: true dry_run: true
force_tag: true force_tag: true
no_cache: true no_cache: true
purge: true purge: true
mirror:
from_secret: docker_io_mirror
registry: git.cryptic.systems registry: git.cryptic.systems
tags: latest-arm64-v8
repo: git.cryptic.systems/volker.raschek/markdownlint repo: git.cryptic.systems/volker.raschek/markdownlint
tags: latest-arm64-v8
username: username:
from_secret: git_cryptic_systems_container_registry_user from_secret: git_cryptic_systems_container_registry_user
password: password:
@ -219,15 +231,12 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
- failure - failure
depends_on:
- linter
trigger: trigger:
branch: branch:
exclude: exclude:
@ -246,21 +255,27 @@ name: latest-amd64
clone: clone:
disable: true disable: true
depends_on:
- linter
platform: platform:
os: linux os: linux
arch: amd64 arch: amd64
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.10.9
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile
force_tag: true force_tag: true
no_cache: true no_cache: true
purge: true purge: true
mirror:
from_secret: docker_io_mirror
registry: git.cryptic.systems registry: git.cryptic.systems
repo: git.cryptic.systems/volker.raschek/markdownlint repo: git.cryptic.systems/volker.raschek/markdownlint
tags: latest-amd64 tags: latest-amd64
@ -281,15 +296,12 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
- failure - failure
depends_on:
- linter
trigger: trigger:
branch: branch:
- master - master
@ -307,21 +319,27 @@ name: latest-arm-v7
clone: clone:
disable: true disable: true
depends_on:
- linter
platform: platform:
os: linux os: linux
arch: arm arch: arm
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.10.9
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile
force_tag: true force_tag: true
no_cache: true no_cache: true
purge: true purge: true
mirror:
from_secret: docker_io_mirror
registry: git.cryptic.systems registry: git.cryptic.systems
repo: git.cryptic.systems/volker.raschek/markdownlint repo: git.cryptic.systems/volker.raschek/markdownlint
tags: latest-arm-v7 tags: latest-arm-v7
@ -342,15 +360,12 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
- failure - failure
depends_on:
- linter
trigger: trigger:
branch: branch:
- master - master
@ -368,24 +383,30 @@ name: latest-arm64-v8
clone: clone:
disable: true disable: true
depends_on:
- linter
platform: platform:
os: linux os: linux
arch: arm64 arch: arm64
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.10.9
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile
force_tag: true force_tag: true
no_cache: true no_cache: true
purge: true purge: true
mirror:
from_secret: docker_io_mirror
registry: git.cryptic.systems registry: git.cryptic.systems
tags: latest-arm64-v8
repo: git.cryptic.systems/volker.raschek/markdownlint repo: git.cryptic.systems/volker.raschek/markdownlint
tags: latest-arm64-v8
username: username:
from_secret: git_cryptic_systems_container_registry_user from_secret: git_cryptic_systems_container_registry_user
password: password:
@ -403,15 +424,12 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
- failure - failure
depends_on:
- linter
trigger: trigger:
branch: branch:
- master - master
@ -429,9 +447,14 @@ name: latest-manifest
clone: clone:
disable: true disable: true
depends_on:
- latest-amd64
- latest-arm-v7
- latest-arm64-v8
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build-manifest - name: build-manifest
image: docker.io/plugins/manifest:latest image: docker.io/plugins/manifest:latest
@ -456,7 +479,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -466,11 +489,6 @@ steps:
- changed - changed
- failure - failure
depends_on:
- latest-amd64
- latest-arm-v7
- latest-arm64-v8
trigger: trigger:
branch: branch:
- master - master
@ -493,9 +511,9 @@ depends_on:
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: latest-docker-sync - name: latest-sync
commands: 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 - 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: environment:
@ -521,7 +539,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -554,16 +572,19 @@ platform:
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.10.9
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: amd64 auto_tag_suffix: amd64
dockerfile: Dockerfile
force_tag: true force_tag: true
no_cache: true no_cache: true
purge: true purge: true
mirror:
from_secret: docker_io_mirror
registry: git.cryptic.systems registry: git.cryptic.systems
repo: git.cryptic.systems/volker.raschek/markdownlint repo: git.cryptic.systems/volker.raschek/markdownlint
username: username:
@ -585,7 +606,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
@ -611,16 +632,19 @@ platform:
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.10.9
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: arm-v7 auto_tag_suffix: arm-v7
dockerfile: Dockerfile
force_tag: true force_tag: true
no_cache: true no_cache: true
purge: true purge: true
mirror:
from_secret: docker_io_mirror
registry: git.cryptic.systems registry: git.cryptic.systems
repo: git.cryptic.systems/volker.raschek/markdownlint repo: git.cryptic.systems/volker.raschek/markdownlint
username: username:
@ -642,7 +666,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
@ -668,16 +692,19 @@ platform:
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.10.9
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: arm64-v8 auto_tag_suffix: arm64-v8
dockerfile: Dockerfile
force_tag: true force_tag: true
no_cache: true no_cache: true
purge: true purge: true
mirror:
from_secret: docker_io_mirror
registry: git.cryptic.systems registry: git.cryptic.systems
repo: git.cryptic.systems/volker.raschek/markdownlint repo: git.cryptic.systems/volker.raschek/markdownlint
username: username:
@ -699,7 +726,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
when: when:
status: status:
- changed - changed
@ -719,9 +746,14 @@ name: tagged-manifest
clone: clone:
disable: true disable: true
depends_on:
- tagged-amd64
- tagged-arm-v7
- tagged-arm64-v8
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build-manifest - name: build-manifest
image: docker.io/plugins/manifest:latest image: docker.io/plugins/manifest:latest
@ -746,7 +778,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -756,11 +788,6 @@ steps:
- changed - changed
- failure - failure
depends_on:
- tagged-amd64
- tagged-arm-v7
- tagged-arm64-v8
trigger: trigger:
event: event:
- tag - tag
@ -775,11 +802,14 @@ name: tagged-sync
clone: clone:
disable: true disable: true
depends_on:
- tagged-manifest
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: tagged-docker-sync - name: tagged-sync
commands: 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 - 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: environment:
@ -805,7 +835,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: docker.io/volkerraschek/drone-email:0.1.1 image: git.cryptic.systems/volker.raschek/drone-email:0.1.2
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -815,9 +845,6 @@ steps:
- changed - changed
- failure - failure
depends_on:
- tagged-manifest
trigger: trigger:
event: event:
- tag - tag

View File

@ -1,30 +0,0 @@
name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-x86_64:
runs-on: x86_64
steps:
- name: checkout repo
uses: actions/checkout@v3
# - name: Install docker
# run: |
# apt-get update
# apt-get upgrade --yes
# apt-get install --yes ca-certificates curl gnupg
# install -m 0755 -d /etc/apt/keyrings
# curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
# chmod a+r /etc/apt/keyrings/docker.gpg
# echo "deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu "$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
# apt-get update --yes
# apt-get install --yes docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
- name: build application
shell: bash
run: make container-image/build

View File

@ -1,6 +1,6 @@
# MARKDOWNLINT_VERSION # MARKDOWNLINT_VERSION
# Only required to install a specifiy version # Only required to install a specifiy version
MARKDOWNLINT_VERSION?=v0.33.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli MARKDOWNLINT_VERSION?=v0.35.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
# CONTAINER_RUNTIME # CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a # The CONTAINER_RUNTIME variable will be used to specified the path to a