Giter VIP home page Giter VIP logo

terraform-aws-cli's Introduction

Docker Build Status Docker Pulls

Terraform and AWS CLI Docker image

๐Ÿ“ฆ Supported tags and respective Dockerfile links

Repository available on Docker Hub: zenika/terraform-aws-cli

โš ๏ธ Alpine build support is deprecated, new versions will only be debian based.

๐Ÿ’ก Motivation

The goal is to create a minimalist and lightweight image with these tools in order to reduce network and storage impact.

This image gives you the flexibility to be used for development or as a base image as you see fits.

๐Ÿ”ง What's inside ?

Tools included:

๐Ÿš€ Usage

Launch the CLI

Simply launch the container and use the CLI as you would on any other platform, for instance using the latest image:

docker container run -it --rm -v ${PWD}:/workspace zenika/terraform-aws-cli:latest

The --rm flag will completely destroy the container and its data on exit.

Build the image

You can build the image locally directly from the Dockerfiles :

docker image build -t zenika/terraform-aws-cli:dev .

Optionally, it is possible to choose the tools desired versions using Docker builds arguments :

# Set tools desired versions
AWS_CLI_VERSION=1.16.313
TERRAFORM_VERSION=0.12.19

# Build the image:
docker image build --build-arg AWS_CLI_VERSION=$AWS_CLI_VERSION --build-arg TERRAFORM_VERSION=$TERRAFORM_VERSION -t zenika/terraform-aws-cli:dev .

๐Ÿ™ Contributions

Do not hesitate to contribute by filling an issue or a PR !

๐Ÿ“– License

This project is under the Apache License 2.0

terraform-aws-cli's People

Contributors

bgauduch avatar brewkode avatar mattvanstone avatar renovate[bot] avatar

Watchers

 avatar

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.