https://github.com/mirceanton/container-images
Monorepo for various container images
https://github.com/mirceanton/container-images
container container-image container-images containers docker-image
Last synced: 5 months ago
JSON representation
Monorepo for various container images
- Host: GitHub
- URL: https://github.com/mirceanton/container-images
- Owner: mirceanton
- License: mit
- Created: 2025-06-11T16:46:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-31T10:03:13.000Z (5 months ago)
- Last Synced: 2026-01-31T22:23:07.773Z (5 months ago)
- Topics: container, container-image, container-images, containers, docker-image
- Language: HCL
- Homepage:
- Size: 205 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Container Images
Monorepo for various container images.
## Available Images
| Image | Description | Documentation |
| --------------------------------------------------- | ------------------------------------ | ------------------------------------------- |
| [age](https://ghcr.io/mirceanton/age) | Modern encryption tool | [README](./containers/age/README.md) |
| [gh](https://ghcr.io/mirceanton/gh) | GitHub CLI | [README](./containers/gh/README.md) |
| [taskfile](https://ghcr.io/mirceanton/taskfile) | Task runner / build tool | [README](./containers/taskfile/README.md) |
| [terragrunt](https://ghcr.io/mirceanton/terragrunt) | Infrastructure as Code orchestration | [README](./containers/terragrunt/README.md) |
## Quick Start
All images are available from GitHub Container Registry:
```bash
docker pull ghcr.io/mirceanton/:
```
See each image's README for detailed usage instructions and available tags.
## Tag Conventions
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-` | Specific git commit |
| `:date-` | Build date |
Some images (like terragrunt) have additional tag patterns for variant images. See the individual READMEs for details.
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.