Open gteirlinck opened 5 years ago
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, https://github.com/concourse/cf-resource/issues/62
UPDATE: I also found that zdt
or zero-downtime-deploy is now offered via the CF CLI.
https://docs.cloudfoundry.org/devguide/deploy-apps/rolling-deploy.html
Any work arounds ? Can we use multiple buildpacks with this plugin ?
Hi, any update on this?
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:
Could not push new version - Error reading manifest file:
The following manifest fields cannot be used with legacy push: buildpacks
Unable to push the instance live. Aborting.
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?