Merge pull request #273 from cloudfoundry/cflinuxfs5-support feat: Add cflinuxfs5 support, drop cflinuxfs3
Merge pull request #273 from cloudfoundry/cflinuxfs5-support
feat: Add cflinuxfs5 support, drop cflinuxfs3
This repository contains config files common to buildpacks.
If you just wrote a new buildpack, run bootstrap.sh as follows:
./scripts/bootstrap.sh --target <path/to/your/buildpack>
This will copy the relevant config files to your buildpack. Git commit and Push.
Now, to wire up your buildpack repo to receive relevant updates as a pull requests:
Submit your change to this repo as a PR. You should be all set when the PR is merged.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Buildpacks GitHub Config
This repository contains config files common to buildpacks.
How do I consume this common config
If you just wrote a new buildpack, run bootstrap.sh as follows:
This will copy the relevant config files to your buildpack. Git commit and Push.
Now, to wire up your buildpack repo to receive relevant updates as a pull requests:
Submit your change to this repo as a PR. You should be all set when the PR is merged.