1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/cloudbuild.yaml
Markus Lehtonen 9e6bef4b71 Add cloudbuild.yaml
Basic google cloud build configuration.
2020-08-07 19:15:32 +03:00

18 lines
556 B
YAML

steps:
- name: gcr.io/cloud-builders/docker
args:
- 'build'
- '--build-arg NFD_VERSION=$_GIT_TAG'
- '--build-arg HOSTMOUNT_PREFIX=/host-'
- '-t k8s.gcr.io/$PROJECT_ID/node-feature-discovery:$_GIT_TAG'
- '-t k8s.gcr.io/$PROJECT_ID/node-feature-discovery:$_PULL_BASE_REF'
- '.'
substitutions:
_GIT_TAG: '0.0.0'
_PULL_BASE_REF: 'master'
options:
substitution_option: ALLOW_LOOSE
# Pust images
images:
- 'k8s.gcr.io/$PROJECT_ID/node-feature-discovery:$_GIT_TAG'
- 'k8s.gcr.io/$PROJECT_ID/snode-feature-discovery:master'