s2i-ruby-container
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...
Add Container PyTest suite to s2i-ruby container. Migration matrix is following: For db, puma, rack applications are classes: db -> TestRubyHelloWorldContainer puma -> TestRubyPumaTestAppContainer rack -> TestRubyRackTestAppContainer ``` test_docker_run_usage ->...
Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.20. Release notes Sourced from rack's releases. v2.2.8.1 What's Changed Fixed ReDoS in Accept header parsing [CVE-2024-26146] Fixed ReDoS in Content Type header parsing [CVE-2024-25126]...
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.1.0 to 4.2.0. Changelog Sourced from sinatra's changelog. 4.2.0 / 2025-10-08 New: Add :static_headers setting for custom headers in static file responses (#2089) Fix: Fix regex in...
Add tests for ruby-ex repositories Also, OpenShift 4 updates are in this pull request as well. This pull request adds tests for ruby-ex repositories. The tests are added in the...
Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.19. Release notes Sourced from rack's releases. v2.2.8.1 What's Changed Fixed ReDoS in Accept header parsing [CVE-2024-26146] Fixed ReDoS in Content Type header parsing [CVE-2024-25126]...
Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.20. Release notes Sourced from rack's releases. v2.2.8.1 What's Changed Fixed ReDoS in Accept header parsing [CVE-2024-26146] Fixed ReDoS in Content Type header parsing [CVE-2024-25126]...
The init container failed with this reason for RHEL10 and VERSIONS=3.3 traceback: ``` Executing bundle exec 'rake db:migrate' ... /opt/app-root/src/bundle/ruby/3.3.0/gems/railties-6.1.7.6/lib/rails/application.rb:7: warning: base64 was loaded from the standard library, but will...