tektoncd / pipeline

A cloud-native Pipeline resource.
https://tekton.dev
Apache License 2.0
8.36k stars 1.76k forks source link

Buildpacks create is not performing as expected #6888

Open saikumar21698 opened 1 year ago

saikumar21698 commented 1 year ago

Expected Behavior

Application Source code should be converted into container image using buildpacks paketo images

Actual Behavior

While in create stage , it is should below error

Paketo Buildpack for Spring Boot 5.26.0 https://github.com/paketo-buildpacks/spring-boot Build Configuration: $BP_SPRING_CLOUD_BINDINGS_DISABLED false whether to contribute Spring Boot cloud bindings support Launch Configuration: $BPL_SPRING_CLOUD_BINDINGS_DISABLED false whether to auto-configure Spring Boot environment properties from bindings $BPL_SPRING_CLOUD_BINDINGS_ENABLED true Deprecated - whether to auto-configure Spring Boot environment properties from bindings Paketo Buildpack for Spring Boot 5.26.0 unable to generate dependencies from /workspace/source/source unable to create file listing: unable to open file /workspace/source/source/BOOT-INF/lib/spring-cloud-bindings-1.13.0.jar open /workspace/source/source/BOOT-INF/lib/spring-cloud-bindings-1.13.0.jar: no such file or directory ERROR: failed to build: exit status 1

Steps to Reproduce the Problem

1. 2. 3.

Additional Info

Client Version: version.Info{Major:"1", Minor:"12", GitVersion:"v1.12.0", GitCommit:"0ed33881dc4355495f623c6f22e7dd0b7632b7c0", GitTreeState:"clean", BuildDate:"2018-09-27T17:05:32Z", GoVersion:"go1.10.4", Compiler:"gc", Platform:"windows/amd64"} Server Version: version.Info{Major:"1", Minor:"24+", GitVersion:"v1.24.14-eks-c12679a", GitCommit:"05d192f0de17608d98e17761ad3cffa9a6407f2f", GitTreeState:"clean", BuildDate:"2023-05-22T23:41:27Z", GoVersion:"go1.19.9", Compiler:"gc", Platform:"linux/amd64"}

(paste your output here)

Help me to make sure that my buildpack task create the container image using taskrun , once this works i will be incorporating in pipeline

keskad commented 10 months ago

I think this issue should be reported in the packeto repository.