alpine-overlay/README.md
Stefan Reimer da7d877b40 Squashed '.ci/' changes from 3feaf6f..9725c2e
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
2025-04-21 11:47:18 +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