Skip to content

Instantly share code, notes, and snippets.

@VidyasagarMSC
Last active October 8, 2018 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VidyasagarMSC/8b7ff4b3fa360c700aab25edc8a0b30a to your computer and use it in GitHub Desktop.
Save VidyasagarMSC/8b7ff4b3fa360c700aab25edc8a0b30a to your computer and use it in GitHub Desktop.
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