k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/images/alpine/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/alpine:$_GIT_TAG 7 - --build-arg=IMAGE_ARG=gcr.io/$PROJECT_ID/alpine:$_GIT_TAG 8 - --platform=linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x 9 - --push 10 - . 11 dir: . 12 - name: gcr.io/k8s-testimages/gcb-docker-gcloud 13 entrypoint: gcloud 14 args: 15 - container 16 - images 17 - add-tag 18 - gcr.io/$PROJECT_ID/alpine:$_GIT_TAG 19 - gcr.io/$PROJECT_ID/alpine:latest 20 substitutions: 21 _GIT_TAG: '12345' 22 # Manual bump to pick up alpine release: 3.19.0