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: docs/getting-started/oci/installation-compute-instance-with-OL.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,9 @@ To replicate the steps in this guide, [create a Compute instance and connect to
16
16
17
17
## Install Oracle GraalVM
18
18
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.
23
22
24
23
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.
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.
9
9
[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.
10
10
11
11
> Note: Oracle GraalVM license and support are included in the Oracle Cloud Infrastructure subscription at no additional cost.
12
12
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).
14
14
15
-
Oracle GraalVM RPMs are available in the Oracle YUM repository.
15
+
Oracle GraalVM RPMs are available in the Oracle YUM repository.
16
16
Each RPM is self-contained and will automatically pull in all its required dependencies.
17
17
You can install and use Oracle GraalVM in DevOps Build Pipelines using the YUM package manager.
18
18
@@ -22,11 +22,11 @@ You can install and use Oracle GraalVM in DevOps Build Pipelines using the YUM p
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.
27
27
You do not need to run a YUM package manager command manually.
28
28
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`.
30
30
Each package includes the JDK and the Native Image tool.
31
31
32
32
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
61
61
export PATH=$JAVA_HOME/bin:$PATH
62
62
```
63
63
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.
65
65
66
66
Oracle GraalVM provides more features, each of which can be installed as an add-on.
67
67
Use the `yum list` command to get a list of the available RPMs for your installation.
0 commit comments