Docker image of eksctl - The official CLI for Amazon EKS with necessary tools for build our projects
This image adds several tools used by our integration and deployment processes, like jq, curl, etc
docker run -it --rm --name my-running-script aiwin/eksctl:latest help
Run build.sh script to build and push the image to default location
aiwin/eksctl:latest
If you want to build and push the image to diferent location, define the following variables before the execution of the script:
- REPOSITORY. Docker repository
- REGISTRY. Docker registry
- TAG. Tag or version