aws-cli, eks, helm, kubectl
10K+
This repo is a fork of https://github.com/aserour/docker-aws-cli. All changes will be merged back to the initial repository if possible.
An Alpine based docker image contains a good combination of commenly used tools to build, package as docker image, login and push to AWS ECR, AWS authentication and all Kuberentes staff.
The image is mainly used as a builder images while creating CICD pipelines.
| Tool | Description |
|---|---|
| Docker Engine | Docker image containing docker engine to offer Docker inside Docker (DinD) |
| docker-compose | Docker Compose |
| AWS CLI | AWS commandline tools for managing simple infrastructure tasks |
| Python | Usefull scripting language and also a common rerequisite for many other tools |
| Pip | Python package manager used to install many libraries and other tools i.e. aws-cli |
| cUrl | Commandline professional http(s) client tool |
| Bash | Advanced linux shell |
| Envsubst | Simple tool to substitute template files with matching Environment Variables values |
| aws-iam-authenticator | IAM authentication utility offers a secure proxy for authenticating kubectl to K8S cluster |
| Kubectl | Kubectl used to administrate the K8S cluster |
| git | World's most popular version control tool |
| helm | Package manager for K8S clusters that simplifies complex deployments with simple Charts |
| helm3 | Package manager (version 3) for managing K8S cluster deployments |
| helm-s3 plugin | S3 integration plugin to use S3 as a private Helm Charts repositories |
| terraform | HashiCorp Terraform |
Important tools have specific versions, see file Dockerfile.
Simply pull the image from official docker hub using the following command as it contains nothing more than a set of open source tools.
docker pull muenchhausen/docker-aws-cli
docker:
stage: create-docker-image
image: asorour/docker-aws-cli
services:
- docker:dind
variables:
DOCKER_DRIVER: overlay # For better build performance
script:
- echo 'Your build scripts goes here and you can use all of the above toolset'
Ahmed Sorour, https://github.com/aserour
Content type
Image
Digest
Size
327.9 MB
Last updated
about 6 years ago
docker pull muenchhausen/docker-aws-cli