Skip to content

Commit 32ad8ad

Browse files
committed
Update container images docs
1 parent 7ac35ec commit 32ad8ad

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

docs/getting-started/graalvm-community/container-images/graalvm-ce-container-images.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ There are different GraalVM Community Edition container images provided dependin
1515
These are: **native-image-community**, **jdk-community**, **truffleruby-community**, **nodejs-community**, and **graalpy-community**.
1616
The container images are multi-arch, for AMD64 and AArch64 processor architectures, with a choice of Oracle Linux versions 7, 8, or 9.
1717

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&lt;$FeatureVersion&gt;_ where `<$FeatureVersion>` is `17`, `21`, `22`, etc.
19+
For instance, GraalVM for JDK 22 is installed in _/usr/lib64/graalvm/graalvm-community-java22_.
2020
All binaries, including `java`, `javac`, `native-image`, and other binaries are available as global commands via the `alternatives` command.
2121

22+
> Note: For GraalVM non-RPM based images (**graalvm-community**, **python-community**, **truffleruby-community**), installation location is under _/opt_ (_/opt/graalvm-community-java&lt;$FeatureVersion&gt;_, _/opt/truffleruby-&lt;$GRAALVM_VERSION&gt;_, and _/opt/graalpy-&lt;$GRAALVM_VERSION&gt;_ respectively).
23+
24+
> Note: GraalVM Community Edition container images are based on Oracle Linux slim images, and the default package manager is `microdnf`.
25+
2226
See a full list of GraalVM Community Edition container images [here](https://github.com/graalvm/container).
2327

2428
## Tags
@@ -34,11 +38,11 @@ The following tags are listed from the most-specific tag (at the top) to the lea
3438
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.
3539
For example:
3640
```
37-
21.0.0-ol9-20230919
38-
21.0.0-ol9
39-
21.0.0
40-
21-ol9
41-
21
41+
22.0.1-ol9-20240416
42+
22.0.1-ol9
43+
22.0.1
44+
22-ol9
45+
22
4246
```
4347

4448
## Pulling Images

docs/getting-started/graalvm-enterprise/container-images/graalvm-ee-container-images.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ The following tags are listed from the most-specific tag (at the top) to the lea
3737
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.
3838

3939
```
40-
17.0.8-ol9-20230904
41-
17.0.8-ol9
42-
17.0.8
43-
17-ol9
44-
17
40+
22.0.1-ol9-20240504
41+
22.0.1-ol9
42+
22.0.1
43+
22-ol9
44+
22
4545
```
4646

4747
## Pulling Images

0 commit comments

Comments
 (0)