9725c2e fix: ensure we dont remove rc builds a5cd89d feat: improve tag parsing, ensure dirty is added if needed 15e4d1f ci: make work with main branch git-subtree-dir: .ci git-subtree-split: 9725c2ef8842467951ec60adb1b45dfeca7618f5
446 B
446 B
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 main --squash
Jenkins
Shared groovy libraries
Make
Common Makefile include