k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/images/gcloud-terraform/README.md (about)

     1  # gcloud-terraform image
     2  
     3  Use this image when you want to use `gcloud` and `terraform` in the same job
     4  
     5  ## contents
     6  
     7  - base:
     8    - `gcr.io/k8s-prow/alpine:v20240108-a28886d2bd`
     9  - directories:
    10    - `/workspace` default working dir for `run` commands
    11  - languages:
    12    - `python3`
    13  - tools:
    14    - `bash`
    15    - `curl` 
    16    - `gcloud` installed via rapid channel, components include:
    17      - `alpha`
    18      - `beta`
    19      - `kubectl`
    20    - `make`
    21    - `rsync`
    22    - `terraform` v0.14.9-r1
    23    - `wget`