jenkins-podman/.ci
Stefan Reimer 2a2081b01b
ZeroDownTime/jenkins-podman/pipeline/head This commit looks good Details
Merge latest ci-tools-lib
2023-11-23 12:31:40 +00:00
..
vars Merge latest ci-tools-lib 2023-11-23 12:31:40 +00:00
LICENSE Merge commit 'ffff989194bf9fb0cfe22a829ae7aeaee4138b5b' as '.ci' 2022-02-11 18:20:54 +01:00
README.md Merge commit 'c69ea98418d324d44507c9c9793cdaa313e35a8d' 2022-07-11 11:18:36 +00:00
ecr_public_lifecycle.py Merge commit '9485a52765d37c030572834ae50b17b9c64f8bc5' 2023-09-15 11:59:53 +00:00
podman.mk Merge latest ci-tools-lib 2023-10-02 11:20:21 +00:00

README.md

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 master --squash

Jenkins

Shared groovy libraries

Make

Common Makefile include