File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22phony : help
33
44# Provide versions of the main dependencies to use with this Docker image
5- AWS_VERSION := 2.28.9
6- GCP_VERSION := 534 .0.0
5+ AWS_VERSION := 2.28.17
6+ GCP_VERSION := 535 .0.0
77AZ_VERSION = 2.76.0
8- TF_VERSION := 1.12.2
8+ TF_VERSION := 1.13.0
99OT_VERSION := 1.10.5
10- TG_VERSION := 0.84.1
10+ TG_VERSION := 0.86.2
1111TF_TG_VERSION := tf-$(TF_VERSION ) -tg-$(TG_VERSION )
1212OT_TG_VERSION := ot-$(OT_VERSION ) -tg-$(TG_VERSION )
1313FULL_VERSION := tf-$(TF_VERSION ) -ot-$(OT_VERSION ) -tg-$(TG_VERSION )
Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ bundled with or not (see second table below).
6666
6767| Current release full tag version value |
6868| :---------------------------------------|
69- | ` tf-1.12.2 -ot-1.10.5-tg-0.84.1 ` |
69+ | ` tf-1.13.0 -ot-1.10.5-tg-0.86.2 ` |
7070
7171
7272| Registry | Example full image name | Image name | Image version | Terraform version | OpenTofu version | Terragrunt version |
7373| --------------------------------------------------------------------------------------| -------------------------------------------------------------------------------| ---------------------| ----------------------| -------------------| ------------------| --------------------|
74- | [ Docker Hub] ( https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt ) | ` devopsinfra/docker-terragrunt:tf-1.12.2 -tg-0.84.1 ` | ` docker-terragrunt ` | ` tf-1.12.2 -tg-0.84.1 ` | ` 1.12.2 ` | ` N/A ` | ` 0.84.1 ` |
75- | [ Docker Hub] ( https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt ) | ` devopsinfra/docker-terragrunt:ot-1.10.5-tg-0.84.1 ` | ` docker-terragrunt ` | ` ot-1.10.5-tg-0.84.1 ` | ` N/A ` | ` 1.10.5 ` | ` 0.84.1 ` |
76- | [ GitHub Packages] ( https://github.com/devops-infra/docker-terragrunt/packages ) | ` ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.12.2 -tg-0.84.1 ` | ` docker-terragrunt ` | ` tf-1.12.2 -tg-0.84.1 ` | ` 1.12.2 ` | ` N/A ` | ` 0.84.1 ` |
77- | [ GitHub Packages] ( https://github.com/devops-infra/docker-terragrunt/packages ) | ` ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:ot-1.10.5-tg-0.84.1 ` | ` docker-terragrunt ` | ` ot-1.10.5-tg-0.84.1 ` | ` N/A ` | ` 1.10.5 ` | ` 0.84.1 ` |
74+ | [ Docker Hub] ( https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt ) | ` devopsinfra/docker-terragrunt:tf-1.13.0 -tg-0.86.2 ` | ` docker-terragrunt ` | ` tf-1.13.0 -tg-0.86.2 ` | ` 1.13.0 ` | ` N/A ` | ` 0.86.2 ` |
75+ | [ Docker Hub] ( https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt ) | ` devopsinfra/docker-terragrunt:ot-1.10.5-tg-0.86.2 ` | ` docker-terragrunt ` | ` ot-1.10.5-tg-0.86.2 ` | ` N/A ` | ` 1.10.5 ` | ` 0.86.2 ` |
76+ | [ GitHub Packages] ( https://github.com/devops-infra/docker-terragrunt/packages ) | ` ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.13.0 -tg-0.86.2 ` | ` docker-terragrunt ` | ` tf-1.13.0 -tg-0.86.2 ` | ` 1.13.0 ` | ` N/A ` | ` 0.86.2 ` |
77+ | [ GitHub Packages] ( https://github.com/devops-infra/docker-terragrunt/packages ) | ` ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:ot-1.10.5-tg-0.86.2 ` | ` docker-terragrunt ` | ` ot-1.10.5-tg-0.86.2 ` | ` N/A ` | ` 1.10.5 ` | ` 0.86.2 ` |
7878
7979
8080# Available flavours
You can’t perform that action at this time.
0 commit comments