[
https://issues.apache.org/jira/browse/TIKA-4327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17913069#comment-17913069
]
Tilman Hausherr commented on TIKA-4327:
---------------------------------------
I got this:
Failed to verify that image 'confluentinc/cp-kafka:6.2.1' is a compatible
substitute for 'apache/kafka'. This generally means that you are trying to use
an image that Testcontainers has not been designed to use. If this is
deliberate, and if you are confident that the image is compatible, you should
declare compatibility in code using the `asCompatibleSubstituteFor` method. For
example:
DockerImageName myImage =
DockerImageName.parse("confluentinc/cp-kafka:6.2.1").asCompatibleSubstituteFor("apache/kafka");
and then use `myImage` instead.
I made the change suggested, if that doesn't work then I'll revert this
tomorrow.
> General updates for 4.0.0
> -------------------------
>
> Key: TIKA-4327
> URL: https://issues.apache.org/jira/browse/TIKA-4327
> Project: Tika
> Issue Type: Task
> Reporter: Tilman Hausherr
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)