A collection of reusable Development Container Features for adding tools, CLIs and languages to your dev containers.
This repository contains Features for:
- Container Tools: argocd, calicoctl, cilium, helm, istioctl, kind, kubectl
- Cloud & Infrastructure: bicep, clusterctl, gcloud, pulumi, terraform
- Databases: mongosh, redis
- Languages & Runtimes: deno, pkl, ruff, swift, uv, zig
- Build Tools: just, task, volta
- WebAssembly Tools: wasm-tools, wasmtime, wit-bindgen, wit-deps
- Development Tools: atlas, flux, kubebuilder, spin
- Features are organised in the
src
directory - Each Feature has its own test suite in
test
- Features are automatically tested and published via GitHub Actions
- Fork the repository
- Create a new Feature directory in
src
- Add installation scripts and Feature documentation
- Add tests in
test
- Submit a Pull Request