diff --git a/README.md b/README.md index 784ac8e..a9d8085 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,14 @@ The buildpack will do the following if a JRE is requested: | `$BPL_JVM_LOADED_CLASS_COUNT` | Configure the number of classes that will be loaded at runtime. Defaults to 35% of the number of classes. | `$BPL_JVM_THREAD_COUNT` | Configure the number of user threads at runtime. Defaults to `250`. +## Bindings +The buildpack optionally accepts the following bindings: + +### Type: `dependency-mapping` +|Key | Value | Description +|----------------------|---------|------------ +|`` | `` | If needed, the buildpack will fetch the dependency with digest `` from `` + ## License This buildpack is released under version 2.0 of the [Apache License][a].