You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔧 update Terraform 1.12 to minor 28, prepare beta-3 release, rework release workflow (#81)
* 🔧 updated Terraform 1.12 to minor 28, rework release workflow
* 🐛 moved broken image release tag construction out of env vars
* ⬆️ update default terraform version
* 🐛 correct image build step, add missing dash in image tag
* 📝 update readme with new tag strategy, correct image release tag
* ⬆️ prepare terraform 0.13.0-beta3 release
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ Available image tags can be found on the Docker Hub registry: [zenika/terraform-
18
18
The following image tag strategy is applied:
19
19
*`zenika/terraform-azure-cli:latest` - build from master
20
20
* Included CLI versions can be found in the [Dockerfile](https://github.com/Zenika/terraform-azure-cli/blob/master/Dockerfile)
21
-
*`zenika/terraform-azure-cli:rS.T-tfUU.VV.WW-azcliXX.YY.ZZ` - build from releases
22
-
*`rS.T` is the release tag
23
-
*`tfUU.VV.WWW` is the included Terraform CLI version
24
-
*`azcliXX.YY.ZZ` is the included Azure CLI version
21
+
*`zenika/terraform-azure-cli:release-S.T_terraform-UU.VV.WW_azcli-XX.YY.ZZ` - build from releases
22
+
*`release-S.T` is the release tag
23
+
*`terraform-UU.VV.WWW` is the included Terraform CLI version
24
+
*`azcli-XX.YY.ZZ` is the included Azure CLI version
25
25
26
26
Please report to the [releases page](https://github.com/Zenika/terraform-azure-cli/releases) for the changelogs. Any other tags are not supported.
27
27
@@ -71,7 +71,7 @@ Optionally, it is possible to choose the tools desired versions using [Docker bu
0 commit comments