cloudfoundry/multi-buildpack

Name: multi-buildpack

Owner: Cloud Foundry

Description: Cloud Foundry buildpack for running multiple buildpacks

Created: 2016-04-07 20:39:58.0

Updated: 2018-05-23 13:10:03.0

Pushed: 2018-05-23 21:16:23.0

Homepage:

Size: 13677

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Cloud Foundry Multi-buildpack

CF Slack Join us on Slack

The multi-buildpack buildpack provides older Cloud Foundry deployments with the same multi-buildpack support that is available in Cloud Foundry's CAPI v3 API. See Understanding Buildpacks for more info.

Usage
dpacks:
https://github.com/cloudfoundry/go-buildpack
https://github.com/cloudfoundry/ruby-buildpack/releases/download/v1.6.23/ruby_buildpack-cached-v1.6.23.zip
https://github.com/cloudfoundry/nodejs-buildpack#v1.5.18
https://github.com/cloudfoundry/python-buildpack#develop
dpacks:
ruby_buildpack
go_buildpack
Testing

Buildpacks use the Cutlass framework for running integration tests against Cloud Foundry. Before running the integration tests, you need to login to your Cloud Foundry using the cf cli:

login -a https://api.your-cf.com -u name@example.com -p pa55woRD

Note that your user requires permissions to run cf create-buildpack and cf update-buildpack. To run the integration tests, run the following commands from the buildpack's directory:

  1. Source the .envrc file in the buildpack directory.

    ce .envrc
    

    To simplify the process in the future, install direnv which will automatically source .envrc when you change directories.

  2. Run unit tests

    ripts/unit.sh
    
  3. Run integration tests

    ripts/integration.sh
    

More information can be found on Github cutlass.

Contributing

Find our guidelines here.

Help and Support

Join the #buildpacks channel in our Slack community if you need any further assistance.

Reporting Issues

Please fill out the issue template fully if you'd like to start an issue for the buildpack.

Active Development

The project backlog is on Pivotal Tracker.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.