blob: 475d14224d1831f5e313839c0a1680bcb6ab2a6b [file] [log] [blame]
apiVersion: build.knative.dev/v1alpha1
kind: Build
metadata:
name: java-8-helloworld
spec:
serviceAccountName: openwhisk-runtime-builder
source:
git:
url: "https://github.com/apache/incubator-openwhisk-devtools.git"
revision: "master"
template:
name: openwhisk-java-runtime
arguments:
- name: TARGET_IMAGE_NAME
value: "docker.io/${DOCKER_USERNAME}/java-8-helloworld"
- name: DOCKERFILE
value: "./knative-build/runtimes/java/core/java8/Dockerfile"
- name: OW_RUNTIME_DEBUG
value: "true"