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.27.45
6- GCP_VERSION := 528 .0.0
7- AZ_VERSION = 2.74 .0
5+ AWS_VERSION := 2.27.49
6+ GCP_VERSION := 529 .0.0
7+ AZ_VERSION = 2.75 .0
88TF_VERSION := 1.12.2
9- OT_VERSION := 1.10.1
10- TG_VERSION := 0.82.3
9+ OT_VERSION := 1.10.2
10+ TG_VERSION := 0.83.0
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.1 -tg-0.82.3 ` |
69+ | ` tf-1.12.2-ot-1.10.2 -tg-0.83.0 ` |
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.82.3 ` | ` docker-terragrunt ` | ` tf-1.12.2-tg-0.82.3 ` | ` 1.12.2 ` | ` N/A ` | ` 0.82.3 ` |
75- | [ Docker Hub] ( https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt ) | ` devopsinfra/docker-terragrunt:ot-1.10.1 -tg-0.82.3 ` | ` docker-terragrunt ` | ` ot-1.10.1 -tg-0.82.3 ` | ` N/A ` | ` 1.10.1 ` | ` 0.82.3 ` |
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.82.3 ` | ` docker-terragrunt ` | ` tf-1.12.2-tg-0.82.3 ` | ` 1.12.2 ` | ` N/A ` | ` 0.82.3 ` |
77- | [ GitHub Packages] ( https://github.com/devops-infra/docker-terragrunt/packages ) | ` ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:ot-1.10.1 -tg-0.82.3 ` | ` docker-terragrunt ` | ` ot-1.10.1 -tg-0.82.3 ` | ` N/A ` | ` 1.10.1 ` | ` 0.82.3 ` |
74+ | [ Docker Hub] ( https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt ) | ` devopsinfra/docker-terragrunt:tf-1.12.2-tg-0.83.0 ` | ` docker-terragrunt ` | ` tf-1.12.2-tg-0.83.0 ` | ` 1.12.2 ` | ` N/A ` | ` 0.83.0 ` |
75+ | [ Docker Hub] ( https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt ) | ` devopsinfra/docker-terragrunt:ot-1.10.2 -tg-0.83.0 ` | ` docker-terragrunt ` | ` ot-1.10.2 -tg-0.83.0 ` | ` N/A ` | ` 1.10.2 ` | ` 0.83.0 ` |
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.83.0 ` | ` docker-terragrunt ` | ` tf-1.12.2-tg-0.83.0 ` | ` 1.12.2 ` | ` N/A ` | ` 0.83.0 ` |
77+ | [ GitHub Packages] ( https://github.com/devops-infra/docker-terragrunt/packages ) | ` ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:ot-1.10.2 -tg-0.83.0 ` | ` docker-terragrunt ` | ` ot-1.10.2 -tg-0.83.0 ` | ` N/A ` | ` 1.10.2 ` | ` 0.83.0 ` |
7878
7979
8080# Available flavours
You can’t perform that action at this time.
0 commit comments