Skip to content

Commit 9799426

Browse files
authored
Merge pull request #22851 from openshift-cherrypick-robot/cherry-pick-22709-to-enterprise-4.5
[enterprise-4.5] Update ancient SCL reference
2 parents 8d24031 + 500b56b commit 9799426

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/templates-creating-from-console.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ metadata:
2727
name: "ruby"
2828
creationTimestamp: null
2929
spec:
30-
dockerImageRepository: "registry.redhat.io/openshift3/ruby-20-rhel7"
30+
dockerImageRepository: "registry.redhat.io/rhscl/ruby-26-rhel7"
3131
tags:
3232
-
33-
name: "2.0"
33+
name: "2.6"
3434
annotations:
35-
description: "Build and run Ruby 2.0 applications"
35+
description: "Build and run Ruby 2.6 applications"
3636
iconClass: "icon-ruby"
3737
tags: "builder,ruby" <1>
38-
supports: "ruby:2.0,ruby"
39-
version: "2.0"
38+
supports: "ruby:2.6,ruby"
39+
version: "2.6"
4040
----
4141
<1> Including *builder* here ensures this `ImageStreamTag` appears in the
4242
web console as a builder.

0 commit comments

Comments
 (0)