Sign inSign up

asorour/docker-aws-cli

By asorour

•Updated almost 8 years ago

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

Image
1

100K+

asorour/docker-aws-cli repository overview

⁠Docker Builder image

build status badge hub

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

ToolVersionDescription
Docker Engine18.6Docker image containing docker engine to offer Docker inside Docker (DinD)
AWS CLI1.16.25AWS commandline tools for managing simple infrastructure tasks
Python3.6.6Usefull scripting language and also a common rerequisite for many other tools
Pip18.1Python package manager used to install many libraries and other tools i.e. aws-cli
cUrl7.61.1Commandline professional http(s) client tool
Bash4.4.19Advanced linux shell
Envsubst1.1.0Simple tool to substitute template files with matching Environment Variables values
aws-iam-authenticator1.10.3IAM authentication utility offers a secure proxy for authenticating kubectl to K8S cluster
Kubectl1.10.3Kubectl used to administrate the K8S cluster
git2.18.1World's most popular version control tool
helm2.10.0Package manager for K8S clusters that simplifies complex deployments with simple Charts
helm-s3 plugin0.7.0S3 integration plugin to use S3 as a private Helm Charts repositories

⁠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 asorour/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

Tag summary

Content type

Image

Digest

Size

198.9 MB

Last updated

almost 8 years ago

docker pull asorour/docker-aws-cli