We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dependencies build pipeline should build all dependencies required for nginx v2b to run on cflinuxfs4.
The buildpack's manifest.yml on the develop branch must contain all the dependencies built in step 1 validating the next instructions:
manifest.yml
any_stacks
- name: dep uri: https://buildpacks.cloudfoundry.org/dependencies/dep/dep-1.2.3-any-stack-abcdef.tar.gz cf_stacks: - cflinuxfs3 - cflinuxfs4
- name: dep uri: https://buildpacks.cloudfoundry.org/dependencies/dep/dep-1.2.3-cflinuxfs3-abcdef.tar.gz cf_stacks: - cflinuxfs3 - name: dep uri: https://buildpacks.cloudfoundry.org/dependencies/dep/dep-1.2.3-cflinuxfs4-abcdef.tar.gz cf_stacks: - cflinuxfs4
cflinuxfs4
Build dependency and update buildpack develop
The text was updated successfully, but these errors were encountered:
Dependencies requiring build against cflinuxfs4:
Sorry, something went wrong.
brayanhenao
No branches or pull requests
A/C
Dependencies build pipeline should build all dependencies required for nginx v2b to run on cflinuxfs4.
The buildpack's
manifest.yml
on the develop branch must contain all the dependencies built in step 1 validating the next instructions:any_stacks
dependencies, themanifest.yml
should contain an entry like this:manifest.yml
should contain entries like this:cflinuxfs4
stack, it should pass.Proposal
Build dependency and update buildpack develop
The text was updated successfully, but these errors were encountered: