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.17
6- GCP_VERSION := 535 .0.0
7- AZ_VERSION = 2.76 .0
8- TF_VERSION := 1.13.0
9- OT_VERSION := 1.10.5
10- TG_VERSION := 0.86.2
5+ AWS_VERSION := 2.31.22
6+ GCP_VERSION := 544 .0.0
7+ AZ_VERSION = 2.78 .0
8+ TF_VERSION := 1.13.4
9+ OT_VERSION := 1.10.6
10+ TG_VERSION := 0.91.5
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.13.0 -ot-1.10.5 -tg-0.86.2 ` |
69+ | ` tf-1.13.4 -ot-1.10.6 -tg-0.91.5 ` |
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.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 ` |
74+ | [ Docker Hub] ( https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt ) | ` devopsinfra/docker-terragrunt:tf-1.13.4 -tg-0.91.5 ` | ` docker-terragrunt ` | ` tf-1.13.4 -tg-0.91.5 ` | ` 1.13.4 ` | ` N/A ` | ` 0.91.5 ` |
75+ | [ Docker Hub] ( https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt ) | ` devopsinfra/docker-terragrunt:ot-1.10.6 -tg-0.91.5 ` | ` docker-terragrunt ` | ` ot-1.10.6 -tg-0.91.5 ` | ` N/A ` | ` 1.10.6 ` | ` 0.91.5 ` |
76+ | [ GitHub Packages] ( https://github.com/devops-infra/docker-terragrunt/packages ) | ` ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.13.4 -tg-0.91.5 ` | ` docker-terragrunt ` | ` tf-1.13.4 -tg-0.91.5 ` | ` 1.13.4 ` | ` N/A ` | ` 0.91.5 ` |
77+ | [ GitHub Packages] ( https://github.com/devops-infra/docker-terragrunt/packages ) | ` ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:ot-1.10.6 -tg-0.91.5 ` | ` docker-terragrunt ` | ` ot-1.10.6 -tg-0.91.5 ` | ` N/A ` | ` 1.10.6 ` | ` 0.91.5 ` |
7878
7979
8080# Available flavours
You can’t perform that action at this time.
0 commit comments