eleith/containers
1
2
Fork
You've already forked containers
0
small one-off containers to be used in crons, ci and cd
  • Shell 83.7%
  • Dockerfile 16.3%
2026年06月05日 14:07:51 -07:00
.github/workflows [yq] add yq 2026年06月05日 14:07:51 -07:00
.woodpecker [yq] add yq 2026年06月05日 14:07:51 -07:00
dane-verify [dane-verify] update how port and resolver args are parsed 2026年02月19日 08:17:11 -08:00
ssh [all] docs and ci/cd publishing 2026年02月19日 07:58:42 -08:00
wg-verify [wg-verify] ghcr images 2026年03月14日 08:31:07 -07:00
yq [yq] add yq 2026年06月05日 14:07:51 -07:00
Agents.md [all] docs and ci/cd publishing 2026年02月19日 07:58:42 -08:00
README.md [yq] add yq 2026年06月05日 14:07:51 -07:00

📦 Containers

This repo is a collection of small, focused Docker containers for use in crons, ci and cd.

🛠 What's inside?

  • dane-verify: A specialized tool to monitor a domain's DNSSEC and TLSA records
  • ssh: A lightweight alpine image with an SSH client
  • wg-verify: Verifies a WireGuard VPN tunnel by checking handshake status and testing connectivity to an internal URL
  • yq: A lightweight alpine image with Mike Farah's yq (YAML processor) and bash

🚀 Quick Start

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
docker build -t wg-verify ./wg-verify
docker build -t yq ./yq