Commit c36cbb2
authored
Add GCP Cloud SDK to Terraform deployer image (#638)
* update terraform deployer image
Terraform deployer image may need some additional Cloud Service Provider
specific tooling to handle corner cases not handled by Terraform itself.
In this case this commits adds support for `bq` tool from GCP Cloud SDK.
As `bq` and the entire GCP Cloud SDK requires python, is easy to add AWS
or Azure dedicated tooling in the future (as both are Python-based).
* install git and openssh
* skip using apk cache
* cleanup google cloud SDK archive1 parent 65f8e5e commit c36cbb2
1 file changed
+20
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
3 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
4 | 21 | | |
5 | 22 | | |
| 23 | + | |
6 | 24 | | |
0 commit comments