Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump for tf-0.12.29-tg-0.23.33 #122

Merged
merged 1 commit into from
Aug 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ phony: help

# Provide versions of Terraform and Terragrunt to use with this Docker image
TF_VERSION := 0.12.29
TG_VERSION := 0.23.32
TG_VERSION := 0.23.33

# GitHub Actions bogus variables
GITHUB_REF ?= refs/heads/null
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Docker image with Terraform, Terragrunt, Python, Make, Docker, Git, and all need
Tag of Docker image tells which version of Terraform and Terragrunt it contains and which public cloud provider CLI it's bundled with or not (see below).
<br>
For example:
* `devopsinfra/docker-terragrunt:tf-0.12.29-tg-0.23.32` means it's Terraform v0.12.29 and Terragrunt v0.23.32 without additional CLI.
* `devopsinfra/docker-terragrunt:aws-tf-0.12.29-tg-0.23.32` means it's Terraform v0.12.29 and Terragrunt v0.23.32 with AWS CLI.
* `devopsinfra/docker-terragrunt:tf-0.12.29-tg-0.23.33` means it's Terraform v0.12.29 and Terragrunt v0.23.33 without additional CLI.
* `devopsinfra/docker-terragrunt:aws-tf-0.12.29-tg-0.23.33` means it's Terraform v0.12.29 and Terragrunt v0.23.33 with AWS CLI.

**Source code is available at [devopsinfra/docker-terragrunt](https://github.com/devopsinfra/docker-terragrunt).**

Expand Down Expand Up @@ -61,8 +61,8 @@ Furthermore, versioning labels of images contain versions of said software to em
### Available flavours
Docker image | Terraform version | Terragrunt version | Additional software
:--- | :--- | :--- | :---
`devopsinfra/docker-terragrunt:latest`<br>`devopsinfra/docker-terragrunt:tf-0.12.29-tg-0.23.32` | v0.12.29 | v0.23.32 | N/A
`devopsinfra/docker-terragrunt:aws-latest`<br>`devopsinfra/docker-terragrunt:aws-tf-0.12.29-tg-0.23.32` | v0.12.29 | v0.23.32 | [awscli](https://github.com/aws/aws-cli) - For interacting with AWS infrastructure, e.g. for publishing Lambda packages to S3.<br>[boto3](https://github.com/boto/boto3) - Python library for interacting with AWS infrastructure in scripts.
`devopsinfra/docker-terragrunt:latest`<br>`devopsinfra/docker-terragrunt:tf-0.12.29-tg-0.23.33` | v0.12.29 | v0.23.33 | N/A
`devopsinfra/docker-terragrunt:aws-latest`<br>`devopsinfra/docker-terragrunt:aws-tf-0.12.29-tg-0.23.33` | v0.12.29 | v0.23.33 | [awscli](https://github.com/aws/aws-cli) - For interacting with AWS infrastructure, e.g. for publishing Lambda packages to S3.<br>[boto3](https://github.com/boto/boto3) - Python library for interacting with AWS infrastructure in scripts.

**Without public cloud provider CLIs**<br>
Use for example `devopsinfra/docker-terragrunt:latest`.
Expand Down