|
161 | 161 | "type": "Local" |
162 | 162 | } |
163 | 163 | }, |
| 164 | + { |
| 165 | + "name": "22-ubi9", |
| 166 | + "annotations": { |
| 167 | + "openshift.io/display-name": "Node.js 22 (UBI 9)", |
| 168 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
| 169 | + "description": "Build and run Node.js 22 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22/README.md.", |
| 170 | + "iconClass": "icon-nodejs", |
| 171 | + "tags": "builder,nodejs", |
| 172 | + "version": "22", |
| 173 | + "sampleRepo": "https://github.com/sclorg/nodejs-ex.git" |
| 174 | + }, |
| 175 | + "from": { |
| 176 | + "kind": "DockerImage", |
| 177 | + "name": "registry.access.redhat.com/ubi9/nodejs-22:latest" |
| 178 | + }, |
| 179 | + "referencePolicy": { |
| 180 | + "type": "Local" |
| 181 | + } |
| 182 | + }, |
| 183 | + { |
| 184 | + "name": "22-minimal-ubi9", |
| 185 | + "annotations": { |
| 186 | + "openshift.io/display-name": "Node.js 22-minimal (UBI 9)", |
| 187 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
| 188 | + "description": "Build and run Node.js 22-minimal applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22-minimal/README.md.", |
| 189 | + "iconClass": "icon-nodejs", |
| 190 | + "tags": "builder,nodejs", |
| 191 | + "version": "22-minimal", |
| 192 | + "sampleRepo": "https://github.com/sclorg/nodejs-ex.git" |
| 193 | + }, |
| 194 | + "from": { |
| 195 | + "kind": "DockerImage", |
| 196 | + "name": "registry.access.redhat.com/ubi9/nodejs-22-minimal:latest" |
| 197 | + }, |
| 198 | + "referencePolicy": { |
| 199 | + "type": "Local" |
| 200 | + } |
| 201 | + }, |
164 | 202 | { |
165 | 203 | "name": "18-ubi8-minimal", |
166 | 204 | "annotations": { |
|
237 | 275 | "type": "Local" |
238 | 276 | } |
239 | 277 | }, |
| 278 | + { |
| 279 | + "name": "22-ubi9-minimal", |
| 280 | + "annotations": { |
| 281 | + "openshift.io/display-name": "Node.js 22-minimal (UBI 9)", |
| 282 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
| 283 | + "description": "Build and run Node.js 22-minimal applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22-minimal/README.md.", |
| 284 | + "iconClass": "icon-nodejs", |
| 285 | + "tags": "builder,nodejs", |
| 286 | + "version": "22-minimal", |
| 287 | + "sampleRepo": "https://github.com/sclorg/nodejs-ex.git" |
| 288 | + }, |
| 289 | + "from": { |
| 290 | + "kind": "DockerImage", |
| 291 | + "name": "registry.access.redhat.com/ubi9/nodejs-22-minimal:latest" |
| 292 | + }, |
| 293 | + "referencePolicy": { |
| 294 | + "type": "Local" |
| 295 | + } |
| 296 | + }, |
240 | 297 | { |
241 | 298 | "name": "latest", |
242 | 299 | "annotations": { |
243 | | - "openshift.io/display-name": "Node.js 20 (Latest)", |
| 300 | + "openshift.io/display-name": "Node.js 22 (Latest)", |
244 | 301 | "openshift.io/provider-display-name": "Red Hat, Inc.", |
245 | | - "description": "Build and run Node.js 20 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/20/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n", |
| 302 | + "description": "Build and run Node.js 22 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n", |
246 | 303 | "iconClass": "icon-nodejs", |
247 | 304 | "tags": "builder,nodejs", |
248 | | - "version": "20", |
| 305 | + "version": "22", |
249 | 306 | "sampleRepo": "https://github.com/sclorg/nodejs-ex.git" |
250 | 307 | }, |
251 | 308 | "from": { |
252 | 309 | "kind": "ImageStreamTag", |
253 | | - "name": "20-ubi9" |
| 310 | + "name": "22-ubi9" |
254 | 311 | }, |
255 | 312 | "referencePolicy": { |
256 | 313 | "type": "Local" |
|
0 commit comments