Pack invalid tar header #204
-
I'm getting the following error: Inspecting buildpack blob: failed to get next tar entry: archive/tar: invalid tar header for cloudfoundry buildpack either cflinux3 or heroku builder: with heroku java buildpack and heroku builder: pack version Can you help me to fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Those buildpacks are from a different version of the technology. They are from Cloud Foundry's V2 Buildpacks, and are incompatible with tooling for Cloud Native Buildpacks. Their successor is the Paketo projects, built by former Cloud Foundry engineers: https://paketo.io/ In the future, you can also open issues on the https://github.com/buildpacks/pack/ repo. |
Beta Was this translation helpful? Give feedback.
Those buildpacks are from a different version of the technology. They are from Cloud Foundry's V2 Buildpacks, and are incompatible with tooling for Cloud Native Buildpacks.
Their successor is the Paketo projects, built by former Cloud Foundry engineers: https://paketo.io/
You can also look into the Heroku and Google builders, as you can see on
pack builders suggest
.In the future, you can also open issues on the https://github.com/buildpacks/pack/ repo.