Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/30-development/sapmachine-785d6b3.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ applications:
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 11.+ }'
```

To make the buildpack download a particular published JRE version \(for example, 11.0.13\), specify it the following way:
To make the buildpack download a particular published JRE version \(for example, 11.0.27\), specify it the following way:

```
---
Expand All @@ -78,7 +78,7 @@ applications:
...
env:
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']"
JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 11.0.13 }'
JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 11.0.27 }'
...
```

Expand All @@ -101,7 +101,7 @@ applications:
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 17.+ }'
```

To make the buildpack download a particular published JRE version \(for example, 17.0.10\), specify it the following way:
To make the buildpack download a particular published JRE version \(for example, 17.0.15\), specify it the following way:

```
---
Expand All @@ -110,7 +110,7 @@ applications:
...
env:
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']"
JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 17.0.10 }'
JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 17.0.15 }'
...
```

Expand All @@ -133,7 +133,7 @@ applications:
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 21.+ }'
```

To make the buildpack download a particular published JRE version \(for example, 21.0.2\), specify it the following way:
To make the buildpack download a particular published JRE version \(for example, 21.0.7\), specify it the following way:

```
---
Expand All @@ -142,7 +142,7 @@ applications:
...
env:
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']"
JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 21.0.2 }'
JBP_CONFIG_SAP_MACHINE_JRE: '{use_offline_repository: false, version: 21.0.7 }'
...
```

Expand Down Expand Up @@ -175,7 +175,7 @@ To specify an online JDK version \(11, 17, or 21\), use environment variable JBP

### SapMachine 11

To make the buildpack download a particular published JDK version \(for example, 11.0.22\), specify it the following way:
To make the buildpack download a particular published JDK version \(for example, 11.0.27\), specify it the following way:

```
---
Expand All @@ -184,7 +184,7 @@ applications:
...
env:
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']"
JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 11.0.22 }'
JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 11.0.27 }'
...
```

Expand Down Expand Up @@ -213,7 +213,7 @@ applications:
...
env:
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']"
JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 17.0.10 }'
JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 17.0.15 }'
...
```

Expand Down Expand Up @@ -242,7 +242,7 @@ applications:
...
env:
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']"
JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 21.0.2 }'
JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 21.0.7 }'
...
```

Expand Down
Loading