gcr.io/paketo-buildpacks/dist-zip
The Paketo Buildpack for DistZip is a Cloud Native Buildpack that contributes a Process Type for DistZip-style applications.
Behavior
This buildpack will participate all the following conditions are met
- Exactly one file matching
<APPLICATION_ROOT>/$BP_APPLICATION_SCRIPTexists
The buildpack will do the following:
- Requests that a JRE be installed
- Contributes
dist-zip,task, andwebprocess types
When $BP_LIVE_RELOAD_ENABLE is true:
- Requests that
watchexecbe installed - Contributes
reloadprocess type
Configuration
| Environment Variable | Description |
|---|---|
$BP_APPLICATION_SCRIPT |
Configures the application start script, using Bash Pattern Matching. Defaults to */bin/*. |
$BP_LIVE_RELOAD_ENABLED |
Enable live process reloading. Defaults to false. |
License
This buildpack is released under version 2.0 of the Apache License.