Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump for tf-1.9.1-ot-1.7.2-tg-0.59.7-aws-2.17.8-gcp-483.0.0 #2244

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AWS_VERSION := 2.17.8
GCP_VERSION := 483.0.0
TF_VERSION := 1.9.1
OT_VERSION := 1.7.2
TG_VERSION := 0.59.6
TG_VERSION := 0.59.7

# GitHub Actions bogus variables
GITHUB_REF ?= refs/heads/null
Expand Down
50 changes: 25 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ bundled with or not (see second table below).

| Current release full tag version value |
|:---------------------------------------|
| `tf-1.9.1-ot-1.7.2-tg-0.59.6` |
| `tf-1.9.1-ot-1.7.2-tg-0.59.7` |


| 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.9.1-tg-0.59.6` | `docker-terragrunt` | `tf-1.9.1-tg-0.59.6` | `1.9.1` | `N/A` | `0.59.6` |
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:ot-1.7.2-tg-0.59.6` | `docker-terragrunt` | `ot-1.7.2-tg-0.59.6` | `N/A` | `1.7.2` | `0.59.6` |
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.9.1-tg-0.59.6` | `docker-terragrunt` | `tf-1.9.1-tg-0.59.6` | `1.9.1` | `N/A` | `0.59.6` |
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:ot-1.7.2-tg-0.59.6` | `docker-terragrunt` | `ot-1.7.2-tg-0.59.6` | `N/A` | `1.7.2` | `0.59.6` |
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:tf-1.9.1-tg-0.59.7` | `docker-terragrunt` | `tf-1.9.1-tg-0.59.7` | `1.9.1` | `N/A` | `0.59.7` |
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:ot-1.7.2-tg-0.59.7` | `docker-terragrunt` | `ot-1.7.2-tg-0.59.7` | `N/A` | `1.7.2` | `0.59.7` |
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.9.1-tg-0.59.7` | `docker-terragrunt` | `tf-1.9.1-tg-0.59.7` | `1.9.1` | `N/A` | `0.59.7` |
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:ot-1.7.2-tg-0.59.7` | `docker-terragrunt` | `ot-1.7.2-tg-0.59.7` | `N/A` | `1.7.2` | `0.59.7` |


# Available flavours
Expand All @@ -93,26 +93,26 @@ 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.9.1-tg-0.59.6` | ❌ | ❌ | ❌ | ❌ | ✅ | 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.59.6` | ❌ | ❌ | ❌ | ✅ | ❌ | 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.9.1-tg-0.59.6` | ❌ | ❌ | ❌ | ❌ | ✅ | 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.59.6` | ❌ | ❌ | ❌ | ✅ | ❌ | 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.9.1-tg-0.59.6` | ✅ | ❌ | ❌ | ❌ | ✅ | 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.59.6` | ✅ | ❌ | ❌ | ✅ | ❌ | 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.9.1-tg-0.59.6` | ❌ | ✅ | ❌ | ❌ | ✅ | 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.59.6` | ❌ | ✅ | ❌ | ✅ | ❌ | 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.9.1-tg-0.59.6` | ✅ | ✅ | ❌ | ❌ | ✅ | 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.59.6` | ✅ | ✅ | ❌ | ✅ | ❌ | 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.9.1-tg-0.59.6` | ❌ | ❌ | ✅ | ❌ | ✅ | 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.59.6` | ❌ | ❌ | ✅ | ✅ | ❌ | 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.9.1-tg-0.59.6` | ✅ | ❌ | ✅ | ❌ | ✅ | 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.59.6` | ✅ | ❌ | ✅ | ✅ | ❌ | 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.9.1-tg-0.59.6` | ❌ | ✅ | ✅ | ❌ | ✅ | 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.59.6` | ❌ | ✅ | ✅ | ✅ | ❌ | 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.9.1-tg-0.59.6` | ✅ | ✅ | ✅ | ❌ | ✅ | 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.59.6` | ✅ | ✅ | ✅ | ✅ | ❌ | 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.9.1-tg-0.59.6` | ❌ | ❌ | ❌ | ❌ | ✅ | 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.59.6` | ❌ | ❌ | ❌ | ✅ | ❌ | 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) |
| `docker-terragrunt:slim-tf-1.9.1-tg-0.59.7` | ❌ | ❌ | ❌ | ❌ | ✅ | 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.59.7` | ❌ | ❌ | ❌ | ✅ | ❌ | 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.9.1-tg-0.59.7` | ❌ | ❌ | ❌ | ❌ | ✅ | 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.59.7` | ❌ | ❌ | ❌ | ✅ | ❌ | 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.9.1-tg-0.59.7` | ✅ | ❌ | ❌ | ❌ | ✅ | 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.59.7` | ✅ | ❌ | ❌ | ✅ | ❌ | 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.9.1-tg-0.59.7` | ❌ | ✅ | ❌ | ❌ | ✅ | 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.59.7` | ❌ | ✅ | ❌ | ✅ | ❌ | 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.9.1-tg-0.59.7` | ✅ | ✅ | ❌ | ❌ | ✅ | 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.59.7` | ✅ | ✅ | ❌ | ✅ | ❌ | 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.9.1-tg-0.59.7` | ❌ | ❌ | ✅ | ❌ | ✅ | 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.59.7` | ❌ | ❌ | ✅ | ✅ | ❌ | 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.9.1-tg-0.59.7` | ✅ | ❌ | ✅ | ❌ | ✅ | 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.59.7` | ✅ | ❌ | ✅ | ✅ | ❌ | 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.9.1-tg-0.59.7` | ❌ | ✅ | ✅ | ❌ | ✅ | 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.59.7` | ❌ | ✅ | ✅ | ✅ | ❌ | 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.9.1-tg-0.59.7` | ✅ | ✅ | ✅ | ❌ | ✅ | 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.59.7` | ✅ | ✅ | ✅ | ✅ | ❌ | 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.9.1-tg-0.59.7` | ❌ | ❌ | ❌ | ❌ | ✅ | 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.59.7` | ❌ | ❌ | ❌ | ✅ | ❌ | 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) |


# Usage
Expand Down