sns-alert-hub/.ci
Stefan Reimer 9ef9c150b1
ZeroDownTime/sns-alert-hub/pipeline/head This commit looks good Details
ZeroDownTime/sns-alert-hub/pipeline/tag This commit looks good Details
Merge commit '0152d905022e47ccf43ebac18804fb970cb0609c'
2023-08-14 10:27:13 +00:00
..
vars Merge commit '0152d905022e47ccf43ebac18804fb970cb0609c' 2023-08-14 10:27:13 +00:00
LICENSE Squashed '.ci/' changes from 5819ded..955afa7 2023-08-11 12:51:56 +00:00
README.md Squashed '.ci/' changes from 5819ded..955afa7 2023-08-11 12:51:56 +00:00
ecr_public_lifecycle.py Merge commit '785cddf02c35288ac82794e2f0cb20cf8f7cf653' 2023-08-11 12:51:56 +00:00
podman.mk Merge commit 'b6e34c53c1e41709c05d828059ae034b903a3bd3' 2023-08-14 10:20:46 +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