We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It should be detected automatically if there is Pipfile in the root directory.
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:
pack build my-app --buildpack paketo-buildpacks/python --builder paketobuildpacks/builder-jammy-base
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:
No branches or pull requests
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: