sns-alert-hub/.ci
Stefan Reimer 7043dcb2bf
ZeroDownTime/sns-alert-hub/pipeline/head This commit looks good Details
Merge latest ci-tools-lib
2023-08-17 09:51:15 +00:00
..
vars Merge latest ci-tools-lib 2023-08-17 09:51:15 +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 latest ci-tools-lib 2023-08-17 09:51:15 +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