2023-10-27 10:49:38 +00:00
2022-02-11 17:47:10 +01:00
2025-06-10 22:17:21 +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

Renovate

Run renovate locally to test custom config:

LOG_LEVEL=debug ~/node_modules/renovate/dist/renovate.js --platform local --dry-run
Description
ZeroDownTime - CI Tools Various bits and pieces shared between projects
Readme AGPL-3.0 86 KiB
Languages
Makefile 43.8%
Groovy 28.1%
Python 28.1%