cloudfoundry/binary-buildpack

Name: binary-buildpack

Owner: Cloud Foundry

Description: Deploy binaries to Cloud Foundry

Created: 2015-05-05 21:41:51.0

Updated: 2018-04-23 13:46:21.0

Pushed: 2018-05-23 21:19:21.0

Homepage: null

Size: 9447

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Cloud Foundry Binary Buildpack

CF Slack Join us on Slack

A Cloud Foundry buildpack for running arbitrary binary web servers.

Buildpack User Documentation

Official buildpack documentation can be found at binary buildpack docs.

Building the Buildpack

To build this buildpack, run the following command 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. Install buildpack-packager

    src/binary/vendor/github.com/cloudfoundry/libbuildpack/packager/buildpack-packager && go install)
    
  3. Build the buildpack

    dpack-packager build [ --cached=(true|false) ]
    
  4. Use in Cloud Foundry

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

    reate-buildpack [BUILDPACK_NAME] [BUILDPACK_ZIP_FILE_PATH] 1
    ush my_app [-b BUILDPACK_NAME]
    
Testing

Buildpacks use the Cutlass framework for running integration tests.

To test this buildpack, run the following command 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
    
Contributing

Find our guidelines here.

Help and Support

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

Reporting Issues

Open a GitHub issue on this project here

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.