sns-alert-hub/.ci
2023-08-15 10:26:56 +01:00
..
vars Merge commit '0152d905022e47ccf43ebac18804fb970cb0609c' 2023-08-14 10:27:13 +00:00
ecr_public_lifecycle.py Merge commit '785cddf02c35288ac82794e2f0cb20cf8f7cf653' 2023-08-11 12:51:56 +00:00
LICENSE Squashed '.ci/' changes from 5819ded..955afa7 2023-08-11 12:51:56 +00:00
podman.mk Merge commit '6d421cefd191c85f9c7eb9f0f13a12fcc76bec05' 2023-08-15 10:26:56 +01:00
README.md Squashed '.ci/' changes from 5819ded..955afa7 2023-08-11 12:51:56 +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 master --squash

Jenkins

Shared groovy libraries

Make

Common Makefile include