Switch to a Hazelcast container that works on latest ARM CPUs

Closes gh-44838
This commit is contained in:
Stéphane Nicoll
2025-03-21 16:48:52 +01:00
parent ba3de2bd35
commit cd726b27cd

View File

@@ -128,7 +128,7 @@ public enum TestImage {
/**
* A container image suitable for testing Hazelcast.
*/
HAZELCAST("hazelcast/hazelcast", "5.5.0-slim", () -> HazelcastContainer.class),
HAZELCAST("hazelcast/hazelcast", "5.5.0-slim-jdk17", () -> HazelcastContainer.class),
/**
* A container image suitable for testing Confluent's distribution of Kafka.