Last active
October 8, 2018 09:18
-
-
Save VidyasagarMSC/8b7ff4b3fa360c700aab25edc8a0b30a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: build.knative.dev/v1alpha1 | |
kind: Build | |
metadata: | |
name: kaniko-build | |
spec: | |
serviceAccountName: build-bot | |
source: | |
git: | |
url: https://github.com/VidyasagarMSC/knative-deploy # source code from GitHub | |
revision: master | |
template: | |
name: kaniko | |
arguments: | |
- name: IMAGE | |
value: registry.<region>.bluemix.net/<namespace>/knative-node-kaniko # replace <region> and <namespace> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment