You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (Jira)" <ji...@apache.org> on 2022/10/27 12:55:00 UTC

[jira] [Created] (TIKA-3907) Add tika-bin directory to Docker image to make extensibility a bit easier

Tim Allison created TIKA-3907:
---------------------------------

             Summary: Add tika-bin directory to Docker image to make extensibility a bit easier
                 Key: TIKA-3907
                 URL: https://issues.apache.org/jira/browse/TIKA-3907
             Project: Tika
          Issue Type: Task
            Reporter: Tim Allison


On the user list, we had a request to make adding jars to our base docker image easier.

If we created a /tika-bin directory and put the tika-server-standard jar there, users could start with our base image, add other jars into that directory and then call tika-server as 

{noformat}
exec java -cp "/tika-bin/*" org.apache.tika.core.server.cli.TikaServerCli -h 0.0.0.0 $0 $@
{noformat}

If there's a better way to improve extensibility, please recommend it!



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