diff --git a/Makefile b/Makefile index 99394e2e..777adf2c 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.25 +TG_VERSION := 0.23.26 # GitHub Actions bogus variables GITHUB_REF ?= refs/heads/null diff --git a/README.md b/README.md index d5ab59cd..21b4ddbd 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.25` means it's Terraform v0.12.26 and Terragrunt v0.23.25 without additional CLI. - * `devopsinfra/docker-terragrunt:aws-tf-0.12.26-tg-0.23.25` means it's Terraform v0.12.26 and Terragrunt v0.23.25 with AWS CLI. + * `devopsinfra/docker-terragrunt:tf-0.12.26-tg-0.23.26` means it's Terraform v0.12.26 and Terragrunt v0.23.26 without additional CLI. + * `devopsinfra/docker-terragrunt:aws-tf-0.12.26-tg-0.23.26` means it's Terraform v0.12.26 and Terragrunt v0.23.26 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.25` | v0.12.26 | v0.23.25 | N/A -`devopsinfra/docker-terragrunt:aws-latest`
`devopsinfra/docker-terragrunt:aws-tf-0.12.26-tg-0.23.25` | v0.12.26 | v0.23.25 | [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.26` | v0.12.26 | v0.23.26 | N/A +`devopsinfra/docker-terragrunt:aws-latest`
`devopsinfra/docker-terragrunt:aws-tf-0.12.26-tg-0.23.26` | v0.12.26 | v0.23.26 | [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`.