blob: 623c9e256a8bad0c44210a47f727acb85f47e5a8 [file] [log] [blame]
apiVersion: build.knative.dev/v1alpha1
kind: Build
metadata:
name: nodejs-10-helloworld-with-params
spec:
serviceAccountName: openwhisk-runtime-builder
source:
git:
url: "https://github.com/apache/incubator-openwhisk-runtime-nodejs.git"
revision: "master"
template:
name: openwhisk-nodejs-runtime
arguments:
- name: TARGET_IMAGE_NAME
value: "docker.io/${DOCKER_USERNAME}/nodejs-10-helloworld-with-params"
- name: DOCKERFILE
value: "./knative-build/runtimes/javascript/Dockerfile"
- name: OW_RUNTIME_DEBUG
value: "true"