Skip to content

ALLANIPL/s2i-ruby-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S2i Ruby Cli Builder

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.

Versions

Currently building ruby versions:

  • 2.6-slim
  • 2.6-buster
  • 2.7-slim
  • 2.7-buster
  • 3.0-slim
  • 3.0-buster

Download

All images are hosted here

Usage

Check example in sample-app.

Differences from sclorg/s2i-ruby-container

sclorg/s2i-ruby-container