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
* use supported version for local build version
* correct build script and update readme
* add git ignore config for generated container structure test config
* update push-latest action to retreive latest version from JSON
* remove generated containe structure test config
* restore triggers for build-push latest action
* update dockerhub description action
* add link to Terraform AWS repository, fixme in build script
* udpate docker hub descritpion only from mastere
* add path filter to trigger actions only when needed
* correct build script
* lint Dockerfile and update dependancies, use new hasicorp gpg key
* update hadolint and container-structure-test version for build script, use hadolint config file
* update dockerfile lint action, add trigger path on itself for push-latest action
* add support for TF 0.15.5 and 1.0.0, add support for AZ cli 2.23, 2.24 and 2.25
* update readme
* remove curl verbose leftover arguments
* add hadolint config to lint action
* upgrade support for version 0.14 to patch 11
* enable dependabot
* only support 2 latest az cli releases
* move dependabot config file
Co-authored-by: bgauduch <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+20-12Lines changed: 20 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,19 +64,19 @@ It will :
64
64
* Execute [container structure tests](https://github.com/GoogleContainerTools/container-structure-test) on the image.
65
65
66
66
```bash
67
-
# launch build script
68
-
./dev-build.sh
67
+
# launch build script using latest supported versions for both Azure and Terraform CLI
68
+
./build.sh
69
69
```
70
70
71
-
Optionally, it is possible to choose the tools desired versions using [Docker builds arguments](https://docs.docker.com/engine/reference/commandline/build/#set-build-time-variables---build-arg):
71
+
Optionally, it is possible to choose the tools desired versions:
@@ -87,20 +87,28 @@ Do not hesitate to contribute by [filling an issue](https://github.com/Zenika/te
87
87
## ⬆️ Dependencies upgrades checklist
88
88
89
89
* Supported versions:
90
-
* check Azure CLI version (only keep 3 latest releases), available versions on the [project release page](https://github.com/Azure/azure-cli/releases)
91
-
* check Terraform CLI version (keep all version from 0.11), available versions on the [project release page](https://github.com/hashicorp/terraform/releases)
90
+
* check Azure CLI version (only keep 2 latest releases), available on the [project release page](https://github.com/Azure/azure-cli/releases)
91
+
* check Terraform CLI version (keep all minor versions from 0.11), available on the [project release page](https://github.com/hashicorp/terraform/releases)
92
92
* Dockerfile:
93
-
* update default version in ARGS
94
93
* check base image version on DockerHub
95
-
* check OS packages on Debian package repository
94
+
* check OS package versions on Debian package repository
96
95
* Available Git versions on the [Debian Packages repository](https://packages.debian.org/search?suite=buster&arch=any&searchon=names&keywords=git)
97
96
* Available Python versions on the [Debian packages repository](https://packages.debian.org/search?suite=buster&arch=any&searchon=names&keywords=python3)
98
97
* same process for all other packages
98
+
* check Pip package versions on [pypi](https://pypi.org/)
0 commit comments