Code Monkey home page Code Monkey logo

heroku-buildpack-vendorbinaries's Introduction

Heroku buildpack: Vendor Binaries

This is a Heroku buildpack for vendoring binaries into your project. It doesn't do anything else, so to actually compile your app you should use heroku-buildpack-multi to combine it with a real buildpack.

Usage

$ ls
.vendor_urls
.buildpacks

$ heroku create --stack cedar --buildpack http://github.com/dollar/heroku-buildpack-multi.git

$ git push heroku master
...
-----> Heroku receiving push
-----> Fetching custom buildpack
-----> Found a .vendor_urls file
       Vendoring https://s3.amazonaws.com/my-bucket/foo.tar.gz
...

The buildpack will detect that your app has a .vendor_urls file in the root. Each line in this file will be treated as a URL pointing at a tarball to fetch and extract into your application's root directory.

heroku-buildpack-vendorbinaries's People

Contributors

adamburgess avatar cyrusdavid avatar peterkeen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

heroku-buildpack-vendorbinaries's Issues

README lists wrong filename for URL file

Hello!

First, thanks for putting this together! It's very helpful to have this and not have to wrangle my own buildpack.

I just wanted to point out that the README lists that the URLs should go in a file named .vendor_binaries, whereas the code is looking at .vendor_urls.

Utilize the cache directory

Pull down vendored binaries and stuff them in the cache, instead of pulling them down every time. This will work best with binaries with a unique hash in their filename.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.