zdt-argocd/README.md
Stefan Reimer 46ed0290d4 Squashed '.ci/' changes from 3feaf6f..a5cd89d
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: a5cd89d73157c829eaf12f91a68f73826fbb35e7
2025-04-17 22:49:41 +00:00

26 lines
446 B
Markdown

# 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