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/graalvm-community/container-images/graalvm-ce-container-images.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,14 @@ There are different GraalVM Community Edition container images provided dependin
15
15
These are: **native-image-community**, **jdk-community**, **truffleruby-community**, **nodejs-community**, and **graalpy-community**.
16
16
The container images are multi-arch, for AMD64 and AArch64 processor architectures, with a choice of Oracle Linux versions 7, 8, or 9.
17
17
18
-
GraalVM is installed in `/usr/lib64/graalvm/graalvm-java<$FeatureVersion>` where `<$FeatureVersion>` is `17`, `21`, `22`, etc.
19
-
For instance, GraalVM for JDK 22 is installed in `/usr/lib64/graalvm/graalvm-java22`.
18
+
GraalVM is installed in _/usr/lib64/graalvm/graalvm-community-java<$FeatureVersion>_ where `<$FeatureVersion>` is `17`, `21`, `22`, etc.
19
+
For instance, GraalVM for JDK 22 is installed in _/usr/lib64/graalvm/graalvm-community-java22_.
20
20
All binaries, including `java`, `javac`, `native-image`, and other binaries are available as global commands via the `alternatives` command.
21
21
22
+
> Note: For GraalVM non-RPM based images (**graalvm-community**, **python-community**, **truffleruby-community**), installation location is under _/opt_ (_/opt/graalvm-community-java<$FeatureVersion>_, _/opt/truffleruby-<$GRAALVM_VERSION>_, and _/opt/graalpy-<$GRAALVM_VERSION>_ respectively).
23
+
24
+
> Note: GraalVM Community Edition container images are based on Oracle Linux slim images, and the default package manager is `microdnf`.
25
+
22
26
See a full list of GraalVM Community Edition container images [here](https://github.com/graalvm/container).
23
27
24
28
## Tags
@@ -34,11 +38,11 @@ The following tags are listed from the most-specific tag (at the top) to the lea
34
38
The most-specific tag is unique and always points to the same image, while the less-specific tags point to newer image variants over time.
Copy file name to clipboardExpand all lines: docs/getting-started/graalvm-enterprise/container-images/graalvm-ee-container-images.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,11 @@ The following tags are listed from the most-specific tag (at the top) to the lea
37
37
The most-specific tag is unique and always points to the same container image, while the less-specific tags point to newer container image variants over time.
0 commit comments