This repo is a collection of small, focused Docker containers for use in crons, ci and cd.
- dane-verify: A specialized tool to monitor a domain's DNSSEC and TLSA records
- ssh: A lightweight alpine image with an SSH client
Each container lives in its own directory with its own Dockerfile. To build them:
docker build -t dane-verify ./dane-verify
docker build -t ssh ./ssh