aryn-ai / remote-processor-service

Service for hosting remote processors
Apache License 2.0
0 stars 0 forks source link

Build the plugin in a container #10

Closed HenryL27 closed 7 months ago

HenryL27 commented 8 months ago

Instead of building the plugin externally and copying the zip artifact into the container to install, build the plugin artifact as part of the docker build.

This will also allow us to (when this is all open sourced) throw a git clone in the docker build. If we want

HenryL27 commented 8 months ago

This should really layer on top of the aryn sycamore opensearch image but I don't think that's been published at 2.12 yet

HenryL27 commented 8 months ago

there might also have to be some work to ssl-ify RPS @alexaryn