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


##########
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:
   Addressed in e348eaed82.
   
   - Updated the native build image from `ghcr.io/graalvm/graalvm-community:25` 
to `25i2`, the current JDK 25.0.4 CPU-release tag available for both 
linux/amd64 and linux/arm64.
   - Updated the native-image documentation link from the JDK 21-specific page 
to GraalVM's version-neutral page.
   - The RED regression assertion reproduced the stale `:25` tag; the GREEN 
assertion passes after the change, and `git diff --check` passes.
   
   A local Docker build check could not resolve registry metadata because this 
environment lacks `docker-credential-desktop`; the public GHCR manifest was 
verified directly.



-- 
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