mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Merge pull request #114085 from saschagrunert/gcb-docker-gcloud-bump
Bump gcb-docker-gcloud to `v20221007-69e0da97ef`
This commit is contained in:
commit
ce9b912ca6
@ -220,3 +220,14 @@ dependencies:
|
|||||||
match: gcr.io\/cadvisor\/cadvisor:v\d+\.\d+\.\d+
|
match: gcr.io\/cadvisor\/cadvisor:v\d+\.\d+\.\d+
|
||||||
- path: test/e2e_node/image_list.go
|
- path: test/e2e_node/image_list.go
|
||||||
mathc: gcr.io\/cadvisor\/cadvisor:v\d+\.\d+\.\d+
|
mathc: gcr.io\/cadvisor\/cadvisor:v\d+\.\d+\.\d+
|
||||||
|
|
||||||
|
# GCB docker gcloud image
|
||||||
|
- name: "gcb-docker-gcloud: dependents"
|
||||||
|
version: v20221007-69e0da97ef
|
||||||
|
refPaths:
|
||||||
|
- path: build/pause/cloudbuild.yaml
|
||||||
|
match: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud
|
||||||
|
- path: cluster/images/etcd/cloudbuild.yaml
|
||||||
|
match: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud
|
||||||
|
- path: test/images/cloudbuild.yaml
|
||||||
|
match: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud
|
||||||
|
@ -4,7 +4,7 @@ options:
|
|||||||
substitution_option: ALLOW_LOOSE
|
substitution_option: ALLOW_LOOSE
|
||||||
machineType: 'N1_HIGHCPU_8'
|
machineType: 'N1_HIGHCPU_8'
|
||||||
steps:
|
steps:
|
||||||
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20210917-12df099d55'
|
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221007-69e0da97ef'
|
||||||
entrypoint: 'bash'
|
entrypoint: 'bash'
|
||||||
dir: ./build/pause
|
dir: ./build/pause
|
||||||
env:
|
env:
|
||||||
|
@ -4,7 +4,7 @@ options:
|
|||||||
substitution_option: ALLOW_LOOSE
|
substitution_option: ALLOW_LOOSE
|
||||||
machineType: 'N1_HIGHCPU_8'
|
machineType: 'N1_HIGHCPU_8'
|
||||||
steps:
|
steps:
|
||||||
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20210917-12df099d55'
|
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221007-69e0da97ef'
|
||||||
entrypoint: 'bash'
|
entrypoint: 'bash'
|
||||||
dir: ./cluster/images/etcd
|
dir: ./cluster/images/etcd
|
||||||
env:
|
env:
|
||||||
|
@ -9,7 +9,7 @@ options:
|
|||||||
substitution_option: ALLOW_LOOSE
|
substitution_option: ALLOW_LOOSE
|
||||||
machineType: 'N1_HIGHCPU_8'
|
machineType: 'N1_HIGHCPU_8'
|
||||||
steps:
|
steps:
|
||||||
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20210917-12df099d55'
|
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221007-69e0da97ef'
|
||||||
entrypoint: 'bash'
|
entrypoint: 'bash'
|
||||||
dir: ./test/images/
|
dir: ./test/images/
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user