jenkins-podman/.ci
Stefan Reimer d56b907116 Merge commit '632076a98dcc50c67a52089b66f762988dbb5ec3' 2022-11-18 14:06:38 +01:00
..
vars Merge commit 'b9536819015b1db86c9a5ad08aa469451ea4b263' 2022-10-13 13:27:15 +02: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 '632076a98dcc50c67a52089b66f762988dbb5ec3' 2022-11-18 14:06:38 +01: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