Skip to content

Commit be75d9d

Browse files
authored
Merge pull request #153 from BlaineEXE/change-gcp-docker-build-image
update gcb-docker-gcloud image
2 parents 5ac82b5 + 7970460 commit be75d9d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ substitutions:
1414
# COSI substitutions:
1515
_PLATFORMS: linux/amd64,linux/arm64 # add more platforms here if desired
1616
steps:
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:

hack/cloudbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CONTROLLER_IMAGE="${REPO}/objectstorage-controller"
1616
SIDECAR_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
2020
export PLATFORM
2121
export SIDECAR_TAG="${SIDECAR_IMAGE}:${GIT_TAG}"
2222
export CONTROLLER_TAG="${CONTROLLER_IMAGE}:${GIT_TAG}"

0 commit comments

Comments
 (0)