Simple S2i Ruby builder for Cli apps.
It assumes there is executable cli file in provided ruby dir. Its then executed as docker entrypoint.
In Allani we are using it to dockerize lots of small gems, mainly for argo workflows, as tasks.
Currently building ruby versions:
- 2.6-slim
- 2.6-buster
- 2.7-slim
- 2.7-buster
- 3.0-slim
- 3.0-buster
All images are hosted here
Check example in sample-app.