sns-alert-hub/.ci
Stefan Reimer cf558ada66
Some checks failed
ZeroDownTime/sns-alert-hub/pipeline/head There was a failure building this commit
Merge commit '93faaeb6cec341b66e93f5da5d6d6c218351a1aa'
2023-08-14 10:24:11 +00:00
..
vars Merge commit '93faaeb6cec341b66e93f5da5d6d6c218351a1aa' 2023-08-14 10:24:11 +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 'b6e34c53c1e41709c05d828059ae034b903a3bd3' 2023-08-14 10:20:46 +00: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