[
https://issues.apache.org/jira/browse/TIKA-4529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18035941#comment-18035941
]
Mikhail Khludnev commented on TIKA-4529:
----------------------------------------
here's my attempt [^Dockerfile].
I build it by
{{docker build --build-arg TIKA_VERSION=3.2.3 -t foo.bar/baz-tika-app .}}
I run it like
{{docker run --rm -v ./in:/indir -v .:/outdir --user "$(id -u):$(id -g)"
foo.bar/baz-tika-app -i /indir -o /outdir}}
turning to experiments with my cloud.
> tika-app docker image
> ---------------------
>
> Key: TIKA-4529
> URL: https://issues.apache.org/jira/browse/TIKA-4529
> Project: Tika
> Issue Type: Wish
> Components: docker
> Reporter: Mikhail Khludnev
> Priority: Minor
> Attachments: Dockerfile
>
>
> It would be nice to have docker image with tika-app.jar. It's quite usable
> for serverless integration for clouds. eg it's possible to start "serverless"
> container (think about aws batch), mount object storages and convert one (or
> many??) files
--
This message was sent by Atlassian Jira
(v8.20.10#820010)