infinispan devservices uses super(config.imageName.orElse(IMAGE_BASENAME + ":" + Version.getVersion())); to get the image name, which results in different image version when building the product.
We should be using getMajorMinor version to ensure compatibility, as was done for 3.8 - https://github.com/quarkusio/quarkus/pull/41355