Skip to content

Commit 7980ace

Browse files
add minikube bootcamp image to registry
1 parent 40933d0 commit 7980ace

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
postsubmits:
2+
kubernetes/minikube:
3+
- name: post-kubernetes-bootcamp-image
4+
cluster: k8s-infra-prow-build-trusted
5+
annotations:
6+
testgrid-dashboards: minikube-periodics, sig-k8s-infra-gcb
7+
decorate: true
8+
branches:
9+
- ^master$
10+
spec:
11+
serviceAccountName: gcb-builder
12+
containers:
13+
- image: gcr.io/k8s-staging-test-infra/image-builder:v20250914-3092127382
14+
command:
15+
- /run.sh
16+
args:
17+
- --project=k8s-staging-minikube
18+
- --scratch-bucket=gs://k8s-staging-minikube-gcb
19+
- --env-passthrough=PULL_BASE_REF
20+
- --gcb-config=hack/prow/image/kubernetes-bootcamp/cloudbuild.yaml
21+
- .
22+
env:
23+
- name: LOG_TO_STDOUT
24+
value: "y"

0 commit comments

Comments
 (0)