Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.34 KB

container-dist_zip.md

File metadata and controls

26 lines (22 loc) · 1.34 KB

Dist Zip Container

The Dist Zip Container allows applications packaged in distZip-style to be run.

Detection Criteria
  • A start script in the bin/ subdirectory of the application directory or one of its immediate subdirectories (but not in both), and
  • A JAR file in the lib/ subdirectory of the application directory or one of its immediate subdirectories (but not in both)
Tags dist-zip
Tags are printed to standard output by the buildpack detect script

If the application uses Spring, Spring profiles can be specified by setting the SPRING_PROFILES_ACTIVE environment variable. This is automatically detected and used by Spring. The Spring Auto-reconfiguration Framework will specify the cloud profile in addition to any others.

Configuration

The Dist Zip Container cannot be configured.