File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,8 @@ substitutions:
1414 # COSI substitutions:
1515 _PLATFORMS : linux/amd64,linux/arm64 # add more platforms here if desired
1616steps :
17- # TODO: currently gcr.io/k8s-testimages/gcb-docker-gcloud has not moved to Artifact Registry
18- # gcr.io will be shut down 18 Mar 2025, and we need replacement before then. Latest info below:
19- # https://github.com/kubernetes/test-infra/blob/master/images/gcb-docker-gcloud/cloudbuild.yaml
2017 - id : do-multi-arch-build-all-images
21- name : gcr.io/k8s-testimages /gcb-docker-gcloud:v20240718-5ef92b5c36
18+ name : gcr.io/k8s-staging-test-infra /gcb-docker-gcloud:v20250513-9264efb079
2219 args :
2320 - hack/cloudbuild.sh
2421 env :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ CONTROLLER_IMAGE="${REPO}/objectstorage-controller"
1616SIDECAR_IMAGE=" ${REPO} /objectstorage-sidecar"
1717
1818# args to 'make build'
19- export DOCKER=" /buildx-entrypoint" # available in gcr.io/k8s-testimages /gcb-docker-gcloud image
19+ export DOCKER=" /buildx-entrypoint" # available in gcr.io/k8s-staging-test-infra /gcb-docker-gcloud image
2020export PLATFORM
2121export SIDECAR_TAG=" ${SIDECAR_IMAGE} :${GIT_TAG} "
2222export CONTROLLER_TAG=" ${CONTROLLER_IMAGE} :${GIT_TAG} "
You can’t perform that action at this time.
0 commit comments