When trying to create image using the kp command for Java application, it received the error message below:
$ kp image create example1 --tag harbor.example.com/tbs/example1:0.0.1 --cluster-builder default --wait --git https://github.com/xxxx/example1.git --git-revision master ===> SETUP-CA-CERTS setup-ca-certs:main.go:15: create certificate... setup-ca-certs:main.go:21: populate certificate... setup-ca-certs:main.go:32: update CA certificates... setup-ca-certs:main.go:39: copying CA certificates... setup-ca-certs:main.go:45: finished setting up CA certificates ===> PREPARE Loading secret for "harbor.example.com" from secret "my-registry-creds" at location "/var/build-secrets/my-registry-creds" Loading secrets for "https://github.com" from secret "my-registry-creds" Successfully cloned "https://github.com/xxxx/example1.git " @ "f0a13029bc5e3572d35510f045890b879db2eabc" in path "/workspace" ===> DETECT ERROR: No buildpack groups passed detection. ERROR: Please check that you are running against the correct path. ERROR: failed to detect: no buildpacks participating Error: update to image failed