sclorg / s2i-ruby-container

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 Red Hat Enterprise Linux, Fedora, and CentOS based images.
http://softwarecollections.org
Apache License 2.0
55 stars 156 forks source link

Ruby 30 EOL Mar 2024 #544

Closed phracek closed 3 months ago

phracek commented 3 months ago

Ruby-3.0 for RHEL8 reached EOL in Mar 2024

Adds .exclude-rhel8 and removes imagestreams

phracek commented 3 months ago

[test]

phracek commented 3 months ago

[test]

phracek commented 3 months ago

@jackorp Please review it. Thanks

phracek commented 3 months ago

[test-openshift]

jackorp commented 3 months ago

This PR is LGTM. BTW the /3.0/README.md specifies ubi8/ruby-30 in examples (I don't really see it elsewhere than that), since i think the image will still be available (even though not updated) it isn't necessarily wrong, however, would it make sense, as part of RHEL 8 Ruby 3.0 EOL to also do a search & replace for ubi8 -> ubi9 ?

jackorp commented 3 months ago

and a skim with grep shows 3.0/test/examples/rails-postgresql.json and probably other templates as well have:

    {
      "name": "RUBY_VERSION",
      "displayName": "Ruby Version",
      "description": "Version of Ruby image to be used (3.0-ubi8 by default).",
      "required": true,
      "value": "3.0-ubi8"
    },
phracek commented 3 months ago

[test-all]