paketo-buildpacks / health-checker

A Cloud Native Buildpack that provides a health check binary compatible with Docker health checks
Apache License 2.0
6 stars 0 forks source link

gcr.io/paketo-buildpacks/health-checker

The Paketo Buildpack for Health Checker is a Cloud Native Buildpack that provides a health checker tool that can be used to validate application health.

Behavior

This buildpack will participate either of the following conditions are met

The buildpack will do the following:

Configuration

Environment Variable Description
$BP_HEALTH_CHECKER_ENABLED If set to true the buildpack will contribute a health checker binary. Defaults to false, so no health checker is contributed.
$BP_HEALTH_CHECKER_DEPENDENCY The dependency id, see buildpack.toml, of the health checker to install. Defaults to thc.

Bindings

The buildpack optionally accepts the following bindings:

Type: dependency-mapping

Key Value Description
<dependency-digest> <uri> If needed, the buildpack will fetch the dependency with digest <dependency-digest> from <uri>

License

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