[ https://issues.apache.org/jira/browse/TIKA-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626615#comment-17626615 ]
ASF GitHub Bot commented on TIKA-3907: -------------------------------------- tballison merged PR #14: URL: https://github.com/apache/tika-docker/pull/14 > 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)