We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d24031 + 500b56b commit 9799426Copy full SHA for 9799426
modules/templates-creating-from-console.adoc
@@ -27,16 +27,16 @@ metadata:
27
name: "ruby"
28
creationTimestamp: null
29
spec:
30
- dockerImageRepository: "registry.redhat.io/openshift3/ruby-20-rhel7"
+ dockerImageRepository: "registry.redhat.io/rhscl/ruby-26-rhel7"
31
tags:
32
-
33
- name: "2.0"
+ name: "2.6"
34
annotations:
35
- description: "Build and run Ruby 2.0 applications"
+ description: "Build and run Ruby 2.6 applications"
36
iconClass: "icon-ruby"
37
tags: "builder,ruby" <1>
38
- supports: "ruby:2.0,ruby"
39
- version: "2.0"
+ supports: "ruby:2.6,ruby"
+ version: "2.6"
40
----
41
<1> Including *builder* here ensures this `ImageStreamTag` appears in the
42
web console as a builder.
0 commit comments