Build π³ Docker images π³ with various cloud provider CLIs and other fun tools!ππ₯³
β
Supports best practise paradigm, build once deploy many!
β
Supports multi-platforms (x86_64, arm64).
β
No need to ever install any package locally on your machine.
β
Everyone in a team can now have a consistent experience working with your cloud provider.
β
Can be used as a deployment container, allowing you to test locally before running it in a CI/CD pipeline.
β
Pipeline agnostic. Whatever pipeline you use, this can be deployed with consistent behaviour.
β
Saving β° and π° for all. Life is precious, don't spend time doing trivial tasks.
βοΈ Cloud providers supported in the various container images! βοΈ
Author: Lim Chooi Guan (AWS Architect, AWS Certified Solutions Architect)
Required if you wish to build each image locally.
- Docker
- Cloud provider account
The images exist on Dockerhub. You can run them directly in your terminal.
β Supports multi-platforms (x86_64, arm64)
Run
docker run -it minimice/terraform-aws-go-cli:latest
β Multi-platform ready. Currently only supporting x86_64 as Microsoft has not made an ARM64 version for Debian.
For x86 processors, run
docker run -it minimice/terraform-azure-go-cli:latest
β Supports multi-platforms (x86_64, arm64)
Run
docker run -it minimice/terraform-gcloud-go-cli:latest
β Supports multi-platforms (x86_64, arm64). Azure CLI only supports x86_64 as Microsoft has not made an ARM64 version for Debian.
Run
docker run -it minimice/terraform-multicloud-go-cli:latest