diff --git a/README.md b/README.md new file mode 100644 index 0000000..a324d5b --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# 📦 container-images + +A collection of custom Dockerfiles for building lightweight, secure, and production-ready container images. +This repository is intended to serve as a base for various containerized environments tailored to specific tools or use cases. + +## 🗂️ Available Images + +| Image Tag | Base Image | Tools Included | Purpose | +|-----------|----------------|------------------------|------------------------------------------| +| `bash-jq` | `alpine:3.22` | `bash`, `curl`, `jq` | Lightweight image for running bash scripts with JSON and HTTP capabilities | + +> 🔐 All images are built with minimal layers and hardened by removing unnecessary tools like `apk`.