k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/images/gcloud-in-go/README.md (about) 1 # gcloud-in-go image 2 3 Use this image when you want to use `go` and `gcloud` in the same job 4 5 ## contents 6 7 - base: 8 - golang:1.22 9 - directories: 10 - `/workspace` default working dir for `run` commands 11 - languages: 12 - `python` 13 - tools: 14 - `gcloud` installed via rapid channel, components include: 15 - `alpha` 16 - `beta` 17 - `kubectl` 18 - `rsync` 19 - `wget`