jenkins-podman/.ci
Stefan Reimer 664f10daf2
ZeroDownTime/jenkins-podman/pipeline/head There was a failure building this commit Details
Merge commit '43063d1ffa7d65cbe21037b8faaa8b41c4a0d77d'
2022-07-11 11:51:28 +00:00
..
vars Merge commit 'c69ea98418d324d44507c9c9793cdaa313e35a8d' 2022-07-11 11:18:36 +00:00
LICENSE Merge commit 'ffff989194bf9fb0cfe22a829ae7aeaee4138b5b' as '.ci' 2022-02-11 18:20:54 +01:00
README.md Merge commit 'c69ea98418d324d44507c9c9793cdaa313e35a8d' 2022-07-11 11:18:36 +00:00
podman.mk Merge commit '43063d1ffa7d65cbe21037b8faaa8b41c4a0d77d' 2022-07-11 11:51:28 +00:00

README.md

ci-tools-lib

Various toolchain bits and pieces shared between projects

Quickstart

Create top-level Makefile

REGISTRY := <your-registry>
IMAGE := <image_name>
REGION := <AWS region of your registry>

include .ci/podman.mk

Add subtree to your project:

git subtree add --prefix .ci https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git master --squash

Jenkins

Shared groovy libraries

Make

Common Makefile include