You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2019. It is now read-only.
Right now, we're manually building the .zip file every time there's a new release (make build in the root folder) which is far from ideal. We'd love to use Stork instead.
By looking at the current documentation, looks like only Node and Python are supported, so I'd like to explore the option of supporting Java as well (if this is possible). From the docs, looks like I should start by contributing a new Dockerfile that enables Java. As I'm not super-familiar with Stork, is there anything else that I should do? Is this possible at all?