From 25b90b4b249db87f56f41a3b2ef89507b9be0797 Mon Sep 17 00:00:00 2001 From: Krzysztof Szyper Date: Tue, 10 Mar 2020 07:07:44 +0100 Subject: [PATCH] Bump for Terragrunt 0.23.1 --- Dockerfile | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4b941647..09166b7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN set -eux \ && mv terraform /usr/bin/terraform \ && chmod +x /usr/bin/terraform \ # Get Terragrunt -# Contrary to orignal by cytopia (https://github.com/cytopia) TG_VERSION needs to point to explicit version, e.g. 0.23.0 +# Contrary to orignal by cytopia (https://github.com/cytopia) TG_VERSION needs to point to explicit version, e.g. 0.23.1 # To choose latest from minor version provide a proper parameter for the Makefile && git clone https://github.com/gruntwork-io/terragrunt /terragrunt \ && cd /terragrunt \ diff --git a/README.md b/README.md index 09e11e15..c87cfbd8 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ 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: - * `christophshyper/docker-terragrunt:tf-0.12.23-tg-0.23.0` means it's Terraform v0.12.23 and Terragrunt v0.23.0 without additional CLI. - * `christophshyper/docker-terragrunt:aws-tf-0.12.23-tg-0.23.0` means it's Terraform v0.12.23 and Terragrunt v0.23.0 with AWS CLI. + * `christophshyper/docker-terragrunt:tf-0.12.23-tg-0.23.1` means it's Terraform v0.12.23 and Terragrunt v0.23.1 without additional CLI. + * `christophshyper/docker-terragrunt:aws-tf-0.12.23-tg-0.23.1` means it's Terraform v0.12.23 and Terragrunt v0.23.1 with AWS CLI. **Source code is available at [GitHub](https://github.com/) under [ChristophShyper/docker-terragrunt](https://github.com/ChristophShyper/docker-terragrunt) (will change soon to match DockerHub's value christophshyper).** @@ -55,8 +55,8 @@ Furthermore, versioning labels of images contain versions of said software to em ### Available flavours Docker image | Terraform version | Terragrunt version | Additional software :--- | :--- | :--- | :--- -`christophshyper/docker-terragrunt:latest`
`christophshyper/docker-terragrunt:tf-0.12.23-tg-0.23.0` | v0.12.23 | v0.23.0 | N/A -`christophshyper/docker-terragrunt:aws-latest`
`christophshyper/docker-terragrunt:aws-tf-0.12.23-tg-0.23.0` | v0.12.23 | v0.23.0 | [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. +`christophshyper/docker-terragrunt:latest`
`christophshyper/docker-terragrunt:tf-0.12.23-tg-0.23.1` | v0.12.23 | v0.23.1 | N/A +`christophshyper/docker-terragrunt:aws-latest`
`christophshyper/docker-terragrunt:aws-tf-0.12.23-tg-0.23.1` | v0.12.23 | v0.23.1 | [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 `christophshyper/docker-terragrunt:latest`.