Skip to content

cloudfoundry/example-sidecar-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 push Ex:

  1. Zip it up
# from the root of this repo, zip up buildpack excluding the .git directory 
zip -r my-bp-name.zip . -x *.git*
  1. upload the buildpack to cloudfoundry
cf create-buildpack <uploaded-buildpack-name> my-bp-name.zip <index>
  1. push an app
cd <app-rootdir>
# note the buildpack created above cannot be the final buildpack
cf push my-app -b <uploaded-buildpack-name> -b <final-buildpack>  

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages