Skip to content
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

Cannot run the BGD using 'buildpacks' #92

Open
rudi-matricata opened this issue Oct 29, 2019 · 1 comment
Open

Cannot run the BGD using 'buildpacks' #92

rudi-matricata opened this issue Oct 29, 2019 · 1 comment

Comments

@rudi-matricata
Copy link

In the manifest that is used for deployment (BGD) you can specify 'buildpacks'. Since 'buildpack' is deprecated it is better to specify it as:

---
    ...
    buildpacks:
      - buildpack_URL

When you execute the bgd command with this manifest you get the response:

'Could not push new version - Error reading manifest file:
buildpack must be a string or null value'

@holly-cummins
Copy link
Collaborator

I think this is probably a duplicate of #89 and #83. The underlying issue is that the cf cli plugin architecture doesn't support the new manifest fields. The workaround is to re-architect this plugin to use fewer of the cf APIs to remove the dependency on the legacy parts of the framework API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants