-
Notifications
You must be signed in to change notification settings - Fork 20
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
v0.0.6 manifest.json had unexpected number of entries: 2 #233
Comments
I'm unable to reproduce the issue. Used nodejs
The app built successfully and ran fine. |
As far as
However, when I
It seems that the |
As of date, the |
Still seeing the same failure mode I reported earlier when I don't specify buildpack versions, still works fine when I specify them. I have reproduced the issue using both
and
Strangely, when I explicitly use the
but again, if I simply run:
I see the |
I run into this occasionally with all Paketo Buildpacks (you can find several threads in slack around this). As the prior message suggests, I always reference buildpackages explicitly with their tag to avoid this issue. This might be something worth engaging with the CNB community on. Slack thread: https://paketobuildpacks.slack.com/archives/C011S6EL49L/p1594148632196100 |
I believe this is being looked into at the lifecycle level: buildpacks/imgutil#63. Maybe we can close this issue? |
Attempted to build this Paketo sample rack app with the command:
And got the output:
This seems related to this Ruby issue.
The text was updated successfully, but these errors were encountered: