Sign inSign up

guitarrapc/docker-awscli-kubectl

By guitarrapc

Updated about 5 years ago

Docker, AWS-CLI, Kubectl, Helm, Curl, Python,Git, Bash, AWS-IAM-Auth, kubeval, dockerize, sops

Image
1

100K+

guitarrapc/docker-awscli-kubectl repository overview

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.

Dockerfile

Docker Build release 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.

Versioning

version will match to the kubectl. other tools will be updated on kubectl update time.

Tools listing

ToolVersionDescription
Docker Engine18.6Docker image containing docker engine to offer Docker inside Docker (DinD)
AWS CLI2.2.37AWS commandline tools for managing simple infrastructure tasks
cUrl7.67.0Commandline professional http(s) client tool
Bash4.4.19Advanced linux shell
Kubectl1.21.2Kubectl used to administrate the K8S cluster
git2.24.1World's most popular version control tool
helm3.5.4Package manager for K8S clusters that simplifies complex deployments with simple Charts
helm-s3 plugin0.10.0S3 integration plugin to use S3 as a private Helm Charts repositories
kubeval0.16.1Validate your Kubernetes configuration files, supports multiple Kubernetes versions
dockerize0.6.1Utility to simplify running applications in docker containers
sops3.7.1Simple and flexible tool for managing secrets

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 guitarrapc/docker-awscli-kubectl

Even more useful in Gitlab

docker:
    stage: create-docker-image
    image: guitarrapc/docker-awscli-kubectl
    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

200.1 MB

Last updated

about 5 years ago

docker pull guitarrapc/docker-awscli-kubectl