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
Copy file name to clipboardExpand all lines: articles/spring-apps/how-to-enterprise-build-service.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,19 @@ Tanzu Build Service in the Enterprise tier is the entry point to containerize us
36
36
37
37
The following table shows the build agent pool scale set sizes available:
38
38
39
-
| Scale Set | CPU/Gi |
40
-
|-----------|---------------|
41
-
| S1 | 2 vCPU, 4 Gi |
42
-
| S2 | 3 vCPU, 6 Gi |
43
-
| S3 | 4 vCPU, 8 Gi |
44
-
| S4 | 5 vCPU, 10 Gi |
45
-
| S5 | 6 vCPU, 12 Gi |
39
+
| Scale Set | CPU/Gi |
40
+
|-----------|-----------------|
41
+
| S1 | 2 vCPU, 4 Gi |
42
+
| S2 | 3 vCPU, 6 Gi |
43
+
| S3 | 4 vCPU, 8 Gi |
44
+
| S4 | 5 vCPU, 10 Gi |
45
+
| S5 | 6 vCPU, 12 Gi |
46
+
| S6 | 8 vCPU, 16 Gi |
47
+
| S7 | 16 vCPU, 32 Gi |
48
+
| S8 | 32 vCPU, 64 Gi |
49
+
| S9 | 64 vCPU, 128 Gi |
50
+
51
+
Tanzu Build Service allows at most one pool-sized build task to build and twice the pool-sized build tasks to queue. If the quota of the agent pool is insufficient for the build task, the request for this build will get the following error: `The usage of build results in Building or Queuing status are (cpu: xxx, memory: xxxMi) and the remained quota is insufficient for this build. please retry with smaller size of build resourceRequests, retry after the previous build process completed or increased your build agent pool size`.
| Specify a Python version. | Supports *3.7.\**, *3.8.\**, *3.9.\**, *3.10.\**. The default value is *3.10.\**<br> You can specify the version via the `BP_CPYTHON_VERSION` environment variable during build.|`BP_CPYTHON_VERSION`|`--build-env BP_CPYTHON_VERSION=3.8.*`|
177
+
| Specify a Python version. | Supports *3.7.\**, *3.8.\**, *3.9.\**, *3.10.\**, *3.11.\**. The default value is *3.10.\**<br> You can specify the version via the `BP_CPYTHON_VERSION` environment variable during build. |`BP_CPYTHON_VERSION`|`--build-env BP_CPYTHON_VERSION=3.8.*`|
178
178
| Add CA certificates to the system trust store at build and runtime. | See the [Use CA certificates](./how-to-enterprise-configure-apm-intergration-and-ca-certificates.md#use-ca-certificates) of [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-intergration-and-ca-certificates.md). | N/A | N/A |
179
179
| 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 envs [here](https://github.com/paketo-buildpacks/image-labels). |`--build-env BP_OCI_AUTHORS=<value>`|
180
180
@@ -200,7 +200,7 @@ The following table lists the features supported in Azure Spring Apps:
| Specify a Node version. | Supports *12.\**, *14.\**, *16.\**, *18.\**. The default value is *16.\**. <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=18.*`|
203
+
| Specify a Node version. | Supports *12.\**, *14.\**, *16.\**, *18.\**, *19.\**. The default value is *18.\**. <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=18.*`|
204
204
| Add CA certificates to the system trust store at build and runtime. | See the [Use CA certificates](./how-to-enterprise-configure-apm-intergration-and-ca-certificates.md#use-ca-certificates) of [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-intergration-and-ca-certificates.md). | N/A | N/A |
205
205
| Integrate with Dynatrace, Elastic, New Relic, App Dynamic APM agent. | See [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-intergration-and-ca-certificates.md). | N/A | N/A |
206
206
| 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 envs [here](https://github.com/paketo-buildpacks/image-labels). |`--build-env BP_OCI_AUTHORS=<value>`|
0 commit comments