You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be detected automatically if there is Pipfile in the root directory.
Current Behavior
The builder does not recognize Pipfile, and it says 'No buildpack groups passed detection.'
Output:
[detector] SKIPPED: No supported environment variables were set
[detector] ======== Results ========
[detector] pass: paketo-buildpacks/ca-certificates@3.6.3
[detector] pass: paketo-buildpacks/watchexec@2.8.3
[detector] pass: paketo-buildpacks/cpython@1.8.11
[detector] fail: paketo-buildpacks/python-start@0.14.11
[detector] skip: paketo-buildpacks/procfile@5.6.4
[detector] skip: paketo-buildpacks/environment-variables@4.5.3
[detector] skip: paketo-buildpacks/image-labels@4.5.2
[detector] ERROR: No buildpack groups passed detection.
[detector] ERROR: Please check that you are running against the correct path.
[detector] ERROR: failed to detect: no buildpacks participating
ERROR: failed to build: executing lifecycle: failed with status code:
Expected Behavior
It should be detected automatically if there is Pipfile in the root directory.
Current Behavior
The builder does not recognize Pipfile, and it says 'No buildpack groups passed detection.'
Output:
Possible Solution
Steps to Reproduce
pack build my-app --buildpack paketo-buildpacks/python --builder paketobuildpacks/builder-jammy-base
Motivations
The builder should detect correctly and it should also look at the sub-folders to find *.py files
The text was updated successfully, but these errors were encountered: