Stefan Reimer a32bab422f Squashed '.ci/' changes from 15e4d1f..67529a0
67529a0 Fix: revert to std trivyignore file due to new flag handling
9725c2e fix: ensure we dont remove rc builds
a5cd89d feat: improve tag parsing, ensure dirty is added if needed

git-subtree-dir: .ci
git-subtree-split: 67529a07cfa28b3324b87f7d56dcaa3673ff987a
2025-05-23 18:09:37 +00:00

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

Description
Toolset to deploy and maintain infrastructure in automated and trackable manner.
Readme 369 KiB
Languages
Python 91.8%
Makefile 3.9%
Groovy 2.2%
Dockerfile 2.1%