Skip to content

Commit

Permalink
Merge pull request #1603 from devops-infra/dependency/tf-1.4.6-tg-0.4…
Browse files Browse the repository at this point in the history
…5.9-aws-2.11.18-gcp-429.0.0

Bump for tf-1.4.6-tg-0.45.9-aws-2.11.18-gcp-429.0.0
  • Loading branch information
ChristophShyper committed May 8, 2023
2 parents 584cad3 + 27b4324 commit f28b8a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
phony: help

# Provide versions of the main dependencies to use with this Docker image
AWS_VERSION := 2.11.17
AWS_VERSION := 2.11.18
GCP_VERSION := 429.0.0
TF_VERSION := 1.4.6
TG_VERSION := 0.45.8
TG_VERSION := 0.45.9

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

| Registry | Example full image name | Image name | Image version | Terraform version | Terragrunt version |
|--------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|---------------------|----------------------|-------------------|--------------------|
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:tf-1.4.6-tg-0.45.8` | `docker-terragrunt` | `tf-1.4.6-tg-0.45.8` | `1.4.6` | `0.45.8` |
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.4.6-tg-0.45.8` | `docker-terragrunt` | `tf-1.4.6-tg-0.45.8` | `1.4.6` | `0.45.8` |
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:tf-1.4.6-tg-0.45.9` | `docker-terragrunt` | `tf-1.4.6-tg-0.45.9` | `1.4.6` | `0.45.9` |
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.4.6-tg-0.45.9` | `docker-terragrunt` | `tf-1.4.6-tg-0.45.9` | `1.4.6` | `0.45.9` |


# Available flavours
Expand All @@ -88,16 +88,16 @@ Tag of the image tells also which cloud API/SDK is included in the image.

| Image name | AWS | Azure | GCP | Description | Size |
|------------------------------------------------------|-----|-------|-----|-------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `docker-terragrunt:slim-tf-1.4.6-tg-0.45.8` |||| Lightweight version with TF, TG and bare dependencies | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/slim-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:tf-1.4.6-tg-0.45.8` |||| Normal version. Having Go, Python, Make, etc. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-tf-1.4.6-tg-0.45.8` |||| Normal version with AWS CLI. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:azure-tf-1.4.6-tg-0.45.8` |||| Normal version with Azure CLI. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/azure-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-azure-tf-1.4.6-tg-0.45.8` |||| Normal version with AWS and Azure CLIs. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-azure-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:gcp-tf-1.4.6-tg-0.45.8` |||| Normal version with GCP CLI. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-gcp-tf-1.4.6-tg-0.45.8` |||| Normal version with AWS and GCP CLIs. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:azure-gcp-tf-1.4.6-tg-0.45.8` |||| Normal version with Azure and GCP CLIs. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/azure-gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-azure-gcp-tf-1.4.6-tg-0.45.8` |||| Normal version with AWS, Azure and GCP CLIs. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-azure-gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:yc-tf-1.4.6-tg-0.45.8` |||| Normal version with YandexCloud CLI. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/yc-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:slim-tf-1.4.6-tg-0.45.9` |||| Lightweight version with TF, TG and bare dependencies | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/slim-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:tf-1.4.6-tg-0.45.9` |||| Normal version. Having Go, Python, Make, etc. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-tf-1.4.6-tg-0.45.9` |||| Normal version with AWS CLI. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:azure-tf-1.4.6-tg-0.45.9` |||| Normal version with Azure CLI. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/azure-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-azure-tf-1.4.6-tg-0.45.9` |||| Normal version with AWS and Azure CLIs. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-azure-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:gcp-tf-1.4.6-tg-0.45.9` |||| Normal version with GCP CLI. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-gcp-tf-1.4.6-tg-0.45.9` |||| Normal version with AWS and GCP CLIs. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:azure-gcp-tf-1.4.6-tg-0.45.9` |||| Normal version with Azure and GCP CLIs. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/azure-gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-azure-gcp-tf-1.4.6-tg-0.45.9` |||| Normal version with AWS, Azure and GCP CLIs. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-azure-gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:yc-tf-1.4.6-tg-0.45.9` |||| Normal version with YandexCloud CLI. | ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/yc-latest?label=Image%20size&style=flat-square&logo=docker) |


# Usage
Expand Down

0 comments on commit f28b8a6

Please sign in to comment.