Stefan Reimer cd49e55a3b Squashed '.ci/' changes from 67529a0..ca67be5
ca67be5 feat: only set TRIVY_IGNORE of file present

git-subtree-dir: .ci
git-subtree-split: ca67be57ee80e190ce07719b16bc0059267cbdb4
2025-05-24 13:38:17 +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%