s2i-ruby-container icon indicating copy to clipboard operation
s2i-ruby-container copied to clipboard

Ruby container images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running Ruby applications. Users can choose between R...

Results 37 s2i-ruby-container issues
Sort by recently updated
recently updated
newest added

Disabled for: RHEL7 (won't ship there, maybe it is better to delete the related files?) RHEL8, RHEL9 -- not yet available Fedora: requires s2i-base of at least F36, I could...

This should not fail :). PR: https://github.com/sclorg/rails-ex/pull/150

Bundler 2 deprecated multiple flags and is [backwards compatible only back to 2.3.0](https://bundler.io/compatibility.html). This is how I interpreted the updates.

I am trying to use commonmarker (a library to render github markdown provided by github). `bundle install` during the build in 2.4 fails because it can't install cmake.

```bash info 'Check building using a Dockerfile.s2i' + echo -e '\n\e[1m[INFO] Check building using a Dockerfile.s2i...\e[0m\n' + ct_test_app_dockerfile /tmp/tmp.Z4XtMrDHhO/rh-ruby26/test/examples/from-dockerfile/Dockerfile.s2i https://github.com/sclorg/rails-ex.git 'Welcome to your Rails application on OpenShift' app-src + local...

The latest container available is from `f31`: ``` $ podman pull registry.fedoraproject.org/f33/ruby Trying to pull registry.fedoraproject.org/f33/ruby:latest... manifest unknown: manifest unknown Error: Error initializing source docker://registry.fedoraproject.org/f33/ruby:latest: Error reading manifest latest in...

Many Ruby applications require a specific version of Bundler. It may be helpful to include a recommendation for how to set the Bundler to a specific version. This is one...

Should resolve ubi8 [Issue:306](https://github.com/sclorg/s2i-ruby-container/issues/306). I didn't check if RHEL7 is having a similar issue but likely it doesn't because we would have heard about it by now.

the `grep ' puma '` is IMHO unrelialble way of detecting the puma dependency. _Originally posted by @pvalena in https://github.com/sclorg/s2i-ruby-container/pull/295#discussion_r510008495_