-
Notifications
You must be signed in to change notification settings - Fork 61
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
FR: Support new buildpacks key in manifest.yml #83
Comments
This might be related to the underlying cf cli plugin architecture, moreso than this plugin. For reference: https://www.pivotaltracker.com/n/projects/892938/stories/160460938, cloudfoundry-community/cf-resource#62 UPDATE: I also found that |
Any work arounds ? Can we use multiple buildpacks with this plugin ? |
Hi, |
Having this issue in Travis. Honestly not an issue yet because it just says it's deprecated but sooner or later support for the legacy - buildpack will we stopped and we won't be able to deploy any more. |
Just experienced the same thing also. My deployment simply stopped/failed:
I can work around it possibly bypassing the blue-green-deploy, however would be nice this would be supported. |
Please refer this documentation: https://docs.cloudfoundry.org/buildpacks/use-multiple-buildpacks.html |
This is great but that's not going to solve the fact that the manifest eventually is going to be completely broken. This needs an update to the travis plugin |
New version of the CF CLI supports multiple buildpacks in manifest.yml with the buildpacks array:
However it seems that the same is not yet supported by blue-green-deploy. Here is the error I receive when I try to use
cf bgd -f manifest.yml
with a multiple buildpacks manifest:Would it be possible to add support for new manifest fields in a new version of the plugin?
The text was updated successfully, but these errors were encountered: