-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
pack build fails on v0.2.0 #121
Comments
Hi! I'm puzzled by this log line:
It should not be appearing, since:
Could you paste the output of running |
Sure, here it is:
I am running pack from a bitbucket runner container. Here is the full log output of the pack build with
|
@ngatti-tmm Thank you - that allowed me to reproduce. The issue is that:
Once the upstream In the meantime you'll need to update to a newer Pack CLI version - which is worth doing regardless to pick up new features and fixes in the Pack CLI :-) |
Thank you Ed. I wrongly asumed that the Pack CLI was installed on each pipeline. But it was installed on the base build image and as it wasn't updated. |
No problem! Thank you for reporting the issue - it let me find an upstream bug which would be great to have fixed regardless :-) |
Hello, today I tried to build my app and failed. When running
pack build
on a php application I get the following error:The same
pack build
command worked ok on v0.1.2.I tried with
heroku/builder:22
andheroku/builder:20
, and removing--buildpack heroku/php
parameter, same error.The text was updated successfully, but these errors were encountered: