Cleaning [#169708825] Co-authored-by: Daniel Thornton dthornton@pivotal.io
Cleaning
[#169708825]
Co-authored-by: Daniel Thornton dthornton@pivotal.io
To use this repo on a cloudfoundry instance simply zip it up and provide it to as a supply buildpack to a cf push Ex:
cf push
# from the root of this repo, zip up buildpack excluding the .git directory zip -r my-bp-name.zip . -x *.git*
cf create-buildpack <uploaded-buildpack-name> my-bp-name.zip <index>
cd <app-rootdir> # note the buildpack created above cannot be the final buildpack cf push my-app -b <uploaded-buildpack-name> -b <final-buildpack>
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
example-sidecar-buildpack
To use this repo on a cloudfoundry instance simply zip it up and provide it to as a supply buildpack to a
cf pushEx: