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

cflinuxfs4: Build dependency & update buildpack develop #188

Closed
brayanhenao opened this issue Feb 14, 2023 · 1 comment
Closed

cflinuxfs4: Build dependency & update buildpack develop #188

brayanhenao opened this issue Feb 14, 2023 · 1 comment
Assignees

Comments

@brayanhenao
Copy link
Member

brayanhenao commented Feb 14, 2023

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:

    • For the any_stacks dependencies, the manifest.yml should contain an entry like this:
- name: dep
  uri: https://buildpacks.cloudfoundry.org/dependencies/dep/dep-1.2.3-any-stack-abcdef.tar.gz
  cf_stacks:
  - cflinuxfs3
  - cflinuxfs4
  • For the specific cflinxufs4 build dependencies, the manifest.yml should contain entries like this:
- 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
  • Dependency version lines that are known not to work with cflinuxfs4 must be excluded.
  1. On develop, when I run integration tests with test config set to cflinuxfs4 stack, it should pass.

Proposal

Build dependency and update buildpack develop

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

No branches or pull requests

1 participant