arixmkii commented on code in PR #23063:
URL: https://github.com/apache/kafka/pull/23063#discussion_r3702742680


##########
docker/native/Dockerfile:
##########
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM ghcr.io/graalvm/graalvm-community:21 AS build-native-image
+FROM ghcr.io/graalvm/graalvm-community:25 AS build-native-image

Review Comment:
   GraalVM community has moved to new release scheme delivering CPU only with 
feature releases. Current one has tag `25i2` which can be viewed in 
https://github.com/graalvm/container/pkgs/container/graalvm-community and is 
equivalent of 
https://github.com/graalvm/graalvm-ce-builds/releases/tag/graal-25.2.4 
   
   OpenJDK LTS support equivalent to GraalVM EE by Oracle will be only 
available from mandrel project https://github.com/graalvm/mandrel but they lag 
behind with release times and I'm not sure of they publish ready to use Docker 
images.
   
   Current `ghcr.io/graalvm/graalvm-community:25` is 6 months old already 
(missing 2 CPU releases). It is not a great option to have.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to