Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is different from the original apache-tika image? #35

Open
ovizii opened this issue Aug 16, 2022 · 5 comments
Open

What is different from the original apache-tika image? #35

ovizii opened this issue Aug 16, 2022 · 5 comments

Comments

@ovizii
Copy link

ovizii commented Aug 16, 2022

Trying to figure out which one to use, and this one does not seem to share the reason for its existence :-)

@EnsuingRequiem
Copy link

I've seen a few composes reference this particular version, and was in the same situation as you. I took a look at the Tika releases from https://tika.apache.org and found out that 1.x branch (which this is based on) is EOL in a month. I'll be going with the original from https://github.com/apache/tika-docker as a result.

@mpdude
Copy link

mpdude commented Sep 1, 2022

I cannot speak for @dameikle, but IIRC he maintained this repo here before he was able to move things to/under the Apache organisation label (see #22).

So, my personal impression was that this place here is a bit outdated and https://github.com/apache/tika-docker is where the music plays right now.

If my assessment is correct, maybe it would be a good idea to leave a note in the README here, pointing to the Apache repo?

@dameikle
Copy link
Contributor

dameikle commented Sep 1, 2022

Hello. Yes, @mpdude is correct, I started this repos initially before moving it over to apache/tika-docker (I'm an Apache Tika commiter and PMC member).

It's been in the back of mind for a wee while to retire this image and repos, the up coming 1.x EOL seems like a logical point to do so, so will update the README.

@ovizii
Copy link
Author

ovizii commented Oct 22, 2022

If this is the simple docker-compose.yml I was using, would tika 2 be a drop-in replacement for me?

  filerun-tika:                                                                                                                                      
# initiall I used this image
#    image: logicalspark/docker-tikaserver:latest                                                                                                    
# then I switched to this one
    image: apache/tika:1.28.5-full                                                                                                                   
# is it possible to simply switch to version 2?
#    image: apache/tika:latest                                                                                                                       
    container_name: filerun-tika                                                                                                                     
    hostname: filerun-tika                                                                                                                           
    restart: "no"                                                                                                                                    
    networks:                                                                                                                                        
      - filerun                                                                                                                                      
    cpus: 4                                                                                                                                          
    mem_limit: 4G

@mpdude
Copy link

mpdude commented Jul 1, 2023

@dameikle maybe you could update the README or otherwise leave a note for others to know that the apache/tika-docker repo would be a better choice?

Apart from that, have GitHub issues been turned off for the apache/tika-docker repo intentionally?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants