Skip to content

Commit

Permalink
[AUTOMATIC] Bump for tf-0.12.25-tg-0.23.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophShyper committed May 23, 2020
1 parent eab94c5 commit e12b9e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.25
TG_VERSION := 0.23.18
TG_VERSION := 0.23.20

# 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.25-tg-0.23.18` means it's Terraform v0.12.25 and Terragrunt v0.23.18 without additional CLI.
* `devopsinfra/docker-terragrunt:aws-tf-0.12.25-tg-0.23.18` means it's Terraform v0.12.25 and Terragrunt v0.23.18 with AWS CLI.
* `devopsinfra/docker-terragrunt:tf-0.12.25-tg-0.23.20` means it's Terraform v0.12.25 and Terragrunt v0.23.20 without additional CLI.
* `devopsinfra/docker-terragrunt:aws-tf-0.12.25-tg-0.23.20` means it's Terraform v0.12.25 and Terragrunt v0.23.20 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.25-tg-0.23.18` | v0.12.25 | v0.23.18 | N/A
`devopsinfra/docker-terragrunt:aws-latest`<br>`devopsinfra/docker-terragrunt:aws-tf-0.12.25-tg-0.23.18` | v0.12.25 | v0.23.18 | [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.25-tg-0.23.20` | v0.12.25 | v0.23.20 | N/A
`devopsinfra/docker-terragrunt:aws-latest`<br>`devopsinfra/docker-terragrunt:aws-tf-0.12.25-tg-0.23.20` | v0.12.25 | v0.23.20 | [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

0 comments on commit e12b9e9

Please sign in to comment.