|
9 | 9 | "metadata": {
|
10 | 10 | "name": "httpd",
|
11 | 11 | "annotations": {
|
12 |
| - "openshift.io/display-name": "Httpd" |
| 12 | + "openshift.io/display-name": "Apache HTTP Server (httpd)" |
13 | 13 | }
|
14 | 14 | },
|
15 | 15 | "spec": {
|
16 | 16 | "tags": [
|
17 | 17 | {
|
18 | 18 | "name": "latest",
|
19 | 19 | "annotations": {
|
20 |
| - "openshift.io/display-name": "Httpd (Latest)", |
21 |
| - "description": "Build and serve static content via Httpd on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Httpd available on OpenShift, including major versions updates.", |
| 20 | + "openshift.io/display-name": "Apache HTTP Server (Latest)", |
| 21 | + "description": "Build and serve static content via Apache HTTP Server (httpd) on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Httpd available on OpenShift, including major versions updates.", |
22 | 22 | "iconClass": "icon-apache",
|
23 | 23 | "tags": "builder,httpd",
|
24 | 24 | "supports":"httpd",
|
|
32 | 32 | {
|
33 | 33 | "name": "2.4",
|
34 | 34 | "annotations": {
|
35 |
| - "openshift.io/display-name": "Httpd 2.4", |
36 |
| - "description": "Build and serve static content via Httpd on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/README.md.", |
| 35 | + "openshift.io/display-name": "Apache HTTP Server 2.4", |
| 36 | + "description": "Build and serve static content via Apache HTTP Server (httpd) 2.4 on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/README.md.", |
37 | 37 | "iconClass": "icon-apache",
|
38 | 38 | "tags": "builder,httpd",
|
39 | 39 | "supports":"httpd",
|
|
71 | 71 | },
|
72 | 72 | "from": {
|
73 | 73 | "kind": "ImageStreamTag",
|
74 |
| - "name": "2.3" |
| 74 | + "name": "2.4" |
75 | 75 | }
|
76 | 76 | },
|
77 | 77 | {
|
|
121 | 121 | "kind": "DockerImage",
|
122 | 122 | "name": "registry.access.redhat.com/rhscl/ruby-23-rhel7:latest"
|
123 | 123 | }
|
| 124 | + }, |
| 125 | + { |
| 126 | + "name": "2.4", |
| 127 | + "annotations": { |
| 128 | + "openshift.io/display-name": "Ruby 2.4", |
| 129 | + "description": "Build and run Ruby 2.4 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/blob/master/2.4/README.md.", |
| 130 | + "iconClass": "icon-ruby", |
| 131 | + "tags": "builder,ruby", |
| 132 | + "supports": "ruby:2.4,ruby", |
| 133 | + "version": "2.4", |
| 134 | + "sampleRepo": "https://github.com/openshift/ruby-ex.git" |
| 135 | + }, |
| 136 | + "from": { |
| 137 | + "kind": "DockerImage", |
| 138 | + "name": "registry.access.redhat.com/rhscl/ruby-24-rhel7:latest" |
| 139 | + } |
124 | 140 | }
|
125 | 141 | ]
|
126 | 142 | }
|
|
0 commit comments