python
python copied to clipboard
Pipfile is not recognized
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:
[detector] SKIPPED: No supported environment variables were set
[detector] ======== Results ========
[detector] pass: paketo-buildpacks/[email protected]
[detector] pass: paketo-buildpacks/[email protected]
[detector] pass: paketo-buildpacks/[email protected]
[detector] fail: paketo-buildpacks/[email protected]
[detector] skip: paketo-buildpacks/[email protected]
[detector] skip: paketo-buildpacks/[email protected]
[detector] skip: paketo-buildpacks/[email protected]
[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:
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