Code Monkey home page Code Monkey logo

docker-aws-cli's Introduction

Build Status hub

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 Version Description
Docker Engine 18.6 Docker image containing docker engine to offer Docker inside Docker (DinD)
AWS CLI 1.16.81 AWS commandline tools for managing simple infrastructure tasks
Python 3.6.6 Usefull scripting language and also a common rerequisite for many other tools
Pip 18.1 Python package manager used to install many libraries and other tools i.e. aws-cli
cUrl 7.61.1 Commandline professional http(s) client tool
Bash 4.4.19 Advanced linux shell
Envsubst 1.1.0 Simple tool to substitute template files with matching Environment Variables values
aws-iam-authenticator 1.11.5 IAM authentication utility offers a secure proxy for authenticating kubectl to K8S cluster
Kubectl 1.10.3 Kubectl used to administrate the K8S cluster
git 2.18.1 World's most popular version control tool
helm 2.12.1 Package manager for K8S clusters that simplifies complex deployments with simple Charts
helm-s3 plugin 0.8.0 S3 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'

docker-aws-cli's People

Contributors

aserour avatar muenchhausen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

docker-aws-cli's Issues

upgrade to latest cli versions

I was upgrading all cli versions in my fork. I did not use the very latest versions, but mature and proofed ones. I did not test the latest docker-compose, because I do not need it.

Anyhow - if you are interested, I could create a merge request for you!

Thanks!

Thanks for maintaining this. It's been super helpful for me!

Cheers! (feel free to close this non-issue, btw).

missing license

thanks for sharing - well documented :)

Please add a license file, so I am able to reuse, fork and contribute to your project.
A business friendly license like MIT or Apache 2.0 would be appreciated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.