mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
add cloudbuild configs for "internal" kind images
(not the node image, yet ...)
This commit is contained in:
7
images/base/cloudbuild.yaml
Normal file
7
images/base/cloudbuild.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
# See https://cloud.google.com/cloud-build/docs/build-config
|
||||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-testimages/krte:latest-master
|
||||
env:
|
||||
entrypoint: make -C images/base push
|
||||
7
images/haproxy/cloudbuild.yaml
Normal file
7
images/haproxy/cloudbuild.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
# See https://cloud.google.com/cloud-build/docs/build-config
|
||||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-testimages/krte:latest-master
|
||||
env:
|
||||
entrypoint: make -C images/haproxy push
|
||||
7
images/kindnetd/cloudbuild.yaml
Normal file
7
images/kindnetd/cloudbuild.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
# See https://cloud.google.com/cloud-build/docs/build-config
|
||||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-testimages/krte:latest-master
|
||||
env:
|
||||
entrypoint: make -C images/kindnetd push
|
||||
7
images/local-path-helper/cloudbuild.yaml
Normal file
7
images/local-path-helper/cloudbuild.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
# See https://cloud.google.com/cloud-build/docs/build-config
|
||||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-testimages/krte:latest-master
|
||||
env:
|
||||
entrypoint: make -C images/local-path-helper push
|
||||
7
images/local-path-provisioner/cloudbuild.yaml
Normal file
7
images/local-path-provisioner/cloudbuild.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
# See https://cloud.google.com/cloud-build/docs/build-config
|
||||
options:
|
||||
substitution_option: ALLOW_LOOSE
|
||||
steps:
|
||||
- name: gcr.io/k8s-testimages/krte:latest-master
|
||||
env:
|
||||
entrypoint: make -C images/local-path-provisioner push
|
||||
Reference in New Issue
Block a user