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

Tim Allison commented on TIKA-3907:
-----------------------------------

If there aren't any objections, I'll merge the PR on Monday(?) and release 
2.5.0.2.

> 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
>          Components: tika-docker
>            Reporter: Tim Allison
>            Priority: Major
>
> 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}
> ENTRYPOINT [ "/bin/sh", "-c", "exec java -cp \"/tika-bin/*\" 
> org.apache.tika.server.core.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)

Reply via email to