mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 12:07:47 +00:00
Merge pull request #119741 from humblec/cloudbuild
Update the container images used in cloudbuild to their latest version
This commit is contained in:
commit
251c17113c
@ -250,7 +250,7 @@ dependencies:
|
||||
|
||||
# GCB docker gcloud image
|
||||
- name: "gcb-docker-gcloud: dependents"
|
||||
version: v20221007-69e0da97ef
|
||||
version: v20230623-56e06d7c18
|
||||
refPaths:
|
||||
- path: build/pause/cloudbuild.yaml
|
||||
match: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud
|
||||
|
@ -4,7 +4,7 @@ options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
machineType: 'N1_HIGHCPU_8'
|
||||
steps:
|
||||
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221007-69e0da97ef'
|
||||
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230623-56e06d7c18'
|
||||
entrypoint: 'bash'
|
||||
dir: ./build/pause
|
||||
env:
|
||||
|
@ -4,7 +4,7 @@ options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
machineType: 'N1_HIGHCPU_8'
|
||||
steps:
|
||||
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221007-69e0da97ef'
|
||||
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230623-56e06d7c18'
|
||||
entrypoint: 'bash'
|
||||
dir: ./cluster/images/etcd
|
||||
env:
|
||||
|
@ -9,7 +9,7 @@ options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
machineType: 'N1_HIGHCPU_8'
|
||||
steps:
|
||||
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221007-69e0da97ef'
|
||||
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230623-56e06d7c18'
|
||||
entrypoint: 'bash'
|
||||
dir: ./test/images/
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user