From 771845549f44dc1e4b0882a0c100334f664655ac Mon Sep 17 00:00:00 2001 From: ChristophShyper Date: Wed, 2 Sep 2020 05:17:03 +0000 Subject: [PATCH] [AUTOMATIC] Bump for tf-0.13.1-tg-0.23.39 --- Makefile | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 4ca01608..badf1182 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.13.1 -TG_VERSION := 0.23.38 +TG_VERSION := 0.23.39 # GitHub Actions bogus variables GITHUB_REF ?= refs/heads/null diff --git a/README.md b/README.md index 3c5a1970..304f6c72 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.13.1-tg-0.23.38` means it's Terraform v0.13.1 and Terragrunt v0.23.38 without additional CLI. - * `devopsinfra/docker-terragrunt:aws-tf-0.13.1-tg-0.23.38` means it's Terraform v0.13.1 and Terragrunt v0.23.38 with AWS CLI. + * `devopsinfra/docker-terragrunt:tf-0.13.1-tg-0.23.39` means it's Terraform v0.13.1 and Terragrunt v0.23.39 without additional CLI. + * `devopsinfra/docker-terragrunt:aws-tf-0.13.1-tg-0.23.39` means it's Terraform v0.13.1 and Terragrunt v0.23.39 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.13.1-tg-0.23.38` | v0.13.1 | v0.23.38 | N/A -`devopsinfra/docker-terragrunt:aws-latest`
`devopsinfra/docker-terragrunt:aws-tf-0.13.1-tg-0.23.38` | v0.13.1 | v0.23.38 | [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.13.1-tg-0.23.39` | v0.13.1 | v0.23.39 | N/A +`devopsinfra/docker-terragrunt:aws-latest`
`devopsinfra/docker-terragrunt:aws-tf-0.13.1-tg-0.23.39` | v0.13.1 | v0.23.39 | [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`.