Skip to content

Docker, AWS-CLI, Kubectl, Helm, Curl, Python, Envsubst, Python, Pip, Git, Bash, AWS-IAM-Auth

License

Notifications You must be signed in to change notification settings

muenchhausen/docker-aws-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Status hub

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.

Builder docker image

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.

Tools listing

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.

Installation guide

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

Even more useful in Gitlab

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'

Credits

Ahmed Sorour, https://github.com/aserour

About

Docker, AWS-CLI, Kubectl, Helm, Curl, Python, Envsubst, Python, Pip, Git, Bash, AWS-IAM-Auth

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%