Skip to content

Commit fb8a0a3

Browse files
Update Prow images to new registry and tag (#1944)
1 parent ea51412 commit fb8a0a3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20230324-76cde35b3d
1+
v20260316-26fa34da6

projects/kubernetes/test-infra/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ AWS_REGION?=us-west-2
33

44
IMAGE_TAG?=$(shell cat IMAGE_TAG)
55

6-
BASE_IMAGE_REPO?=gcr.io
6+
BASE_IMAGE_REPO?=us-docker.pkg.dev/k8s-infra-prow/images
77

88
BASE_IMAGE=$(BASE_IMAGE_REPO)/$(BASE_IMAGE_NAME):$(IMAGE_TAG)
9-
BASE_IMAGE_NAME?=k8s-prow/$(IMAGE_NAME:prow-%=%)
9+
BASE_IMAGE_NAME?=$(IMAGE_NAME:prow-%=%)
1010
IMAGE_REPO?=$(AWS_ACCOUNT_ID).dkr.ecr.$(AWS_REGION).amazonaws.com
1111

1212
IMAGE?=$(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG)
@@ -24,9 +24,9 @@ LOCAL_IMAGE_TARGETS=$(foreach image,$(IMAGE_NAMES),$(image)/images/build)
2424
IMAGE_TARGETS=$(foreach image,$(IMAGE_NAMES),$(image)/images/push)
2525

2626

27-
prow-controller-manager/images/%: BASE_IMAGE_NAME=k8s-prow/prow-controller-manager
27+
prow-controller-manager/images/%: BASE_IMAGE_NAME=prow-controller-manager
2828

29-
prow-statusreconciler/images/%: BASE_IMAGE_NAME=k8s-prow/status-reconciler
29+
prow-statusreconciler/images/%: BASE_IMAGE_NAME=status-reconciler
3030

3131
prow-deck/images/%: DOCKERFILE_FOLDER=./docker/linux/deck
3232

0 commit comments

Comments
 (0)