Skip to content

PaaS-TA/PINPOINT-BUILDPACK-MASTER

Repository files navigation

PaaS-TA Pinpoint Buildpack

Package

The offline package is a version of the buildpack designed to run without access to a network. It packages the latest version of each dependency (as configured in the config/ directory) and disables remote_downloads. This package is about 180M in size. To create the offline package, use the OFFLINE=true argument:

To pin the version of dependencies used by the buildpack to the ones currently resolvable use the PINNED=true argument. This will update the config/ directory to contain exact version of each dependency instead of version ranges.

$ bundle install
$ bundle exec rake clean package OFFLINE=true PINNED=true
...
Creating build/java-buildpack-pinpoint-monitoring-cfd6b17.zip

License

This buildpack is released under version 2.0 of the Apache License.