[ 
https://issues.apache.org/jira/browse/TIKA-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18048679#comment-18048679
 ] 

ASF GitHub Bot commented on TIKA-4611:
--------------------------------------

janhoy opened a new pull request, #29:
URL: https://github.com/apache/tika-docker/pull/29

   See https://issues.apache.org/jira/browse/TIKA-4611
   
   I did a test push to my own hub 
https://hub.docker.com/r/cominvent/apache-tika/tags and confirmed that an 
explicit `docker run --rm -ti --platform linux/s390x 
cominvent/apache-tika:test` pulls the image and that Tika runs under emulation 
on my mac. When running without the `--platform` argument, Tika starts much 
much faster, indicating the differece between emulated and not. I did not find 
an explicit way to have the docker command print that it is running emulation...




> Add docker support for the IBM s390x architecture
> -------------------------------------------------
>
>                 Key: TIKA-4611
>                 URL: https://issues.apache.org/jira/browse/TIKA-4611
>             Project: Tika
>          Issue Type: Task
>          Components: docker
>            Reporter: Jan Høydahl
>            Priority: Major
>
> The Solr project has currently disabled some integration tests on the IBM 
> s390x platform due to the test depending on running Tika Server in 
> TestContainers, which of course fails on that platform. What actually 
> happened before we explicitly disabled the test was that TestContainers chose 
> to pull the amd64 image, which then failed during start.
> Building for this architecture should be little more than adding a third 
> platform to the existing list in the {{docker-tool.sh}} script. Unless there 
> are components in Tika which use native code or shell scripts that are not 
> compatible, Tika should run fine on this platform too.
> In the Solr project we have some CI tests running on that platform to verify.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to