Skip to content

Commit e934f10

Browse files
committed
Review OL installation guide for GraalVM for JDK 24
1 parent 83f240c commit e934f10

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

docs/getting-started/oci/installation-compute-instance-with-OL.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ To replicate the steps in this guide, [create a Compute instance and connect to
1616

1717
## Install Oracle GraalVM
1818

19-
For convenience, Oracle GraalVM RPMs are available in the Oracle YUM repository.
20-
RPMs for Oracle GraalVM for JDK 17, JDK 21, and JDK 24 are available with the package names `graalvm-17-native-image`, `graalvm-21-native-image`, and `graalvm-24-native-image`, respectively.
21-
These Oracle GraalVM distributions include a JDK and the Native Image tool.
22-
Each Oracle GraalVM RPM is self-contained and all required dependencies will be automatically resolved during installation.
19+
For convenience, the RPM package for Oracle GraalVM for JDK 24 is available in the Oracle YUM repository with the package name `graalvm-24-native-image`.
20+
This distribution includes a JDK and Native Image.
21+
It is self-contained and all the required dependencies will be automatically resolved during the installation.
2322

2423
That means that OCI customers can use Oracle GraalVM in their compute instances, just like any other Java Development Kit, by installing it with `yum`, `dnf`, or `microdnf` default package managers, depending on the Oracle Linux version.
2524

docs/getting-started/oci/installation-devops-build-pipeline.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ permalink: /getting-started/oci/devops-build-pipeline/
55

66
# Oracle GraalVM in OCI DevOps Build Pipelines
77

8-
This guide describes how to use Oracle GraalVM in the Oracle Cloud Infrastructure (OCI) DevOps service.
8+
This guide describes how to use Oracle GraalVM in the Oracle Cloud Infrastructure (OCI) DevOps service.
99
[OCI DevOps](https://www.oracle.com/in/devops/devops-service/) is a continuous integration/continuous delivery (CI/CD) service that enables developers to automate the delivery and deployment of software to OCI compute platforms.
1010

1111
> Note: Oracle GraalVM license and support are included in the Oracle Cloud Infrastructure subscription at no additional cost.
1212
13-
OCI DevOps service provides build runners with Oracle Linux 7 as the base container image along with a number of [runtimes and tools](https://docs.oracle.com/en-us/iaas/Content/devops/using/runtime_details.htm).
13+
OCI DevOps service provides build runners with Oracle Linux 7 as the base container image along with a number of [runtimes and tools](https://docs.oracle.com/en-us/iaas/Content/devops/using/runtime_details.htm).
1414

15-
Oracle GraalVM RPMs are available in the Oracle YUM repository.
15+
Oracle GraalVM RPMs are available in the Oracle YUM repository.
1616
Each RPM is self-contained and will automatically pull in all its required dependencies.
1717
You can install and use Oracle GraalVM in DevOps Build Pipelines using the YUM package manager.
1818

@@ -22,11 +22,11 @@ You can install and use Oracle GraalVM in DevOps Build Pipelines using the YUM p
2222
- [OCI Notification Topic](https://docs.oracle.com/en-us/iaas/Content/Notification/Tasks/create-topic.htm#top)
2323
- [OCI DevOps Build Pipeline](https://docs.oracle.com/en-us/iaas/Content/devops/using/create_buildpipeline.htm)
2424

25-
To work with a Build Pipeline, add statements to a [build specification file](https://docs.oracle.com/en-us/iaas/Content/devops/using/build_specs.htm), _build-spec.yml_.
26-
The DevOps CI/CD platform reads the file and runs the commands one by one.
25+
To work with a Build Pipeline, add statements to a [build specification file](https://docs.oracle.com/en-us/iaas/Content/devops/using/build_specs.htm), _build-spec.yml_.
26+
The DevOps CI/CD platform reads the file and runs the commands one by one.
2727
You do not need to run a YUM package manager command manually.
2828

29-
RPMs for Oracle GraalVM are available with the package names `graalvm-17-native-image`, `graalvm-21-native-image`, and `graalvm-24-native-image`.
29+
The RPM package for Oracle GraalVM for JDK 24 is available with the package name `graalvm-24-native-image`.
3030
Each package includes the JDK and the Native Image tool.
3131

3232
To install and use Oracle GraalVM in your DevOps Build Pipeline, update your build specification file as shown in the following example.
@@ -61,7 +61,7 @@ To install and use Oracle GraalVM in your DevOps Build Pipeline, update your bui
6161
export PATH=$JAVA_HOME/bin:$PATH
6262
```
6363

64-
Here is an example of a complete [build specification file](https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-build-examples/oci_devops_build_with_graalenterprise/build_spec_oracle_graalvm_jdk17.yaml).
64+
Here is an example of a complete [build specification file](https://github.com/oracle-devrel/oci-devops-examples/blob/main/oci-build-examples/oci_devops_build_with_graalenterprise/build_spec_oracle_graalvm_jdk21.yaml) for GraalVM for JDK 21.
6565

6666
Oracle GraalVM provides more features, each of which can be installed as an add-on.
6767
Use the `yum list` command to get a list of the available RPMs for your installation.

0 commit comments

Comments
 (0)