Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

f5devcentral/cf-bigip-buildpack

 
 

Repository files navigation

F5 BIG-IP Controller for Cloud Foundry Experimental Buildpack

A custom experimental buildpack for F5 BIG-IP Controller for Cloud Foundry.

This is based on the Cloud Foundry python buildpack.

Building the Buildpack

  1. Make sure you have fetched submodules
git submodule update --init
  1. Get latest buildpack dependencies
BUNDLE_GEMFILE=cf.Gemfile bundle
  1. Build the buildpack
BUNDLE_GEMFILE=cf.Gemfile bundle exec buildpack-packager [ --uncached | --cached ]
  1. Use in Cloud Foundry

    Upload the buildpack to your Cloud Foundry and optionally specify it by name

    cf create-buildpack custom_python_buildpack python_buildpack-cached-custom.zip 1
    cf push my_app -b custom_python_buildpack

About

A custom experimental buildpack for F5 BIG-IP Controller for Cloud Foundry

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 91.2%
  • Shell 3.9%
  • Ruby 3.6%
  • Other 1.3%