2020-10-28 08:05:50 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
name: test
|
|
|
|
|
|
|
|
platform:
|
|
|
|
os: linux
|
|
|
|
arch: amd64
|
|
|
|
|
|
|
|
steps:
|
2021-10-23 14:16:55 +00:00
|
|
|
- name: markdownlint
|
|
|
|
image: thegeeklab/markdownlint-cli
|
|
|
|
commands:
|
|
|
|
- markdownlint 'README.md'
|
2020-10-28 08:05:50 +00:00
|
|
|
|
2020-10-28 08:17:37 +00:00
|
|
|
trigger:
|
|
|
|
ref:
|
2021-10-23 14:16:55 +00:00
|
|
|
- refs/heads/main
|
|
|
|
- refs/tags/**
|
|
|
|
- refs/pull/**
|
2020-10-28 08:17:37 +00:00
|
|
|
|
2019-02-09 14:29:00 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
2021-10-23 14:16:55 +00:00
|
|
|
name: build-container-rh7
|
2019-03-13 09:57:48 +00:00
|
|
|
|
|
|
|
platform:
|
|
|
|
os: linux
|
2019-03-14 12:39:27 +00:00
|
|
|
arch: amd64
|
2019-03-13 09:57:48 +00:00
|
|
|
|
|
|
|
steps:
|
2021-10-23 14:16:55 +00:00
|
|
|
- name: dryrun
|
|
|
|
pull: always
|
|
|
|
image: thegeeklab/drone-docker-buildx:20
|
|
|
|
settings:
|
|
|
|
dockerfile: Dockerfile.rh7
|
|
|
|
dry_run: true
|
|
|
|
repo: thegeeklab/${DRONE_REPO_NAME}
|
|
|
|
when:
|
|
|
|
ref:
|
|
|
|
- refs/pull/**
|
|
|
|
|
|
|
|
- name: publish-dockerhub
|
|
|
|
pull: always
|
|
|
|
image: thegeeklab/drone-docker-buildx:20
|
|
|
|
settings:
|
|
|
|
dockerfile: Dockerfile.rh7
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
|
|
|
repo: thegeeklab/${DRONE_REPO_NAME}
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
when:
|
|
|
|
ref:
|
|
|
|
- refs/heads/main
|
|
|
|
- refs/tags/**
|
|
|
|
|
|
|
|
- name: publish-quay
|
|
|
|
pull: always
|
|
|
|
image: thegeeklab/drone-docker-buildx:20
|
|
|
|
settings:
|
|
|
|
dockerfile: Dockerfile.rh7
|
|
|
|
password:
|
|
|
|
from_secret: quay_password
|
|
|
|
registry: quay.io
|
|
|
|
repo: quay.io/thegeeklab/${DRONE_REPO_NAME}
|
|
|
|
tags: 7
|
|
|
|
username:
|
|
|
|
from_secret: quay_username
|
|
|
|
when:
|
|
|
|
ref:
|
|
|
|
- refs/heads/main
|
|
|
|
- refs/tags/**
|
2019-03-14 12:39:27 +00:00
|
|
|
|
2021-10-23 14:16:55 +00:00
|
|
|
trigger:
|
|
|
|
ref:
|
2020-12-30 15:31:41 +00:00
|
|
|
- refs/heads/main
|
2020-09-02 20:25:24 +00:00
|
|
|
- refs/tags/**
|
2021-10-23 14:16:55 +00:00
|
|
|
- refs/pull/**
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
- test
|
|
|
|
|
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
name: build-container-rh8
|
|
|
|
|
|
|
|
platform:
|
|
|
|
os: linux
|
|
|
|
arch: amd64
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: dryrun
|
|
|
|
pull: always
|
|
|
|
image: thegeeklab/drone-docker-buildx:20
|
|
|
|
settings:
|
|
|
|
dockerfile: Dockerfile.rh8
|
|
|
|
dry_run: true
|
|
|
|
repo: thegeeklab/${DRONE_REPO_NAME}
|
|
|
|
when:
|
|
|
|
ref:
|
|
|
|
- refs/pull/**
|
|
|
|
|
|
|
|
- name: publish-dockerhub
|
|
|
|
pull: always
|
|
|
|
image: thegeeklab/drone-docker-buildx:20
|
|
|
|
settings:
|
|
|
|
dockerfile: Dockerfile.rh8
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
|
|
|
repo: thegeeklab/${DRONE_REPO_NAME}
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
when:
|
|
|
|
ref:
|
|
|
|
- refs/heads/main
|
|
|
|
- refs/tags/**
|
|
|
|
|
|
|
|
- name: publish-quay
|
|
|
|
pull: always
|
|
|
|
image: thegeeklab/drone-docker-buildx:20
|
|
|
|
settings:
|
|
|
|
dockerfile: Dockerfile.rh8
|
|
|
|
password:
|
|
|
|
from_secret: quay_password
|
|
|
|
registry: quay.io
|
|
|
|
repo: quay.io/thegeeklab/${DRONE_REPO_NAME}
|
|
|
|
tags: 8
|
|
|
|
username:
|
|
|
|
from_secret: quay_username
|
|
|
|
when:
|
|
|
|
ref:
|
|
|
|
- refs/heads/main
|
|
|
|
- refs/tags/**
|
2019-03-14 12:39:27 +00:00
|
|
|
|
2020-06-11 12:56:29 +00:00
|
|
|
trigger:
|
|
|
|
ref:
|
2021-10-23 14:16:55 +00:00
|
|
|
- refs/heads/main
|
|
|
|
- refs/tags/**
|
|
|
|
- refs/pull/**
|
2020-06-11 12:56:29 +00:00
|
|
|
|
2020-10-28 08:17:37 +00:00
|
|
|
depends_on:
|
2021-10-23 14:16:55 +00:00
|
|
|
- test
|
2020-10-28 08:17:37 +00:00
|
|
|
|
2019-03-14 12:54:36 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
name: notifications
|
|
|
|
|
|
|
|
platform:
|
|
|
|
os: linux
|
|
|
|
arch: amd64
|
|
|
|
|
|
|
|
steps:
|
2021-10-23 14:16:55 +00:00
|
|
|
- name: manifest-dockerhub
|
|
|
|
image: plugins/manifest
|
|
|
|
settings:
|
|
|
|
ignore_missing: true
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
|
|
|
spec: manifest.tmpl
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
when:
|
|
|
|
status:
|
|
|
|
- success
|
|
|
|
|
|
|
|
- name: manifest-quay
|
|
|
|
image: plugins/manifest
|
|
|
|
settings:
|
|
|
|
ignore_missing: true
|
|
|
|
password:
|
|
|
|
from_secret: quay_password
|
|
|
|
spec: manifest-quay.tmpl
|
|
|
|
username:
|
|
|
|
from_secret: quay_username
|
|
|
|
when:
|
|
|
|
status:
|
|
|
|
- success
|
|
|
|
|
|
|
|
- name: pushrm-dockerhub
|
|
|
|
pull: always
|
|
|
|
image: chko/docker-pushrm:1
|
|
|
|
environment:
|
|
|
|
DOCKER_PASS:
|
|
|
|
from_secret: docker_password
|
|
|
|
DOCKER_USER:
|
|
|
|
from_secret: docker_username
|
|
|
|
PUSHRM_FILE: README.md
|
|
|
|
PUSHRM_SHORT: Rootless Alpine base image
|
|
|
|
PUSHRM_TARGET: thegeeklab/${DRONE_REPO_NAME}
|
|
|
|
when:
|
|
|
|
status:
|
|
|
|
- success
|
|
|
|
|
|
|
|
- name: pushrm-quay
|
|
|
|
pull: always
|
|
|
|
image: chko/docker-pushrm:1
|
|
|
|
environment:
|
|
|
|
APIKEY__QUAY_IO:
|
|
|
|
from_secret: quay_token
|
|
|
|
PUSHRM_FILE: README.md
|
|
|
|
PUSHRM_TARGET: quay.io/thegeeklab/${DRONE_REPO_NAME}
|
|
|
|
when:
|
|
|
|
status:
|
|
|
|
- success
|
|
|
|
|
|
|
|
- name: matrix
|
|
|
|
image: thegeeklab/drone-matrix
|
|
|
|
settings:
|
|
|
|
homeserver:
|
|
|
|
from_secret: matrix_homeserver
|
|
|
|
password:
|
|
|
|
from_secret: matrix_password
|
|
|
|
roomid:
|
|
|
|
from_secret: matrix_roomid
|
|
|
|
template: "Status: **{{ build.Status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.Link }}){{#if build.Branch}} ({{ build.Branch }}){{/if}} by {{ commit.Author }}<br/> Message: {{ commit.Message.Title }}"
|
|
|
|
username:
|
|
|
|
from_secret: matrix_username
|
|
|
|
when:
|
|
|
|
status:
|
|
|
|
- success
|
|
|
|
- failure
|
2019-03-14 12:54:36 +00:00
|
|
|
|
2019-03-18 12:46:03 +00:00
|
|
|
trigger:
|
2020-02-22 16:41:02 +00:00
|
|
|
ref:
|
2021-10-23 14:16:55 +00:00
|
|
|
- refs/heads/main
|
|
|
|
- refs/tags/**
|
2019-03-18 12:46:03 +00:00
|
|
|
status:
|
2021-10-23 14:16:55 +00:00
|
|
|
- success
|
|
|
|
- failure
|
2019-03-18 12:46:03 +00:00
|
|
|
|
2019-03-14 12:54:36 +00:00
|
|
|
depends_on:
|
2021-10-23 14:16:55 +00:00
|
|
|
- build-container-rh7
|
|
|
|
- build-container-rh8
|
2020-02-22 16:41:02 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
kind: signature
|
2021-10-23 14:16:55 +00:00
|
|
|
hmac: 474bbbb50ad73c8e3fb3c9047caabeefaf91f311582963e508503405b652af5d
|
2019-03-14 12:54:36 +00:00
|
|
|
|
2019-03-14 12:39:27 +00:00
|
|
|
...
|