Detect and build source code #217
Replies: 3 comments 7 replies
-
Hi @RATANAJANGIR |
Beta Was this translation helpful? Give feedback.
-
@RATANAJANGIR by the time the build phase exits, the buildpack should have created whatever artifacts are necessary for the application to be runnable. The specific behavior will vary by buildpack - in this case, as you're using Paketo, I'd recommend checking out https://paketo.io/docs/howto/python/. You can inspect the |
Beta Was this translation helpful? Give feedback.
-
Ah - to fix this error you need to declare
in your buildpack.toml (not builder.toml) for the custom buildpack. This allows the buildpack to declare which build/run base image combinations it is compatible with. I should note that the concept of "stack" is going away in the next set of APIs. Instead of declaring compatibility with a magical ID such as |
Beta Was this translation helpful? Give feedback.
-
Hi, is there any method in build Pack to just detect source code and build it. I don't want to make image; I want to publish output of build phase (source code) (ex. .jar package, wheel package).
Really appreciated for any help here.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions