-
Notifications
You must be signed in to change notification settings - Fork 103
Periodic sync of supported OCP samples #695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -97,6 +97,27 @@ | |
| "type": "Local" | ||
| } | ||
| }, | ||
| { | ||
| "name": "4.0-ubi9", | ||
| "annotations": { | ||
| "description": "Build and run Ruby 4.0 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/blob/master/4.0/README.md.", | ||
| "iconClass": "icon-ruby", | ||
| "openshift.io/display-name": "Ruby 4.0 (UBI 9)", | ||
| "openshift.io/provider-display-name": "Red Hat, Inc.", | ||
| "sampleRepo": "https://github.com/sclorg/ruby-ex.git", | ||
| "tags": "builder,ruby", | ||
| "version": "4.0" | ||
| }, | ||
| "from": { | ||
| "kind": "DockerImage", | ||
| "name": "registry.redhat.io/ubi9/ruby-40:latest" | ||
| }, | ||
| "generation": null, | ||
| "importPolicy": {}, | ||
| "referencePolicy": { | ||
| "type": "Local" | ||
| } | ||
| }, | ||
|
Comment on lines
+100
to
+120
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟠 Major | ⚡ Quick win Repoint These new tags add Ruby 4.0, but Also applies to: 142-162 🤖 Prompt for AI Agents |
||
| { | ||
| "name": "3.3-ubi10", | ||
| "annotations": { | ||
|
|
@@ -118,6 +139,27 @@ | |
| "type": "Local" | ||
| } | ||
| }, | ||
| { | ||
| "name": "4.0-ubi10", | ||
| "annotations": { | ||
| "description": "Build and run Ruby 4.0 applications on UBI 10. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/blob/master/4.0/README.md.", | ||
| "iconClass": "icon-ruby", | ||
| "openshift.io/display-name": "Ruby 4.0 (UBI 10)", | ||
| "openshift.io/provider-display-name": "Red Hat, Inc.", | ||
| "sampleRepo": "https://github.com/sclorg/ruby-ex.git", | ||
| "tags": "builder,ruby", | ||
| "version": "4.0" | ||
| }, | ||
| "from": { | ||
| "kind": "DockerImage", | ||
| "name": "registry.redhat.io/ubi10/ruby-40:latest" | ||
| }, | ||
| "generation": null, | ||
| "importPolicy": {}, | ||
| "referencePolicy": { | ||
| "type": "Local" | ||
| } | ||
| }, | ||
| { | ||
| "name": "latest", | ||
| "annotations": { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.