Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.38 KB

container-distZip.md

File metadata and controls

25 lines (20 loc) · 1.38 KB

Dist Zip Container

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

Detection Criterion
  • 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)
Tagsdist-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.