mirror of https://github.com/knative/func.git
fix: use domain qualified registry for springboot (#789)
* fix: use domain qualified registry for springboot The builder image name should include the registry name. Also it seems that the tiny builder doesn't actually work. We need base. Fixes: https://github.com/knative-sandbox/kn-plugin-func/issues/775 Signed-off-by: Lance Ball <lball@redhat.com> * fixup: regenerate pkged.go with go 1.17 Signed-off-by: Lance Ball <lball@redhat.com>
This commit is contained in:
parent
6c282e77c2
commit
6097b8d790
|
|
@ -1,5 +1,5 @@
|
|||
builders:
|
||||
default: paketobuildpacks/builder:tiny
|
||||
default: gcr.io/paketo-buildpacks/builder:tiny
|
||||
buildEnvs:
|
||||
- name: BP_NATIVE_IMAGE
|
||||
value: "true"
|
||||
|
|
|
|||
Loading…
Reference in New Issue