Skip to content

Commit 8164d4e

Browse files
authored
Images: Rework. (3/3) (#13010)
1 parent 5e2d76c commit 8164d4e

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

images/fastcgi-helloserver/cloudbuild.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ options:
22
# Ignore Prow provided substitutions.
33
substitution_option: ALLOW_LOOSE
44
steps:
5-
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d
6-
env:
7-
- REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx
8-
entrypoint: bash
9-
args:
10-
- -c
11-
- gcloud auth configure-docker && cd images && make NAME=fastcgi-helloserver push
5+
- name: gcr.io/cloud-builders/docker
6+
dir: images
7+
env:
8+
- NAME=fastcgi-helloserver
9+
entrypoint: make
10+
args:
11+
- push

images/httpbun/cloudbuild.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ options:
22
# Ignore Prow provided substitutions.
33
substitution_option: ALLOW_LOOSE
44
steps:
5-
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d
6-
env:
7-
- REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx
8-
entrypoint: bash
9-
args:
10-
- -c
11-
- gcloud auth configure-docker && cd images && make NAME=httpbun push
5+
- name: gcr.io/cloud-builders/docker
6+
dir: images
7+
env:
8+
- NAME=httpbun
9+
entrypoint: make
10+
args:
11+
- push

images/kube-webhook-certgen/cloudbuild.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ options:
22
# Ignore Prow provided substitutions.
33
substitution_option: ALLOW_LOOSE
44
steps:
5-
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d
6-
env:
7-
- REGISTRY=us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx
8-
entrypoint: bash
9-
args:
10-
- -c
11-
- gcloud auth configure-docker && cd images && make NAME=kube-webhook-certgen push
5+
- name: gcr.io/cloud-builders/docker
6+
dir: images
7+
env:
8+
- NAME=kube-webhook-certgen
9+
entrypoint: make
10+
args:
11+
- push

0 commit comments

Comments
 (0)