Monorepo for various container images.
| Image | Description | Documentation |
|---|---|---|
| age | Modern encryption tool | README |
| gh | GitHub CLI | README |
| taskfile | Task runner / build tool | README |
| terragrunt | Infrastructure as Code orchestration | README |
| zfs-exporter | Prometheus exporter for ZFS metrics | README |
All images are available from GitHub Container Registry:
docker pull ghcr.io/mirceanton/<image>:<tag>See each image's README for detailed usage instructions and available tags.
Unless otherwise specified, images follow a consistent tagging scheme:
| Tag | Description |
|---|---|
:latest |
Latest version (where applicable) |
:X.Y.Z |
Specific version |
:X.Y |
Latest patch for minor version |
:X |
Latest for major version |
:sha-<hash> |
Specific git commit |
:date-<date> |
Build date |
Some images (like terragrunt) have additional tag patterns for variant images. See the individual READMEs for details.
This project is licensed under the MIT License - see the LICENSE file for details.