Closed navarone-feekery closed 1 year ago
Related to https://github.com/elastic/enterprise-search-team/issues/4577
Adds a docker image built on openresty alpine. This will also download the jar for tika-server and run it as a service in the background.
To test this:
$ docker build --platform=linux/arm64 -t extraction-service . $ docker run -p 8090:8090 -t extraction-service
Then go into the container and check if tika is running
$ rc-status
Note: This runs all the services correctly, but does not yet extract data. I just want to get the base working docker image on the repo before expanding it more.
IT PASSED CI!!!
Note that "CI" is very loose right now 😅 essentially just a
docker build docker push
And yet it failed until now, so progress :D
Related to https://github.com/elastic/enterprise-search-team/issues/4577
Adds a docker image built on openresty alpine. This will also download the jar for tika-server and run it as a service in the background.
To test this:
Then go into the container and check if tika is running
Note: This runs all the services correctly, but does not yet extract data. I just want to get the base working docker image on the repo before expanding it more.