You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Specify a Go version. | Supports *1.20.\**, *1.21.\**. The default value is *1.20.\**.<br> The Go version is automatically detected from the app’s *go.mod* file. You can override this version by setting the `BP_GO_VERSION` environment variable at build time. |`BP_GO_VERSION`|`--build-env BP_GO_VERSION=1.20.*`|
560
+
| Specify a Go version. | Supports *1.21.\**, *1.22.\**. The default value is *1.21.\**.<br> The Go version is automatically detected from the app’s *go.mod* file. You can override this version by setting the `BP_GO_VERSION` environment variable at build time. |`BP_GO_VERSION`|`--build-env BP_GO_VERSION=1.22.*`|
561
561
| Configure multiple targets. | Specifies multiple targets for a Go build. |`BP_GO_TARGETS`|`--build-env BP_GO_TARGETS=./some-target:./other-target`|
562
562
| Add CA certificates to the system trust store at build and runtime. | See the [Configure CA certificates for app builds and deployments](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md#configure-ca-certificates-for-app-builds-and-deployments) section of [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md). | N/A | N/A |
563
563
| Integrate with Dynatrace APM agent. | See [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md). | N/A | N/A |
@@ -571,7 +571,7 @@ The following table lists the features supported in Azure Spring Apps:
| Specify a Node version. | Supports *16.\**, *18.\**, *19.\**, *20.\**. The default value is *20.\**. <br>You can specify the Node version via an *.nvmrc* or *.node-version* file at the application directory root. `BP_NODE_VERSION` overrides the settings. |`BP_NODE_VERSION`|`--build-env BP_NODE_VERSION=19.*`|
574
+
| Specify a Node version. | Supports *16.\**, *18.\**, *19.\**, *20.\**. The default value is *20.\**. <br>You can specify the Node version via an *.nvmrc* or *.node-version* file at the application directory root. `BP_NODE_VERSION` overrides the settings. |`BP_NODE_VERSION`|`--build-env BP_NODE_VERSION=20.*`|
575
575
| Add CA certificates to the system trust store at build and runtime. | See the [Configure CA certificates for app builds and deployments](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md#configure-ca-certificates-for-app-builds-and-deployments) section of [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md). | N/A | N/A |
576
576
| Integrate with Dynatrace, Elastic, New Relic, App Dynamic APM agent. | See [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md). | N/A | N/A |
577
577
| Enable configuration of labels on the created image. | Configures both OCI-specified labels with short environment variable names and arbitrary labels using a space-delimited syntax in a single environment variable. |`BP_IMAGE_LABELS` <br> `BP_OCI_AUTHORS` <br> See more environment variables [here](https://github.com/paketo-buildpacks/image-labels). |`--build-env BP_OCI_AUTHORS=<value>`|
@@ -597,7 +597,7 @@ The following table lists the features supported in Azure Spring Apps:
| Integrate with Bellsoft OpenJDK. | Configures the JDK version. Currently supported: JDK 8, 11, 17, and 20. |`BP_JVM_VERSION`|`--build-env BP_JVM_VERSION=17`|
600
+
| Integrate with Bellsoft OpenJDK. | Configures the JDK version. Currently supported: JDK 8, 11, 17, and 21. |`BP_JVM_VERSION`|`--build-env BP_JVM_VERSION=17`|
601
601
| Configure arguments for the `native-image` command. | Arguments to pass directly to the native-image command. These arguments must be valid and correctly formed or the native-image command fails. |`BP_NATIVE_IMAGE_BUILD_ARGUMENTS`|`--build-env BP_NATIVE_IMAGE_BUILD_ARGUMENTS="--no-fallback"`|
602
602
| Add CA certificates to the system trust store at build and runtime. | See [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md). | Not applicable. | Not applicable. |
603
603
| Enable configuration of labels on the created image | Configures both OCI-specified labels with short environment variable names and arbitrary labels using a space-delimited syntax in a single environment variable. |`BP_IMAGE_LABELS` <br> `BP_OCI_AUTHORS` <br> See more environment variables [here](https://github.com/paketo-buildpacks/image-labels). |`--build-env BP_OCI_AUTHORS=<value>`|
@@ -615,7 +615,7 @@ The following table lists the features supported in Azure Spring Apps:
| Specify the PHP version. | Configures the PHP version. Currently supported: PHP *8.1.\**, and *8.2.\**. The default value is *8.1.\**|`BP_PHP_VERSION`|`--build-env BP_PHP_VERSION=8.0.*`|
618
+
| Specify the PHP version. | Configures the PHP version. Currently supported: PHP *8.1.\**, *8.2.\**, and *8.3.\**. The default value is *8.1.\**|`BP_PHP_VERSION`|`--build-env BP_PHP_VERSION=8.0.*`|
619
619
| Add CA certificates to the system trust store at build and runtime. | See the [Configure CA certificates for app builds and deployments](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md#configure-ca-certificates-for-app-builds-and-deployments) section of [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md). | N/A | N/A |
620
620
| Integrate with Dynatrace, New Relic, App Dynamic APM agent. | See [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md). | N/A | N/A |
621
621
| Select a Web Server. | The setting options are *php-server*, *httpd*, and *nginx*. The default value is *php-server*. |`BP_PHP_SERVER`|`--build-env BP_PHP_SERVER=httpd`|
0 commit comments