Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom authored May 15, 2024
1 parent abe1e53 commit 1880a42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ Note, that the user is not set to 1000 within the docker image. Specify the uid

|Tag|Description
|-|-
|`:latest-java11` <br> `:latest-java17` <br> `:latest-java21` <br> `:latest-java22` | latest available [GraalVM CE releases](https://github.com/graalvm/graalvm-ce-builds/releases) for the given JDK
|`:dev-java23` | latest available [GraalVM CE development builds](https://github.com/graalvm/graalvm-ce-dev-builds/releases) for the given JDK
|`:XX.Y.Z` | the given GraalVM CE releases (e.g. `17.0.8` for JDK 17 and `21.0.0` for JDK 21) following GraaLVM's [new version naming scheme](https://medium.com/graalvm/a-new-graalvm-release-and-new-free-license-4aab483692f5#8822).
|`:XX.Y.Z-java11` <br> `:XX.Y.Z-java17` | the given GraalVM CE releases (e.g. `22.3.2-java11`) following GraaLVM's **old version naming scheme**
|<pre>:latest-java11<br>:latest-java17<br>:latest-java21<br>:latest-java22</pre> | latest available [GraalVM CE releases](https://github.com/graalvm/graalvm-ce-builds/releases) for the given JDK
|<pre>:dev-java23</pre> | latest available [GraalVM CE development builds](https://github.com/graalvm/graalvm-ce-dev-builds/releases) for the given JDK
|<pre>:XX.Y.Z</pre> | the given GraalVM CE releases (e.g. `17.0.8` for JDK 17 and `21.0.0` for JDK 21) following GraaLVM's [new version naming scheme](https://medium.com/graalvm/a-new-graalvm-release-and-new-free-license-4aab483692f5#8822).
|<pre>:XX.Y.Z-java11<br>:XX.Y.Z-java17</pre> | the given GraalVM CE releases (e.g. `22.3.2-java11`) following GraaLVM's **old version naming scheme**

See all available tags at https://hub.docker.com/r/vegardit/graalvm-maven/tags

Expand Down

0 comments on commit 1880a42

Please sign in to comment.