Sign inSign up

muenchhausen/docker-aws-cli

By muenchhausen

Updated about 6 years ago

aws-cli, eks, helm, kubectl

Image
1

10K+

muenchhausen/docker-aws-cli repository overview

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

ToolDescription
Docker EngineDocker image containing docker engine to offer Docker inside Docker (DinD)
docker-composeDocker Compose
AWS CLIAWS commandline tools for managing simple infrastructure tasks
PythonUsefull scripting language and also a common rerequisite for many other tools
PipPython package manager used to install many libraries and other tools i.e. aws-cli
cUrlCommandline professional http(s) client tool
BashAdvanced linux shell
EnvsubstSimple tool to substitute template files with matching Environment Variables values
aws-iam-authenticatorIAM authentication utility offers a secure proxy for authenticating kubectl to K8S cluster
KubectlKubectl used to administrate the K8S cluster
gitWorld's most popular version control tool
helmPackage manager for K8S clusters that simplifies complex deployments with simple Charts
helm3Package manager (version 3) for managing K8S cluster deployments
helm-s3 pluginS3 integration plugin to use S3 as a private Helm Charts repositories
terraformHashiCorp 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

Tag summary

Content type

Image

Digest

Size

327.9 MB

Last updated

about 6 years ago

docker pull muenchhausen/docker-aws-cli