diff --git a/Makefile b/Makefile index 7bc36629..c3515b8f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ phony: help # Provide versions of Terraform and Terragrunt to use with this Docker image TF_VERSION := 0.12.26 -TG_VERSION := 0.23.22 +TG_VERSION := 0.23.23 # GitHub Actions bogus variables GITHUB_REF ?= refs/heads/null diff --git a/README.md b/README.md index c667870b..41803ba8 100644 --- a/README.md +++ b/README.md @@ -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).
For example: - * `devopsinfra/docker-terragrunt:tf-0.12.26-tg-0.23.22` means it's Terraform v0.12.26 and Terragrunt v0.23.22 without additional CLI. - * `devopsinfra/docker-terragrunt:aws-tf-0.12.26-tg-0.23.22` means it's Terraform v0.12.26 and Terragrunt v0.23.22 with AWS CLI. + * `devopsinfra/docker-terragrunt:tf-0.12.26-tg-0.23.23` means it's Terraform v0.12.26 and Terragrunt v0.23.23 without additional CLI. + * `devopsinfra/docker-terragrunt:aws-tf-0.12.26-tg-0.23.23` means it's Terraform v0.12.26 and Terragrunt v0.23.23 with AWS CLI. **Source code is available at [devopsinfra/docker-terragrunt](https://github.com/devopsinfra/docker-terragrunt).** @@ -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`
`devopsinfra/docker-terragrunt:tf-0.12.26-tg-0.23.22` | v0.12.26 | v0.23.22 | N/A -`devopsinfra/docker-terragrunt:aws-latest`
`devopsinfra/docker-terragrunt:aws-tf-0.12.26-tg-0.23.22` | v0.12.26 | v0.23.22 | [awscli](https://github.com/aws/aws-cli) - For interacting with AWS infrastructure, e.g. for publishing Lambda packages to S3.
[boto3](https://github.com/boto/boto3) - Python library for interacting with AWS infrastructure in scripts. +`devopsinfra/docker-terragrunt:latest`
`devopsinfra/docker-terragrunt:tf-0.12.26-tg-0.23.23` | v0.12.26 | v0.23.23 | N/A +`devopsinfra/docker-terragrunt:aws-latest`
`devopsinfra/docker-terragrunt:aws-tf-0.12.26-tg-0.23.23` | v0.12.26 | v0.23.23 | [awscli](https://github.com/aws/aws-cli) - For interacting with AWS infrastructure, e.g. for publishing Lambda packages to S3.
[boto3](https://github.com/boto/boto3) - Python library for interacting with AWS infrastructure in scripts. **Without public cloud provider CLIs**
Use for example `devopsinfra/docker-terragrunt:latest`.