image-streams-rhel7.json 50 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190
  1. {
  2. "kind": "ImageStreamList",
  3. "apiVersion": "v1",
  4. "items": [
  5. {
  6. "apiVersion": "v1",
  7. "kind": "ImageStream",
  8. "metadata": {
  9. "annotations": {
  10. "openshift.io/display-name": "Apache HTTP Server (httpd)"
  11. },
  12. "name": "httpd"
  13. },
  14. "spec": {
  15. "tags": [
  16. {
  17. "annotations": {
  18. "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.",
  19. "iconClass": "icon-apache",
  20. "openshift.io/display-name": "Apache HTTP Server (Latest)",
  21. "openshift.io/provider-display-name": "Red Hat, Inc.",
  22. "sampleRepo": "https://github.com/openshift/httpd-ex.git",
  23. "supports": "httpd",
  24. "tags": "builder,httpd"
  25. },
  26. "from": {
  27. "kind": "ImageStreamTag",
  28. "name": "2.4"
  29. },
  30. "name": "latest",
  31. "referencePolicy": {
  32. "type": "Local"
  33. }
  34. },
  35. {
  36. "annotations": {
  37. "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.",
  38. "iconClass": "icon-apache",
  39. "openshift.io/display-name": "Apache HTTP Server 2.4",
  40. "openshift.io/provider-display-name": "Red Hat, Inc.",
  41. "sampleRepo": "https://github.com/openshift/httpd-ex.git",
  42. "supports": "httpd",
  43. "tags": "builder,httpd",
  44. "version": "2.4"
  45. },
  46. "from": {
  47. "kind": "DockerImage",
  48. "name": "registry.access.redhat.com/rhscl/httpd-24-rhel7"
  49. },
  50. "name": "2.4",
  51. "referencePolicy": {
  52. "type": "Local"
  53. }
  54. }
  55. ]
  56. }
  57. },
  58. {
  59. "apiVersion": "v1",
  60. "kind": "ImageStream",
  61. "metadata": {
  62. "annotations": {
  63. "openshift.io/display-name": "Jenkins"
  64. },
  65. "name": "jenkins"
  66. },
  67. "spec": {
  68. "tags": [
  69. {
  70. "annotations": {
  71. "description": "Provides a Jenkins server on RHEL 7. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Jenkins available on OpenShift, including major versions updates.",
  72. "iconClass": "icon-jenkins",
  73. "openshift.io/display-name": "Jenkins (Latest)",
  74. "openshift.io/provider-display-name": "Red Hat, Inc.",
  75. "tags": "jenkins"
  76. },
  77. "from": {
  78. "kind": "ImageStreamTag",
  79. "name": "2"
  80. },
  81. "name": "latest",
  82. "referencePolicy": {
  83. "type": "Local"
  84. }
  85. },
  86. {
  87. "annotations": {
  88. "description": "Provides a Jenkins 1.X server on RHEL 7. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md.",
  89. "iconClass": "icon-jenkins",
  90. "openshift.io/display-name": "Jenkins 1.X",
  91. "openshift.io/provider-display-name": "Red Hat, Inc.",
  92. "tags": "hidden,jenkins",
  93. "version": "1.x"
  94. },
  95. "from": {
  96. "kind": "DockerImage",
  97. "name": "registry.access.redhat.com/openshift3/jenkins-1-rhel7:latest"
  98. },
  99. "name": "1",
  100. "referencePolicy": {
  101. "type": "Local"
  102. }
  103. },
  104. {
  105. "annotations": {
  106. "description": "Provides a Jenkins 2.X server on RHEL 7. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md.",
  107. "iconClass": "icon-jenkins",
  108. "openshift.io/display-name": "Jenkins 2.X",
  109. "openshift.io/provider-display-name": "Red Hat, Inc.",
  110. "tags": "jenkins",
  111. "version": "2.x"
  112. },
  113. "from": {
  114. "kind": "DockerImage",
  115. "name": "registry.access.redhat.com/openshift3/jenkins-2-rhel7:v3.10"
  116. },
  117. "name": "2",
  118. "referencePolicy": {
  119. "type": "Local"
  120. }
  121. }
  122. ]
  123. }
  124. },
  125. {
  126. "apiVersion": "v1",
  127. "kind": "ImageStream",
  128. "metadata": {
  129. "annotations": {
  130. "openshift.io/display-name": "MariaDB"
  131. },
  132. "name": "mariadb"
  133. },
  134. "spec": {
  135. "tags": [
  136. {
  137. "annotations": {
  138. "description": "Provides a MariaDB database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.2/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of MariaDB available on OpenShift, including major versions updates.",
  139. "iconClass": "icon-mariadb",
  140. "openshift.io/display-name": "MariaDB (Latest)",
  141. "openshift.io/provider-display-name": "Red Hat, Inc.",
  142. "tags": "database,mariadb"
  143. },
  144. "from": {
  145. "kind": "ImageStreamTag",
  146. "name": "10.2"
  147. },
  148. "name": "latest",
  149. "referencePolicy": {
  150. "type": "Local"
  151. }
  152. },
  153. {
  154. "annotations": {
  155. "description": "Provides a MariaDB 10.1 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.1/README.md.",
  156. "iconClass": "icon-mariadb",
  157. "openshift.io/display-name": "MariaDB 10.1",
  158. "openshift.io/provider-display-name": "Red Hat, Inc.",
  159. "tags": "database,mariadb",
  160. "version": "10.1"
  161. },
  162. "from": {
  163. "kind": "DockerImage",
  164. "name": "registry.access.redhat.com/rhscl/mariadb-101-rhel7:latest"
  165. },
  166. "name": "10.1",
  167. "referencePolicy": {
  168. "type": "Local"
  169. }
  170. },
  171. {
  172. "annotations": {
  173. "description": "Provides a MariaDB 10.2 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.2/README.md.",
  174. "iconClass": "icon-mariadb",
  175. "openshift.io/display-name": "MariaDB 10.2",
  176. "openshift.io/provider-display-name": "Red Hat, Inc.",
  177. "tags": "database,mariadb",
  178. "version": "10.2"
  179. },
  180. "from": {
  181. "kind": "DockerImage",
  182. "name": "registry.access.redhat.com/rhscl/mariadb-102-rhel7:latest"
  183. },
  184. "name": "10.2",
  185. "referencePolicy": {
  186. "type": "Local"
  187. }
  188. }
  189. ]
  190. }
  191. },
  192. {
  193. "apiVersion": "v1",
  194. "kind": "ImageStream",
  195. "metadata": {
  196. "annotations": {
  197. "openshift.io/display-name": "MongoDB"
  198. },
  199. "name": "mongodb"
  200. },
  201. "spec": {
  202. "tags": [
  203. {
  204. "annotations": {
  205. "description": "Provides a MongoDB database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/3.4/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of MongoDB available on OpenShift, including major versions updates.",
  206. "iconClass": "icon-mongodb",
  207. "openshift.io/display-name": "MongoDB (Latest)",
  208. "openshift.io/provider-display-name": "Red Hat, Inc.",
  209. "tags": "mongodb"
  210. },
  211. "from": {
  212. "kind": "ImageStreamTag",
  213. "name": "3.4"
  214. },
  215. "name": "latest",
  216. "referencePolicy": {
  217. "type": "Local"
  218. }
  219. },
  220. {
  221. "annotations": {
  222. "description": "Provides a MongoDB 2.4 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/2.4/README.md.",
  223. "iconClass": "icon-mongodb",
  224. "openshift.io/display-name": "MongoDB 2.4",
  225. "openshift.io/provider-display-name": "Red Hat, Inc.",
  226. "tags": "hidden,mongodb",
  227. "version": "2.4"
  228. },
  229. "from": {
  230. "kind": "DockerImage",
  231. "name": "registry.access.redhat.com/openshift3/mongodb-24-rhel7:latest"
  232. },
  233. "name": "2.4",
  234. "referencePolicy": {
  235. "type": "Local"
  236. }
  237. },
  238. {
  239. "annotations": {
  240. "description": "Provides a MongoDB 2.6 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/2.6/README.md.",
  241. "iconClass": "icon-mongodb",
  242. "openshift.io/display-name": "MongoDB 2.6",
  243. "openshift.io/provider-display-name": "Red Hat, Inc.",
  244. "tags": "hidden,database,mongodb",
  245. "version": "2.6"
  246. },
  247. "from": {
  248. "kind": "DockerImage",
  249. "name": "registry.access.redhat.com/rhscl/mongodb-26-rhel7:latest"
  250. },
  251. "name": "2.6",
  252. "referencePolicy": {
  253. "type": "Local"
  254. }
  255. },
  256. {
  257. "annotations": {
  258. "description": "Provides a MongoDB 3.2 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/3.2/README.md.",
  259. "iconClass": "icon-mongodb",
  260. "openshift.io/display-name": "MongoDB 3.2",
  261. "openshift.io/provider-display-name": "Red Hat, Inc.",
  262. "tags": "database,mongodb",
  263. "version": "3.2"
  264. },
  265. "from": {
  266. "kind": "DockerImage",
  267. "name": "registry.access.redhat.com/rhscl/mongodb-32-rhel7:latest"
  268. },
  269. "name": "3.2",
  270. "referencePolicy": {
  271. "type": "Local"
  272. }
  273. },
  274. {
  275. "annotations": {
  276. "description": "Provides a MongoDB 3.4 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/3.4/README.md.",
  277. "iconClass": "icon-mongodb",
  278. "openshift.io/display-name": "MongoDB 3.4",
  279. "openshift.io/provider-display-name": "Red Hat, Inc.",
  280. "tags": "database,mongodb",
  281. "version": "3.4"
  282. },
  283. "from": {
  284. "kind": "DockerImage",
  285. "name": "registry.access.redhat.com/rhscl/mongodb-34-rhel7:latest"
  286. },
  287. "name": "3.4",
  288. "referencePolicy": {
  289. "type": "Local"
  290. }
  291. }
  292. ]
  293. }
  294. },
  295. {
  296. "apiVersion": "v1",
  297. "kind": "ImageStream",
  298. "metadata": {
  299. "annotations": {
  300. "openshift.io/display-name": "MySQL"
  301. },
  302. "name": "mysql"
  303. },
  304. "spec": {
  305. "tags": [
  306. {
  307. "annotations": {
  308. "description": "Provides a MySQL database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mysql-container/tree/master/5.6/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of MySQL available on OpenShift, including major versions updates.",
  309. "iconClass": "icon-mysql-database",
  310. "openshift.io/display-name": "MySQL (Latest)",
  311. "openshift.io/provider-display-name": "Red Hat, Inc.",
  312. "tags": "mysql"
  313. },
  314. "from": {
  315. "kind": "ImageStreamTag",
  316. "name": "5.7"
  317. },
  318. "name": "latest",
  319. "referencePolicy": {
  320. "type": "Local"
  321. }
  322. },
  323. {
  324. "annotations": {
  325. "description": "Provides a MySQL 5.5 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mysql-container/tree/master/5.5/README.md.",
  326. "iconClass": "icon-mysql-database",
  327. "openshift.io/display-name": "MySQL 5.5",
  328. "openshift.io/provider-display-name": "Red Hat, Inc.",
  329. "tags": "hidden,mysql",
  330. "version": "5.5"
  331. },
  332. "from": {
  333. "kind": "DockerImage",
  334. "name": "registry.access.redhat.com/openshift3/mysql-55-rhel7:latest"
  335. },
  336. "name": "5.5",
  337. "referencePolicy": {
  338. "type": "Local"
  339. }
  340. },
  341. {
  342. "annotations": {
  343. "description": "Provides a MySQL 5.6 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mysql-container/tree/master/5.6/README.md.",
  344. "iconClass": "icon-mysql-database",
  345. "openshift.io/display-name": "MySQL 5.6",
  346. "openshift.io/provider-display-name": "Red Hat, Inc.",
  347. "tags": "hidden,mysql",
  348. "version": "5.6"
  349. },
  350. "from": {
  351. "kind": "DockerImage",
  352. "name": "registry.access.redhat.com/rhscl/mysql-56-rhel7:latest"
  353. },
  354. "name": "5.6",
  355. "referencePolicy": {
  356. "type": "Local"
  357. }
  358. },
  359. {
  360. "annotations": {
  361. "description": "Provides a MySQL 5.7 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mysql-container/tree/master/5.7/README.md.",
  362. "iconClass": "icon-mysql-database",
  363. "openshift.io/display-name": "MySQL 5.7",
  364. "openshift.io/provider-display-name": "Red Hat, Inc.",
  365. "tags": "mysql",
  366. "version": "5.7"
  367. },
  368. "from": {
  369. "kind": "DockerImage",
  370. "name": "registry.access.redhat.com/rhscl/mysql-57-rhel7:latest"
  371. },
  372. "name": "5.7",
  373. "referencePolicy": {
  374. "type": "Local"
  375. }
  376. }
  377. ]
  378. }
  379. },
  380. {
  381. "apiVersion": "v1",
  382. "kind": "ImageStream",
  383. "metadata": {
  384. "annotations": {
  385. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy (nginx)"
  386. },
  387. "name": "nginx"
  388. },
  389. "spec": {
  390. "tags": [
  391. {
  392. "annotations": {
  393. "description": "Build and serve static content via Nginx HTTP server and a reverse proxy (nginx) on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.8/README.md.",
  394. "iconClass": "icon-nginx",
  395. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.8",
  396. "openshift.io/provider-display-name": "Red Hat, Inc.",
  397. "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
  398. "supports": "nginx",
  399. "tags": "builder,nginx",
  400. "version": "1.8"
  401. },
  402. "from": {
  403. "kind": "DockerImage",
  404. "name": "registry.access.redhat.com/rhscl/nginx-18-rhel7:latest"
  405. },
  406. "name": "1.8",
  407. "referencePolicy": {
  408. "type": "Local"
  409. }
  410. },
  411. {
  412. "annotations": {
  413. "description": "Build and serve static content via Nginx HTTP server and a reverse proxy (nginx) on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.10/README.md.",
  414. "iconClass": "icon-nginx",
  415. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.10",
  416. "openshift.io/provider-display-name": "Red Hat, Inc.",
  417. "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
  418. "supports": "nginx",
  419. "tags": "builder,nginx",
  420. "version": "1.10"
  421. },
  422. "from": {
  423. "kind": "DockerImage",
  424. "name": "registry.access.redhat.com/rhscl/nginx-110-rhel7:latest"
  425. },
  426. "name": "1.10",
  427. "referencePolicy": {
  428. "type": "Local"
  429. }
  430. },
  431. {
  432. "annotations": {
  433. "description": "Build and serve static content via Nginx HTTP server and a reverse proxy (nginx) on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.12/README.md.",
  434. "iconClass": "icon-nginx",
  435. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.12",
  436. "openshift.io/provider-display-name": "Red Hat, Inc.",
  437. "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
  438. "supports": "nginx",
  439. "tags": "builder,nginx",
  440. "version": "1.12"
  441. },
  442. "from": {
  443. "kind": "DockerImage",
  444. "name": "registry.access.redhat.com/rhscl/nginx-112-rhel7:latest"
  445. },
  446. "name": "1.12",
  447. "referencePolicy": {
  448. "type": "Local"
  449. }
  450. },
  451. {
  452. "annotations": {
  453. "description": "Build and serve static content via Nginx HTTP server and a reverse proxy (nginx) on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.12/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Nginx available on OpenShift, including major versions updates.",
  454. "iconClass": "icon-nginx",
  455. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy (Latest)",
  456. "openshift.io/provider-display-name": "Red Hat, Inc.",
  457. "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
  458. "supports": "nginx",
  459. "tags": "builder,nginx"
  460. },
  461. "from": {
  462. "kind": "ImageStreamTag",
  463. "name": "1.12"
  464. },
  465. "name": "latest",
  466. "referencePolicy": {
  467. "type": "Local"
  468. }
  469. }
  470. ]
  471. }
  472. },
  473. {
  474. "apiVersion": "v1",
  475. "kind": "ImageStream",
  476. "metadata": {
  477. "annotations": {
  478. "openshift.io/display-name": "Node.js"
  479. },
  480. "name": "nodejs"
  481. },
  482. "spec": {
  483. "tags": [
  484. {
  485. "annotations": {
  486. "description": "Build and run Node.js applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/8/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Node.js available on OpenShift, including major versions updates.",
  487. "iconClass": "icon-nodejs",
  488. "openshift.io/display-name": "Node.js (Latest)",
  489. "openshift.io/provider-display-name": "Red Hat, Inc.",
  490. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  491. "supports": "nodejs",
  492. "tags": "builder,nodejs"
  493. },
  494. "from": {
  495. "kind": "ImageStreamTag",
  496. "name": "8"
  497. },
  498. "name": "latest",
  499. "referencePolicy": {
  500. "type": "Local"
  501. }
  502. },
  503. {
  504. "annotations": {
  505. "description": "DEPRECATED: Build and run Node.js 0.10 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/0.10/README.md.",
  506. "iconClass": "icon-nodejs",
  507. "openshift.io/display-name": "Node.js 0.10",
  508. "openshift.io/provider-display-name": "Red Hat, Inc.",
  509. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  510. "supports": "nodejs:0.10,nodejs:0.1,nodejs",
  511. "tags": "hidden,nodejs",
  512. "version": "0.10"
  513. },
  514. "from": {
  515. "kind": "DockerImage",
  516. "name": "registry.access.redhat.com/openshift3/nodejs-010-rhel7:latest"
  517. },
  518. "name": "0.10",
  519. "referencePolicy": {
  520. "type": "Local"
  521. }
  522. },
  523. {
  524. "annotations": {
  525. "description": "Build and run Node.js 4 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/4/README.md.",
  526. "iconClass": "icon-nodejs",
  527. "openshift.io/display-name": "Node.js 4",
  528. "openshift.io/provider-display-name": "Red Hat, Inc.",
  529. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  530. "supports": "nodejs:4,nodejs",
  531. "tags": "hidden,builder,nodejs",
  532. "version": "4"
  533. },
  534. "from": {
  535. "kind": "DockerImage",
  536. "name": "registry.access.redhat.com/rhscl/nodejs-4-rhel7:latest"
  537. },
  538. "name": "4",
  539. "referencePolicy": {
  540. "type": "Local"
  541. }
  542. },
  543. {
  544. "annotations": {
  545. "description": "Build and run Node.js 6 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container.",
  546. "iconClass": "icon-nodejs",
  547. "openshift.io/display-name": "Node.js 6",
  548. "openshift.io/provider-display-name": "Red Hat, Inc.",
  549. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  550. "supports": "nodejs:6,nodejs",
  551. "tags": "builder,nodejs",
  552. "version": "6"
  553. },
  554. "from": {
  555. "kind": "DockerImage",
  556. "name": "registry.access.redhat.com/rhscl/nodejs-6-rhel7:latest"
  557. },
  558. "name": "6",
  559. "referencePolicy": {
  560. "type": "Local"
  561. }
  562. },
  563. {
  564. "annotations": {
  565. "description": "Build and run Node.js 8 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container.",
  566. "iconClass": "icon-nodejs",
  567. "openshift.io/display-name": "Node.js 8",
  568. "openshift.io/provider-display-name": "Red Hat, Inc.",
  569. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  570. "tags": "builder,nodejs",
  571. "version": "8"
  572. },
  573. "from": {
  574. "kind": "DockerImage",
  575. "name": "registry.access.redhat.com/rhscl/nodejs-8-rhel7:latest"
  576. },
  577. "name": "8",
  578. "referencePolicy": {
  579. "type": "Local"
  580. }
  581. }
  582. ]
  583. }
  584. },
  585. {
  586. "apiVersion": "v1",
  587. "kind": "ImageStream",
  588. "metadata": {
  589. "annotations": {
  590. "openshift.io/display-name": "Perl"
  591. },
  592. "name": "perl"
  593. },
  594. "spec": {
  595. "tags": [
  596. {
  597. "annotations": {
  598. "description": "Build and run Perl applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.20/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Perl available on OpenShift, including major versions updates.",
  599. "iconClass": "icon-perl",
  600. "openshift.io/display-name": "Perl (Latest)",
  601. "openshift.io/provider-display-name": "Red Hat, Inc.",
  602. "sampleRepo": "https://github.com/openshift/dancer-ex.git",
  603. "supports": "perl",
  604. "tags": "builder,perl"
  605. },
  606. "from": {
  607. "kind": "ImageStreamTag",
  608. "name": "5.24"
  609. },
  610. "name": "latest",
  611. "referencePolicy": {
  612. "type": "Local"
  613. }
  614. },
  615. {
  616. "annotations": {
  617. "description": "Build and run Perl 5.16 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.16/README.md.",
  618. "iconClass": "icon-perl",
  619. "openshift.io/display-name": "Perl 5.16",
  620. "openshift.io/provider-display-name": "Red Hat, Inc.",
  621. "sampleRepo": "https://github.com/openshift/dancer-ex.git",
  622. "supports": "perl:5.16,perl",
  623. "tags": "hidden,builder,perl",
  624. "version": "5.16"
  625. },
  626. "from": {
  627. "kind": "DockerImage",
  628. "name": "registry.access.redhat.com/openshift3/perl-516-rhel7:latest"
  629. },
  630. "name": "5.16",
  631. "referencePolicy": {
  632. "type": "Local"
  633. }
  634. },
  635. {
  636. "annotations": {
  637. "description": "Build and run Perl 5.20 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.20/README.md.",
  638. "iconClass": "icon-perl",
  639. "openshift.io/display-name": "Perl 5.20",
  640. "openshift.io/provider-display-name": "Red Hat, Inc.",
  641. "sampleRepo": "https://github.com/openshift/dancer-ex.git",
  642. "supports": "perl:5.20,perl",
  643. "tags": "hidden,builder,perl",
  644. "version": "5.20"
  645. },
  646. "from": {
  647. "kind": "DockerImage",
  648. "name": "registry.access.redhat.com/rhscl/perl-520-rhel7:latest"
  649. },
  650. "name": "5.20",
  651. "referencePolicy": {
  652. "type": "Local"
  653. }
  654. },
  655. {
  656. "annotations": {
  657. "description": "Build and run Perl 5.24 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.24/README.md.",
  658. "iconClass": "icon-perl",
  659. "openshift.io/display-name": "Perl 5.24",
  660. "openshift.io/provider-display-name": "Red Hat, Inc.",
  661. "sampleRepo": "https://github.com/openshift/dancer-ex.git",
  662. "supports": "perl:5.24,perl",
  663. "tags": "builder,perl",
  664. "version": "5.24"
  665. },
  666. "from": {
  667. "kind": "DockerImage",
  668. "name": "registry.access.redhat.com/rhscl/perl-524-rhel7:latest"
  669. },
  670. "name": "5.24",
  671. "referencePolicy": {
  672. "type": "Local"
  673. }
  674. }
  675. ]
  676. }
  677. },
  678. {
  679. "apiVersion": "v1",
  680. "kind": "ImageStream",
  681. "metadata": {
  682. "annotations": {
  683. "openshift.io/display-name": "PHP"
  684. },
  685. "name": "php"
  686. },
  687. "spec": {
  688. "tags": [
  689. {
  690. "annotations": {
  691. "description": "Build and run PHP applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/7.1/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of PHP available on OpenShift, including major versions updates.",
  692. "iconClass": "icon-php",
  693. "openshift.io/display-name": "PHP (Latest)",
  694. "openshift.io/provider-display-name": "Red Hat, Inc.",
  695. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  696. "supports": "php",
  697. "tags": "builder,php"
  698. },
  699. "from": {
  700. "kind": "ImageStreamTag",
  701. "name": "7.1"
  702. },
  703. "name": "latest",
  704. "referencePolicy": {
  705. "type": "Local"
  706. }
  707. },
  708. {
  709. "annotations": {
  710. "description": "Build and run PHP 5.5 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/5.5/README.md.",
  711. "iconClass": "icon-php",
  712. "openshift.io/display-name": "PHP 5.5",
  713. "openshift.io/provider-display-name": "Red Hat, Inc.",
  714. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  715. "supports": "php:5.5,php",
  716. "tags": "hidden,builder,php",
  717. "version": "5.5"
  718. },
  719. "from": {
  720. "kind": "DockerImage",
  721. "name": "registry.access.redhat.com/openshift3/php-55-rhel7:latest"
  722. },
  723. "name": "5.5",
  724. "referencePolicy": {
  725. "type": "Local"
  726. }
  727. },
  728. {
  729. "annotations": {
  730. "description": "Build and run PHP 5.6 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/5.6/README.md.",
  731. "iconClass": "icon-php",
  732. "openshift.io/display-name": "PHP 5.6",
  733. "openshift.io/provider-display-name": "Red Hat, Inc.",
  734. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  735. "supports": "php:5.6,php",
  736. "tags": "hidden,builder,php",
  737. "version": "5.6"
  738. },
  739. "from": {
  740. "kind": "DockerImage",
  741. "name": "registry.access.redhat.com/rhscl/php-56-rhel7:latest"
  742. },
  743. "name": "5.6",
  744. "referencePolicy": {
  745. "type": "Local"
  746. }
  747. },
  748. {
  749. "annotations": {
  750. "description": "Build and run PHP 7.0 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/7.0/README.md.",
  751. "iconClass": "icon-php",
  752. "openshift.io/display-name": "PHP 7.0",
  753. "openshift.io/provider-display-name": "Red Hat, Inc.",
  754. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  755. "supports": "php:7.0,php",
  756. "tags": "builder,php",
  757. "version": "7.0"
  758. },
  759. "from": {
  760. "kind": "DockerImage",
  761. "name": "registry.access.redhat.com/rhscl/php-70-rhel7:latest"
  762. },
  763. "name": "7.0",
  764. "referencePolicy": {
  765. "type": "Local"
  766. }
  767. },
  768. {
  769. "annotations": {
  770. "description": "Build and run PHP 7.1 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/7.1/README.md.",
  771. "iconClass": "icon-php",
  772. "openshift.io/display-name": "PHP 7.1",
  773. "openshift.io/provider-display-name": "Red Hat, Inc.",
  774. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  775. "supports": "php:7.1,php",
  776. "tags": "builder,php",
  777. "version": "7.1"
  778. },
  779. "from": {
  780. "kind": "DockerImage",
  781. "name": "registry.access.redhat.com/rhscl/php-71-rhel7:latest"
  782. },
  783. "name": "7.1",
  784. "referencePolicy": {
  785. "type": "Local"
  786. }
  787. }
  788. ]
  789. }
  790. },
  791. {
  792. "apiVersion": "v1",
  793. "kind": "ImageStream",
  794. "metadata": {
  795. "annotations": {
  796. "openshift.io/display-name": "PostgreSQL"
  797. },
  798. "name": "postgresql"
  799. },
  800. "spec": {
  801. "tags": [
  802. {
  803. "annotations": {
  804. "description": "Provides a PostgreSQL database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.6/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of PostgreSQL available on OpenShift, including major versions updates.",
  805. "iconClass": "icon-postgresql",
  806. "openshift.io/display-name": "PostgreSQL (Latest)",
  807. "openshift.io/provider-display-name": "Red Hat, Inc.",
  808. "tags": "database,postgresql"
  809. },
  810. "from": {
  811. "kind": "ImageStreamTag",
  812. "name": "9.6"
  813. },
  814. "name": "latest",
  815. "referencePolicy": {
  816. "type": "Local"
  817. }
  818. },
  819. {
  820. "annotations": {
  821. "description": "Provides a PostgreSQL 9.2 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.2/README.md.",
  822. "iconClass": "icon-postgresql",
  823. "openshift.io/display-name": "PostgreSQL 9.2",
  824. "openshift.io/provider-display-name": "Red Hat, Inc.",
  825. "tags": "hidden,postgresql",
  826. "version": "9.2"
  827. },
  828. "from": {
  829. "kind": "DockerImage",
  830. "name": "registry.access.redhat.com/openshift3/postgresql-92-rhel7:latest"
  831. },
  832. "name": "9.2",
  833. "referencePolicy": {
  834. "type": "Local"
  835. }
  836. },
  837. {
  838. "annotations": {
  839. "description": "Provides a PostgreSQL 9.4 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.4/README.md.",
  840. "iconClass": "icon-postgresql",
  841. "openshift.io/display-name": "PostgreSQL 9.4",
  842. "openshift.io/provider-display-name": "Red Hat, Inc.",
  843. "tags": "hidden,database,postgresql",
  844. "version": "9.4"
  845. },
  846. "from": {
  847. "kind": "DockerImage",
  848. "name": "registry.access.redhat.com/rhscl/postgresql-94-rhel7:latest"
  849. },
  850. "name": "9.4",
  851. "referencePolicy": {
  852. "type": "Local"
  853. }
  854. },
  855. {
  856. "annotations": {
  857. "description": "Provides a PostgreSQL 9.5 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.5/README.md.",
  858. "iconClass": "icon-postgresql",
  859. "openshift.io/display-name": "PostgreSQL 9.5",
  860. "openshift.io/provider-display-name": "Red Hat, Inc.",
  861. "tags": "database,postgresql",
  862. "version": "9.5"
  863. },
  864. "from": {
  865. "kind": "DockerImage",
  866. "name": "registry.access.redhat.com/rhscl/postgresql-95-rhel7:latest"
  867. },
  868. "name": "9.5",
  869. "referencePolicy": {
  870. "type": "Local"
  871. }
  872. },
  873. {
  874. "annotations": {
  875. "description": "Provides a PostgreSQL 9.6 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.6/README.md.",
  876. "iconClass": "icon-postgresql",
  877. "openshift.io/display-name": "PostgreSQL (Ephemeral) 9.6",
  878. "openshift.io/provider-display-name": "Red Hat, Inc.",
  879. "tags": "database,postgresql",
  880. "version": "9.6"
  881. },
  882. "from": {
  883. "kind": "DockerImage",
  884. "name": "registry.access.redhat.com/rhscl/postgresql-96-rhel7:latest"
  885. },
  886. "name": "9.6",
  887. "referencePolicy": {
  888. "type": "Local"
  889. }
  890. }
  891. ]
  892. }
  893. },
  894. {
  895. "apiVersion": "v1",
  896. "kind": "ImageStream",
  897. "metadata": {
  898. "annotations": {
  899. "openshift.io/display-name": "Python"
  900. },
  901. "name": "python"
  902. },
  903. "spec": {
  904. "tags": [
  905. {
  906. "annotations": {
  907. "description": "Build and run Python applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.6/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Python available on OpenShift, including major versions updates.",
  908. "iconClass": "icon-python",
  909. "openshift.io/display-name": "Python (Latest)",
  910. "openshift.io/provider-display-name": "Red Hat, Inc.",
  911. "sampleRepo": "https://github.com/openshift/django-ex.git",
  912. "supports": "python",
  913. "tags": "builder,python"
  914. },
  915. "from": {
  916. "kind": "ImageStreamTag",
  917. "name": "3.6"
  918. },
  919. "name": "latest",
  920. "referencePolicy": {
  921. "type": "Local"
  922. }
  923. },
  924. {
  925. "annotations": {
  926. "description": "Build and run Python 3.3 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.3/README.md.",
  927. "iconClass": "icon-python",
  928. "openshift.io/display-name": "Python 3.3",
  929. "openshift.io/provider-display-name": "Red Hat, Inc.",
  930. "sampleRepo": "https://github.com/openshift/django-ex.git",
  931. "supports": "python:3.3,python",
  932. "tags": "hidden,builder,python",
  933. "version": "3.3"
  934. },
  935. "from": {
  936. "kind": "DockerImage",
  937. "name": "registry.access.redhat.com/openshift3/python-33-rhel7:latest"
  938. },
  939. "name": "3.3",
  940. "referencePolicy": {
  941. "type": "Local"
  942. }
  943. },
  944. {
  945. "annotations": {
  946. "description": "Build and run Python 2.7 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/2.7/README.md.",
  947. "iconClass": "icon-python",
  948. "openshift.io/display-name": "Python 2.7",
  949. "openshift.io/provider-display-name": "Red Hat, Inc.",
  950. "sampleRepo": "https://github.com/openshift/django-ex.git",
  951. "supports": "python:2.7,python",
  952. "tags": "builder,python",
  953. "version": "2.7"
  954. },
  955. "from": {
  956. "kind": "DockerImage",
  957. "name": "registry.access.redhat.com/rhscl/python-27-rhel7:latest"
  958. },
  959. "name": "2.7",
  960. "referencePolicy": {
  961. "type": "Local"
  962. }
  963. },
  964. {
  965. "annotations": {
  966. "description": "Build and run Python 3.4 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.4/README.md.",
  967. "iconClass": "icon-python",
  968. "openshift.io/display-name": "Python 3.4",
  969. "openshift.io/provider-display-name": "Red Hat, Inc.",
  970. "sampleRepo": "https://github.com/openshift/django-ex.git",
  971. "supports": "python:3.4,python",
  972. "tags": "hidden,builder,python",
  973. "version": "3.4"
  974. },
  975. "from": {
  976. "kind": "DockerImage",
  977. "name": "registry.access.redhat.com/rhscl/python-34-rhel7:latest"
  978. },
  979. "name": "3.4",
  980. "referencePolicy": {
  981. "type": "Local"
  982. }
  983. },
  984. {
  985. "annotations": {
  986. "description": "Build and run Python 3.5 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.5/README.md.",
  987. "iconClass": "icon-python",
  988. "openshift.io/display-name": "Python 3.5",
  989. "openshift.io/provider-display-name": "Red Hat, Inc.",
  990. "sampleRepo": "https://github.com/openshift/django-ex.git",
  991. "supports": "python:3.5,python",
  992. "tags": "builder,python",
  993. "version": "3.5"
  994. },
  995. "from": {
  996. "kind": "DockerImage",
  997. "name": "registry.access.redhat.com/rhscl/python-35-rhel7:latest"
  998. },
  999. "name": "3.5",
  1000. "referencePolicy": {
  1001. "type": "Local"
  1002. }
  1003. },
  1004. {
  1005. "annotations": {
  1006. "description": "Build and run Python 3.6 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.6/README.md.",
  1007. "iconClass": "icon-python",
  1008. "openshift.io/display-name": "Python 3.6",
  1009. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1010. "sampleRepo": "https://github.com/openshift/django-ex.git",
  1011. "supports": "python:3.6,python",
  1012. "tags": "builder,python",
  1013. "version": "3.6"
  1014. },
  1015. "from": {
  1016. "kind": "DockerImage",
  1017. "name": "registry.access.redhat.com/rhscl/python-36-rhel7:latest"
  1018. },
  1019. "name": "3.6",
  1020. "referencePolicy": {
  1021. "type": "Local"
  1022. }
  1023. }
  1024. ]
  1025. }
  1026. },
  1027. {
  1028. "apiVersion": "v1",
  1029. "kind": "ImageStream",
  1030. "metadata": {
  1031. "annotations": {
  1032. "openshift.io/display-name": "Redis"
  1033. },
  1034. "name": "redis"
  1035. },
  1036. "spec": {
  1037. "tags": [
  1038. {
  1039. "annotations": {
  1040. "description": "Provides a Redis database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/redis-container/tree/master/3.2/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Redis available on OpenShift, including major versions updates.",
  1041. "iconClass": "icon-redis",
  1042. "openshift.io/display-name": "Redis (Latest)",
  1043. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1044. "tags": "redis"
  1045. },
  1046. "from": {
  1047. "kind": "ImageStreamTag",
  1048. "name": "3.2"
  1049. },
  1050. "name": "latest",
  1051. "referencePolicy": {
  1052. "type": "Local"
  1053. }
  1054. },
  1055. {
  1056. "annotations": {
  1057. "description": "Provides a Redis 3.2 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/redis-container/tree/master/3.2/README.md.",
  1058. "iconClass": "icon-redis",
  1059. "openshift.io/display-name": "Redis 3.2",
  1060. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1061. "tags": "redis",
  1062. "version": "3.2"
  1063. },
  1064. "from": {
  1065. "kind": "DockerImage",
  1066. "name": "registry.access.redhat.com/rhscl/redis-32-rhel7:latest"
  1067. },
  1068. "name": "3.2",
  1069. "referencePolicy": {
  1070. "type": "Local"
  1071. }
  1072. }
  1073. ]
  1074. }
  1075. },
  1076. {
  1077. "apiVersion": "v1",
  1078. "kind": "ImageStream",
  1079. "metadata": {
  1080. "annotations": {
  1081. "openshift.io/display-name": "Ruby"
  1082. },
  1083. "name": "ruby"
  1084. },
  1085. "spec": {
  1086. "tags": [
  1087. {
  1088. "annotations": {
  1089. "description": "Build and run Ruby applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/tree/master/2.3/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Ruby available on OpenShift, including major versions updates.",
  1090. "iconClass": "icon-ruby",
  1091. "openshift.io/display-name": "Ruby (Latest)",
  1092. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1093. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1094. "supports": "ruby",
  1095. "tags": "builder,ruby"
  1096. },
  1097. "from": {
  1098. "kind": "ImageStreamTag",
  1099. "name": "2.4"
  1100. },
  1101. "name": "latest",
  1102. "referencePolicy": {
  1103. "type": "Local"
  1104. }
  1105. },
  1106. {
  1107. "annotations": {
  1108. "description": "Build and run Ruby 2.0 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/tree/master/2.0/README.md.",
  1109. "iconClass": "icon-ruby",
  1110. "openshift.io/display-name": "Ruby 2.0",
  1111. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1112. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1113. "supports": "ruby:2.0,ruby",
  1114. "tags": "hidden,builder,ruby",
  1115. "version": "2.0"
  1116. },
  1117. "from": {
  1118. "kind": "DockerImage",
  1119. "name": "registry.access.redhat.com/openshift3/ruby-20-rhel7:latest"
  1120. },
  1121. "name": "2.0",
  1122. "referencePolicy": {
  1123. "type": "Local"
  1124. }
  1125. },
  1126. {
  1127. "annotations": {
  1128. "description": "Build and run Ruby 2.2 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/tree/master/2.2/README.md.",
  1129. "iconClass": "icon-ruby",
  1130. "openshift.io/display-name": "Ruby 2.2",
  1131. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1132. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1133. "supports": "ruby:2.2,ruby",
  1134. "tags": "hidden,builder,ruby",
  1135. "version": "2.2"
  1136. },
  1137. "from": {
  1138. "kind": "DockerImage",
  1139. "name": "registry.access.redhat.com/rhscl/ruby-22-rhel7:latest"
  1140. },
  1141. "name": "2.2",
  1142. "referencePolicy": {
  1143. "type": "Local"
  1144. }
  1145. },
  1146. {
  1147. "annotations": {
  1148. "description": "Build and run Ruby 2.3 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.3/README.md.",
  1149. "iconClass": "icon-ruby",
  1150. "openshift.io/display-name": "Ruby 2.3",
  1151. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1152. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1153. "supports": "ruby:2.3,ruby",
  1154. "tags": "builder,ruby",
  1155. "version": "2.3"
  1156. },
  1157. "from": {
  1158. "kind": "DockerImage",
  1159. "name": "registry.access.redhat.com/rhscl/ruby-23-rhel7:latest"
  1160. },
  1161. "name": "2.3",
  1162. "referencePolicy": {
  1163. "type": "Local"
  1164. }
  1165. },
  1166. {
  1167. "annotations": {
  1168. "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.",
  1169. "iconClass": "icon-ruby",
  1170. "openshift.io/display-name": "Ruby 2.4",
  1171. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1172. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1173. "supports": "ruby:2.4,ruby",
  1174. "tags": "builder,ruby",
  1175. "version": "2.4"
  1176. },
  1177. "from": {
  1178. "kind": "DockerImage",
  1179. "name": "registry.access.redhat.com/rhscl/ruby-24-rhel7:latest"
  1180. },
  1181. "name": "2.4",
  1182. "referencePolicy": {
  1183. "type": "Local"
  1184. }
  1185. }
  1186. ]
  1187. }
  1188. }
  1189. ]
  1190. }