k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/images/git-custom-k8s-auth/README.md (about)

     1  # git-custom-k8s-auth image
     2  
     3  Use this image when you want to use `git`, `gke-gcloud-auth-plugin`, `aws-iam-authenticator`, and `alpine` as base in a job.
     4  
     5  ## contents
     6  
     7  - base:
     8    - `alpine`
     9  - directories:
    10    - `/github_known_hosts` holds the [`github-known-hosts`](/images/git/github-known-hosts) file copied during image build
    11    - `/etc/ssh/ssh_config` contains [`ssh-config`](/images/git/ssh-config) file copied during image build
    12  - tools:
    13    - `gke-gcloud-auth-plugin`
    14    - `aws-iam-authenticator`
    15    - `git`
    16    - `openssh`