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

     1  steps:
     2    - name: gcr.io/k8s-testimages/gcb-docker-gcloud
     3      entrypoint: /buildx-entrypoint
     4      args:
     5      - build
     6      - --tag=gcr.io/$PROJECT_ID/git-custom-k8s-auth:$_GIT_TAG
     7      - --build-arg=IMAGE_ARG=gcr.io/$PROJECT_ID/git-custom-k8s-auth:$_GIT_TAG
     8      - --build-arg=AWS_IAM_AUTHENTICATOR_VERSION=$_AWS_IAM_AUTHENTICATOR_VERSION
     9      - --platform=linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
    10      - --push
    11      - .
    12      dir: .
    13    - name: gcr.io/k8s-testimages/gcb-docker-gcloud
    14      entrypoint: gcloud
    15      args:
    16      - container
    17      - images
    18      - add-tag
    19      - gcr.io/$PROJECT_ID/git-custom-k8s-auth:$_GIT_TAG
    20      - gcr.io/$PROJECT_ID/git-custom-k8s-auth:latest
    21  substitutions:
    22    _GIT_TAG: '12345'
    23    # Prefer 0.5.x series (not 0.6.x) for now.
    24    _AWS_IAM_AUTHENTICATOR_VERSION: '0.5.21'