diff --git a/Makefile b/Makefile index d77cd1db..46e81673 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ phony: help # Provide versions of the main dependencies to use with this Docker image -AWS_VERSION := 2.16.1 +AWS_VERSION := 2.16.4 GCP_VERSION := 479.0.0 -TF_VERSION := 1.8.4 +TF_VERSION := 1.8.5 OT_VERSION := 1.7.2 TG_VERSION := 0.58.14 diff --git a/README.md b/README.md index bed6431e..9e176ba6 100644 --- a/README.md +++ b/README.md @@ -76,14 +76,14 @@ bundled with or not (see second table below). | Current release full tag version value | |:---------------------------------------| -| `tf-1.8.4-ot-1.7.2-tg-0.58.14` | +| `tf-1.8.5-ot-1.7.2-tg-0.58.14` | | Registry | Example full image name | Image name | Image version | Terraform version | OpenTofu version | Terragrunt version | |--------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|---------------------|----------------------|-------------------|------------------|--------------------| -| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:tf-1.8.4-tg-0.58.14` | `docker-terragrunt` | `tf-1.8.4-tg-0.58.14` | `1.8.4` | `N/A` | `0.58.14` | +| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:tf-1.8.5-tg-0.58.14` | `docker-terragrunt` | `tf-1.8.5-tg-0.58.14` | `1.8.5` | `N/A` | `0.58.14` | | [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:ot-1.7.2-tg-0.58.14` | `docker-terragrunt` | `ot-1.7.2-tg-0.58.14` | `N/A` | `1.7.2` | `0.58.14` | -| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.8.4-tg-0.58.14` | `docker-terragrunt` | `tf-1.8.4-tg-0.58.14` | `1.8.4` | `N/A` | `0.58.14` | +| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.8.5-tg-0.58.14` | `docker-terragrunt` | `tf-1.8.5-tg-0.58.14` | `1.8.5` | `N/A` | `0.58.14` | | [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:ot-1.7.2-tg-0.58.14` | `docker-terragrunt` | `ot-1.7.2-tg-0.58.14` | `N/A` | `1.7.2` | `0.58.14` | @@ -93,25 +93,25 @@ Tag of the image tells also which cloud API/SDK is included in the image. | Image name | AWS | Azure | GCP | OT | TF | Description | Size | |------------------------------------------------------|-----|-------|-----|----|----|--------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `docker-terragrunt:slim-tf-1.8.4-tg-0.58.14` | ❌ | ❌ | ❌ | ❌ | ✅ | Lightweight version with TF, TG and bare dependencies | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/slim-tf-latest?label=Image%20size&style=flat-square&logo=docker) | +| `docker-terragrunt:slim-tf-1.8.5-tg-0.58.14` | ❌ | ❌ | ❌ | ❌ | ✅ | Lightweight version with TF, TG and bare dependencies | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/slim-tf-latest?label=Image%20size&style=flat-square&logo=docker) | | `docker-terragrunt:slim-ot-1.7.2-tg-0.58.14` | ❌ | ❌ | ❌ | ✅ | ❌ | Lightweight version with OT, TG and bare dependencies | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/slim-ot-latest?label=Image%20size&style=flat-square&logo=docker) | -| `docker-terragrunt:tf-1.8.4-tg-0.58.14` | ❌ | ❌ | ❌ | ❌ | ✅ | Normal version, with TF. Having Go, Python, Make, etc. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/tf-latest?label=Image%20size&style=flat-square&logo=docker) | +| `docker-terragrunt:tf-1.8.5-tg-0.58.14` | ❌ | ❌ | ❌ | ❌ | ✅ | Normal version, with TF. Having Go, Python, Make, etc. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/tf-latest?label=Image%20size&style=flat-square&logo=docker) | | `docker-terragrunt:ot-1.7.2-tg-0.58.14` | ❌ | ❌ | ❌ | ✅ | ❌ | Normal version, with OT. Having Go, Python, Make, etc. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/ot-latest?label=Image%20size&style=flat-square&logo=docker) | -| `docker-terragrunt:aws-tf-1.8.4-tg-0.58.14` | ✅ | ❌ | ❌ | ❌ | ✅ | Normal version with AWS CLI, with TF. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-tf-latest?label=Image%20size&style=flat-square&logo=docker) | +| `docker-terragrunt:aws-tf-1.8.5-tg-0.58.14` | ✅ | ❌ | ❌ | ❌ | ✅ | Normal version with AWS CLI, with TF. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-tf-latest?label=Image%20size&style=flat-square&logo=docker) | | `docker-terragrunt:aws-ot-1.7.2-tg-0.58.14` | ✅ | ❌ | ❌ | ✅ | ❌ | Normal version with AWS CLI, with OT. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-ot-latest?label=Image%20size&style=flat-square&logo=docker) | -| `docker-terragrunt:azure-tf-1.8.4-tg-0.58.14` | ❌ | ✅ | ❌ | ❌ | ✅ | Normal version with Azure CLI, with TF. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/azure-tf-latest?label=Image%20size&style=flat-square&logo=docker) | +| `docker-terragrunt:azure-tf-1.8.5-tg-0.58.14` | ❌ | ✅ | ❌ | ❌ | ✅ | Normal version with Azure CLI, with TF. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/azure-tf-latest?label=Image%20size&style=flat-square&logo=docker) | | `docker-terragrunt:azure-ot-1.7.2-tg-0.58.14` | ❌ | ✅ | ❌ | ✅ | ❌ | Normal version with Azure CLI, with OT. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/azure-ot-latest?label=Image%20size&style=flat-square&logo=docker) | -| `docker-terragrunt:aws-azure-tf-1.8.4-tg-0.58.14` | ✅ | ✅ | ❌ | ❌ | ✅ | Normal version with AWS and Azure CLIs, with TF. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-azure-tf-latest?label=Image%20size&style=flat-square&logo=docker) | +| `docker-terragrunt:aws-azure-tf-1.8.5-tg-0.58.14` | ✅ | ✅ | ❌ | ❌ | ✅ | Normal version with AWS and Azure CLIs, with TF. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-azure-tf-latest?label=Image%20size&style=flat-square&logo=docker) | | `docker-terragrunt:aws-azure-ot-1.7.2-tg-0.58.14` | ✅ | ✅ | ❌ | ✅ | ❌ | Normal version with AWS and Azure CLIs, with OT. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-azure-ot-latest?label=Image%20size&style=flat-square&logo=docker) | -| `docker-terragrunt:gcp-tf-1.8.4-tg-0.58.14` | ❌ | ❌ | ✅ | ❌ | ✅ | Normal version with GCP CLI, with TF. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/gcp-tf-latest?label=Image%20size&style=flat-square&logo=docker) | +| `docker-terragrunt:gcp-tf-1.8.5-tg-0.58.14` | ❌ | ❌ | ✅ | ❌ | ✅ | Normal version with GCP CLI, with TF. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/gcp-tf-latest?label=Image%20size&style=flat-square&logo=docker) | | `docker-terragrunt:gcp-ot-1.7.2-tg-0.58.14` | ❌ | ❌ | ✅ | ✅ | ❌ | Normal version with GCP CLI, with OT. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/gcp-ot-latest?label=Image%20size&style=flat-square&logo=docker) | -| `docker-terragrunt:aws-gcp-tf-1.8.4-tg-0.58.14` | ✅ | ❌ | ✅ | ❌ | ✅ | Normal version with AWS and GCP CLIs, with TF. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-gcp-tf-latest?label=Image%20size&style=flat-square&logo=docker) | +| `docker-terragrunt:aws-gcp-tf-1.8.5-tg-0.58.14` | ✅ | ❌ | ✅ | ❌ | ✅ | Normal version with AWS and GCP CLIs, with TF. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-gcp-tf-latest?label=Image%20size&style=flat-square&logo=docker) | | `docker-terragrunt:aws-gcp-ot-1.7.2-tg-0.58.14` | ✅ | ❌ | ✅ | ✅ | ❌ | Normal version with AWS and GCP CLIs, with OT. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-gcp-ot-latest?label=Image%20size&style=flat-square&logo=docker) | -| `docker-terragrunt:azure-gcp-tf-1.8.4-tg-0.58.14` | ❌ | ✅ | ✅ | ❌ | ✅ | Normal version with Azure and GCP CLIs, with TF. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/azure-gcp-tf-latest?label=Image%20size&style=flat-square&logo=docker) | +| `docker-terragrunt:azure-gcp-tf-1.8.5-tg-0.58.14` | ❌ | ✅ | ✅ | ❌ | ✅ | Normal version with Azure and GCP CLIs, with TF. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/azure-gcp-tf-latest?label=Image%20size&style=flat-square&logo=docker) | | `docker-terragrunt:azure-gcp-ot-1.7.2-tg-0.58.14` | ❌ | ✅ | ✅ | ✅ | ❌ | Normal version with Azure and GCP CLIs, with OT. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/azure-gcp-ot-latest?label=Image%20size&style=flat-square&logo=docker) | -| `docker-terragrunt:aws-azure-gcp-tf-1.8.4-tg-0.58.14` | ✅ | ✅ | ✅ | ❌ | ✅ | Normal version with AWS, Azure and GCP CLIs, with TF. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-azure-gcp-tf-latest?label=Image%20size&style=flat-square&logo=docker) | +| `docker-terragrunt:aws-azure-gcp-tf-1.8.5-tg-0.58.14` | ✅ | ✅ | ✅ | ❌ | ✅ | Normal version with AWS, Azure and GCP CLIs, with TF. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-azure-gcp-tf-latest?label=Image%20size&style=flat-square&logo=docker) | | `docker-terragrunt:aws-azure-gcp-ot-1.7.2-tg-0.58.14` | ✅ | ✅ | ✅ | ✅ | ❌ | Normal version with AWS, Azure and GCP CLIs, with OT. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-azure-gcp-ot-latest?label=Image%20size&style=flat-square&logo=docker) | -| `docker-terragrunt:yc-tf-1.8.4-tg-0.58.14` | ❌ | ❌ | ❌ | ❌ | ✅ | Normal version with YandexCloud CLI, with TF. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/yc-tf-latest?label=Image%20size&style=flat-square&logo=docker) | +| `docker-terragrunt:yc-tf-1.8.5-tg-0.58.14` | ❌ | ❌ | ❌ | ❌ | ✅ | Normal version with YandexCloud CLI, with TF. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/yc-tf-latest?label=Image%20size&style=flat-square&logo=docker) | | `docker-terragrunt:yc-ot-1.7.2-tg-0.58.14` | ❌ | ❌ | ❌ | ✅ | ❌ | Normal version with YandexCloud CLI, with OT. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/yc-ot-latest?label=Image%20size&style=flat-square&logo=docker) |