@ -121,7 +121,8 @@ The builder and run image can be specified on the command line as well, as shown
==== Builder Configuration
==== Builder Configuration
If the builder exposes configuration options, those can be set using the `environment` property.
If the builder exposes configuration options, those can be set using the `environment` property.
The following example assumes that the default builder defines a `BP_JVM_VERSION` property (typically used to customize the JDK version the image should use):
The following example assumes that the default builder recognizes a `BP_JVM_VERSION` property.
This property is typically used to customize the JDK version the image should use by specifying the major version and a wildcard for the rest of the version:
@ -158,7 +158,8 @@ The builder and run image can be specified on the command line as well, as shown
==== Builder Configuration
==== Builder Configuration
If the builder exposes configuration options using environment variables, those can be set using the `env` attributes.
If the builder exposes configuration options using environment variables, those can be set using the `env` attributes.
The following example assumes that the default builder defines a `BP_JVM_VERSION` property (typically used to customize the JDK version the image should use):
The following example assumes that the default builder recognizes a `BP_JVM_VERSION` property.
This property is typically used to customize the JDK version the image should use by specifying the major version and a wildcard for the rest of the version:
[source,xml,indent=0,subs="verbatim,attributes"]
[source,xml,indent=0,subs="verbatim,attributes"]
----
----
@ -172,7 +173,7 @@ The following example assumes that the default builder defines a `BP_JVM_VERSION