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