Skip to content

paketo-buildpacks/dist-zip

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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_SCRIPT exists

The buildpack will do the following:

  • Requests that a JRE be installed
  • Contributes dist-zip, task, and web process types

When $BP_LIVE_RELOAD_ENABLE is true:

  • Requests that watchexec be installed
  • Contributes reload process 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.