image-streams-rhel7.json 55 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304
  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.redhat.io/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.redhat.io/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.redhat.io/openshift3/jenkins-2-rhel7:v3.11"
  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.redhat.io/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.redhat.io/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.6"
  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.redhat.io/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.redhat.io/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.redhat.io/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.redhat.io/rhscl/mongodb-34-rhel7:latest"
  286. },
  287. "name": "3.4",
  288. "referencePolicy": {
  289. "type": "Local"
  290. }
  291. },
  292. {
  293. "annotations": {
  294. "description": "Provides a MongoDB 3.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/3.6/README.md.",
  295. "iconClass": "icon-mongodb",
  296. "openshift.io/display-name": "MongoDB 3.6",
  297. "openshift.io/provider-display-name": "Red Hat, Inc.",
  298. "tags": "database,mongodb",
  299. "version": "3.6"
  300. },
  301. "from": {
  302. "kind": "DockerImage",
  303. "name": "registry.redhat.io/rhscl/mongodb-36-rhel7:latest"
  304. },
  305. "name": "3.6",
  306. "referencePolicy": {
  307. "type": "Local"
  308. }
  309. }
  310. ]
  311. }
  312. },
  313. {
  314. "apiVersion": "v1",
  315. "kind": "ImageStream",
  316. "metadata": {
  317. "annotations": {
  318. "openshift.io/display-name": "MySQL"
  319. },
  320. "name": "mysql"
  321. },
  322. "spec": {
  323. "tags": [
  324. {
  325. "annotations": {
  326. "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.",
  327. "iconClass": "icon-mysql-database",
  328. "openshift.io/display-name": "MySQL (Latest)",
  329. "openshift.io/provider-display-name": "Red Hat, Inc.",
  330. "tags": "mysql"
  331. },
  332. "from": {
  333. "kind": "ImageStreamTag",
  334. "name": "5.7"
  335. },
  336. "name": "latest",
  337. "referencePolicy": {
  338. "type": "Local"
  339. }
  340. },
  341. {
  342. "annotations": {
  343. "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.",
  344. "iconClass": "icon-mysql-database",
  345. "openshift.io/display-name": "MySQL 5.5",
  346. "openshift.io/provider-display-name": "Red Hat, Inc.",
  347. "tags": "hidden,mysql",
  348. "version": "5.5"
  349. },
  350. "from": {
  351. "kind": "DockerImage",
  352. "name": "registry.redhat.io/openshift3/mysql-55-rhel7:latest"
  353. },
  354. "name": "5.5",
  355. "referencePolicy": {
  356. "type": "Local"
  357. }
  358. },
  359. {
  360. "annotations": {
  361. "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.",
  362. "iconClass": "icon-mysql-database",
  363. "openshift.io/display-name": "MySQL 5.6",
  364. "openshift.io/provider-display-name": "Red Hat, Inc.",
  365. "tags": "hidden,mysql",
  366. "version": "5.6"
  367. },
  368. "from": {
  369. "kind": "DockerImage",
  370. "name": "registry.redhat.io/rhscl/mysql-56-rhel7:latest"
  371. },
  372. "name": "5.6",
  373. "referencePolicy": {
  374. "type": "Local"
  375. }
  376. },
  377. {
  378. "annotations": {
  379. "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.",
  380. "iconClass": "icon-mysql-database",
  381. "openshift.io/display-name": "MySQL 5.7",
  382. "openshift.io/provider-display-name": "Red Hat, Inc.",
  383. "tags": "mysql",
  384. "version": "5.7"
  385. },
  386. "from": {
  387. "kind": "DockerImage",
  388. "name": "registry.redhat.io/rhscl/mysql-57-rhel7:latest"
  389. },
  390. "name": "5.7",
  391. "referencePolicy": {
  392. "type": "Local"
  393. }
  394. }
  395. ]
  396. }
  397. },
  398. {
  399. "apiVersion": "v1",
  400. "kind": "ImageStream",
  401. "metadata": {
  402. "annotations": {
  403. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy (nginx)"
  404. },
  405. "name": "nginx"
  406. },
  407. "spec": {
  408. "tags": [
  409. {
  410. "annotations": {
  411. "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.",
  412. "iconClass": "icon-nginx",
  413. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.8",
  414. "openshift.io/provider-display-name": "Red Hat, Inc.",
  415. "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
  416. "supports": "nginx",
  417. "tags": "builder,nginx",
  418. "version": "1.8"
  419. },
  420. "from": {
  421. "kind": "DockerImage",
  422. "name": "registry.redhat.io/rhscl/nginx-18-rhel7:latest"
  423. },
  424. "name": "1.8",
  425. "referencePolicy": {
  426. "type": "Local"
  427. }
  428. },
  429. {
  430. "annotations": {
  431. "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.",
  432. "iconClass": "icon-nginx",
  433. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.10",
  434. "openshift.io/provider-display-name": "Red Hat, Inc.",
  435. "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
  436. "supports": "nginx",
  437. "tags": "builder,nginx",
  438. "version": "1.10"
  439. },
  440. "from": {
  441. "kind": "DockerImage",
  442. "name": "registry.redhat.io/rhscl/nginx-110-rhel7:latest"
  443. },
  444. "name": "1.10",
  445. "referencePolicy": {
  446. "type": "Local"
  447. }
  448. },
  449. {
  450. "annotations": {
  451. "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.",
  452. "iconClass": "icon-nginx",
  453. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.12",
  454. "openshift.io/provider-display-name": "Red Hat, Inc.",
  455. "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
  456. "supports": "nginx",
  457. "tags": "builder,nginx",
  458. "version": "1.12"
  459. },
  460. "from": {
  461. "kind": "DockerImage",
  462. "name": "registry.redhat.io/rhscl/nginx-112-rhel7:latest"
  463. },
  464. "name": "1.12",
  465. "referencePolicy": {
  466. "type": "Local"
  467. }
  468. },
  469. {
  470. "annotations": {
  471. "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.",
  472. "iconClass": "icon-nginx",
  473. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy (Latest)",
  474. "openshift.io/provider-display-name": "Red Hat, Inc.",
  475. "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
  476. "supports": "nginx",
  477. "tags": "builder,nginx"
  478. },
  479. "from": {
  480. "kind": "ImageStreamTag",
  481. "name": "1.12"
  482. },
  483. "name": "latest",
  484. "referencePolicy": {
  485. "type": "Local"
  486. }
  487. }
  488. ]
  489. }
  490. },
  491. {
  492. "apiVersion": "v1",
  493. "kind": "ImageStream",
  494. "metadata": {
  495. "annotations": {
  496. "openshift.io/display-name": "Node.js"
  497. },
  498. "name": "nodejs"
  499. },
  500. "spec": {
  501. "tags": [
  502. {
  503. "annotations": {
  504. "description": "Build and run Node.js 10 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/bucharest-gold/centos7-s2i-nodejs.\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.",
  505. "iconClass": "icon-nodejs",
  506. "openshift.io/display-name": "Node.js (Latest)",
  507. "openshift.io/provider-display-name": "Red Hat, Inc.",
  508. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  509. "supports": "nodejs",
  510. "tags": "builder,nodejs"
  511. },
  512. "from": {
  513. "kind": "ImageStreamTag",
  514. "name": "10"
  515. },
  516. "name": "latest",
  517. "referencePolicy": {
  518. "type": "Local"
  519. }
  520. },
  521. {
  522. "annotations": {
  523. "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.",
  524. "iconClass": "icon-nodejs",
  525. "openshift.io/display-name": "Node.js 0.10",
  526. "openshift.io/provider-display-name": "Red Hat, Inc.",
  527. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  528. "supports": "nodejs:0.10,nodejs:0.1,nodejs",
  529. "tags": "hidden,nodejs",
  530. "version": "0.10"
  531. },
  532. "from": {
  533. "kind": "DockerImage",
  534. "name": "registry.redhat.io/openshift3/nodejs-010-rhel7:latest"
  535. },
  536. "name": "0.10",
  537. "referencePolicy": {
  538. "type": "Local"
  539. }
  540. },
  541. {
  542. "annotations": {
  543. "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.",
  544. "iconClass": "icon-nodejs",
  545. "openshift.io/display-name": "Node.js 4",
  546. "openshift.io/provider-display-name": "Red Hat, Inc.",
  547. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  548. "supports": "nodejs:4,nodejs",
  549. "tags": "hidden,builder,nodejs",
  550. "version": "4"
  551. },
  552. "from": {
  553. "kind": "DockerImage",
  554. "name": "registry.redhat.io/rhscl/nodejs-4-rhel7:latest"
  555. },
  556. "name": "4",
  557. "referencePolicy": {
  558. "type": "Local"
  559. }
  560. },
  561. {
  562. "annotations": {
  563. "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.",
  564. "iconClass": "icon-nodejs",
  565. "openshift.io/display-name": "Node.js 6",
  566. "openshift.io/provider-display-name": "Red Hat, Inc.",
  567. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  568. "supports": "nodejs:6,nodejs",
  569. "tags": "builder,nodejs",
  570. "version": "6"
  571. },
  572. "from": {
  573. "kind": "DockerImage",
  574. "name": "registry.redhat.io/rhscl/nodejs-6-rhel7:latest"
  575. },
  576. "name": "6",
  577. "referencePolicy": {
  578. "type": "Local"
  579. }
  580. },
  581. {
  582. "annotations": {
  583. "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.",
  584. "iconClass": "icon-nodejs",
  585. "openshift.io/display-name": "Node.js 8",
  586. "openshift.io/provider-display-name": "Red Hat, Inc.",
  587. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  588. "tags": "builder,nodejs",
  589. "version": "8"
  590. },
  591. "from": {
  592. "kind": "DockerImage",
  593. "name": "registry.redhat.io/rhscl/nodejs-8-rhel7:latest"
  594. },
  595. "name": "8",
  596. "referencePolicy": {
  597. "type": "Local"
  598. }
  599. },
  600. {
  601. "annotations": {
  602. "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/bucharest-gold/centos7-s2i-nodejs.",
  603. "iconClass": "icon-nodejs",
  604. "openshift.io/display-name": "OpenShift Application Runtimes Node.js 8",
  605. "openshift.io/provider-display-name": "Red Hat, Inc.",
  606. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  607. "tags": "builder,nodejs",
  608. "version": "8"
  609. },
  610. "from": {
  611. "kind": "DockerImage",
  612. "name": "registry.redhat.io/rhoar-nodejs/nodejs-8"
  613. },
  614. "name": "8-RHOAR",
  615. "referencePolicy": {
  616. "type": "Local"
  617. }
  618. },
  619. {
  620. "annotations": {
  621. "description": "Build and run Node.js 10 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/bucharest-gold/centos7-s2i-nodejs.",
  622. "iconClass": "icon-nodejs",
  623. "openshift.io/display-name": "OpenShift Application Runtimes Node.js 10",
  624. "openshift.io/provider-display-name": "Red Hat, Inc.",
  625. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  626. "tags": "builder,nodejs",
  627. "version": "10"
  628. },
  629. "from": {
  630. "kind": "DockerImage",
  631. "name": "registry.redhat.io/rhoar-nodejs/nodejs-10"
  632. },
  633. "name": "10",
  634. "referencePolicy": {
  635. "type": "Local"
  636. }
  637. }
  638. ]
  639. }
  640. },
  641. {
  642. "apiVersion": "v1",
  643. "kind": "ImageStream",
  644. "metadata": {
  645. "annotations": {
  646. "openshift.io/display-name": "Perl"
  647. },
  648. "name": "perl"
  649. },
  650. "spec": {
  651. "tags": [
  652. {
  653. "annotations": {
  654. "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.",
  655. "iconClass": "icon-perl",
  656. "openshift.io/display-name": "Perl (Latest)",
  657. "openshift.io/provider-display-name": "Red Hat, Inc.",
  658. "sampleRepo": "https://github.com/openshift/dancer-ex.git",
  659. "supports": "perl",
  660. "tags": "builder,perl"
  661. },
  662. "from": {
  663. "kind": "ImageStreamTag",
  664. "name": "5.26"
  665. },
  666. "name": "latest",
  667. "referencePolicy": {
  668. "type": "Local"
  669. }
  670. },
  671. {
  672. "annotations": {
  673. "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.",
  674. "iconClass": "icon-perl",
  675. "openshift.io/display-name": "Perl 5.16",
  676. "openshift.io/provider-display-name": "Red Hat, Inc.",
  677. "sampleRepo": "https://github.com/openshift/dancer-ex.git",
  678. "supports": "perl:5.16,perl",
  679. "tags": "hidden,builder,perl",
  680. "version": "5.16"
  681. },
  682. "from": {
  683. "kind": "DockerImage",
  684. "name": "registry.redhat.io/openshift3/perl-516-rhel7:latest"
  685. },
  686. "name": "5.16",
  687. "referencePolicy": {
  688. "type": "Local"
  689. }
  690. },
  691. {
  692. "annotations": {
  693. "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.",
  694. "iconClass": "icon-perl",
  695. "openshift.io/display-name": "Perl 5.20",
  696. "openshift.io/provider-display-name": "Red Hat, Inc.",
  697. "sampleRepo": "https://github.com/openshift/dancer-ex.git",
  698. "supports": "perl:5.20,perl",
  699. "tags": "hidden,builder,perl",
  700. "version": "5.20"
  701. },
  702. "from": {
  703. "kind": "DockerImage",
  704. "name": "registry.redhat.io/rhscl/perl-520-rhel7:latest"
  705. },
  706. "name": "5.20",
  707. "referencePolicy": {
  708. "type": "Local"
  709. }
  710. },
  711. {
  712. "annotations": {
  713. "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.",
  714. "iconClass": "icon-perl",
  715. "openshift.io/display-name": "Perl 5.24",
  716. "openshift.io/provider-display-name": "Red Hat, Inc.",
  717. "sampleRepo": "https://github.com/openshift/dancer-ex.git",
  718. "supports": "perl:5.24,perl",
  719. "tags": "builder,perl",
  720. "version": "5.24"
  721. },
  722. "from": {
  723. "kind": "DockerImage",
  724. "name": "registry.redhat.io/rhscl/perl-524-rhel7:latest"
  725. },
  726. "name": "5.24",
  727. "referencePolicy": {
  728. "type": "Local"
  729. }
  730. },
  731. {
  732. "annotations": {
  733. "description": "Build and run Perl 5.26 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.26/README.md.",
  734. "iconClass": "icon-perl",
  735. "openshift.io/display-name": "Perl 5.26",
  736. "openshift.io/provider-display-name": "Red Hat, Inc.",
  737. "sampleRepo": "https://github.com/openshift/dancer-ex.git",
  738. "supports": "perl:5.26,perl",
  739. "tags": "builder,perl",
  740. "version": "5.26"
  741. },
  742. "from": {
  743. "kind": "DockerImage",
  744. "name": "registry.redhat.io/rhscl/perl-526-rhel7:latest"
  745. },
  746. "name": "5.26",
  747. "referencePolicy": {
  748. "type": "Local"
  749. }
  750. }
  751. ]
  752. }
  753. },
  754. {
  755. "apiVersion": "v1",
  756. "kind": "ImageStream",
  757. "metadata": {
  758. "annotations": {
  759. "openshift.io/display-name": "PHP"
  760. },
  761. "name": "php"
  762. },
  763. "spec": {
  764. "tags": [
  765. {
  766. "annotations": {
  767. "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.",
  768. "iconClass": "icon-php",
  769. "openshift.io/display-name": "PHP (Latest)",
  770. "openshift.io/provider-display-name": "Red Hat, Inc.",
  771. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  772. "supports": "php",
  773. "tags": "builder,php"
  774. },
  775. "from": {
  776. "kind": "ImageStreamTag",
  777. "name": "7.1"
  778. },
  779. "name": "latest",
  780. "referencePolicy": {
  781. "type": "Local"
  782. }
  783. },
  784. {
  785. "annotations": {
  786. "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.",
  787. "iconClass": "icon-php",
  788. "openshift.io/display-name": "PHP 5.5",
  789. "openshift.io/provider-display-name": "Red Hat, Inc.",
  790. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  791. "supports": "php:5.5,php",
  792. "tags": "hidden,builder,php",
  793. "version": "5.5"
  794. },
  795. "from": {
  796. "kind": "DockerImage",
  797. "name": "registry.redhat.io/openshift3/php-55-rhel7:latest"
  798. },
  799. "name": "5.5",
  800. "referencePolicy": {
  801. "type": "Local"
  802. }
  803. },
  804. {
  805. "annotations": {
  806. "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.",
  807. "iconClass": "icon-php",
  808. "openshift.io/display-name": "PHP 5.6",
  809. "openshift.io/provider-display-name": "Red Hat, Inc.",
  810. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  811. "supports": "php:5.6,php",
  812. "tags": "hidden,builder,php",
  813. "version": "5.6"
  814. },
  815. "from": {
  816. "kind": "DockerImage",
  817. "name": "registry.redhat.io/rhscl/php-56-rhel7:latest"
  818. },
  819. "name": "5.6",
  820. "referencePolicy": {
  821. "type": "Local"
  822. }
  823. },
  824. {
  825. "annotations": {
  826. "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.",
  827. "iconClass": "icon-php",
  828. "openshift.io/display-name": "PHP 7.0",
  829. "openshift.io/provider-display-name": "Red Hat, Inc.",
  830. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  831. "supports": "php:7.0,php",
  832. "tags": "builder,php",
  833. "version": "7.0"
  834. },
  835. "from": {
  836. "kind": "DockerImage",
  837. "name": "registry.redhat.io/rhscl/php-70-rhel7:latest"
  838. },
  839. "name": "7.0",
  840. "referencePolicy": {
  841. "type": "Local"
  842. }
  843. },
  844. {
  845. "annotations": {
  846. "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.",
  847. "iconClass": "icon-php",
  848. "openshift.io/display-name": "PHP 7.1",
  849. "openshift.io/provider-display-name": "Red Hat, Inc.",
  850. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  851. "supports": "php:7.1,php",
  852. "tags": "builder,php",
  853. "version": "7.1"
  854. },
  855. "from": {
  856. "kind": "DockerImage",
  857. "name": "registry.redhat.io/rhscl/php-71-rhel7:latest"
  858. },
  859. "name": "7.1",
  860. "referencePolicy": {
  861. "type": "Local"
  862. }
  863. }
  864. ]
  865. }
  866. },
  867. {
  868. "apiVersion": "v1",
  869. "kind": "ImageStream",
  870. "metadata": {
  871. "annotations": {
  872. "openshift.io/display-name": "PostgreSQL"
  873. },
  874. "name": "postgresql"
  875. },
  876. "spec": {
  877. "tags": [
  878. {
  879. "annotations": {
  880. "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/blob/generated/10/root/usr/share/container-scripts/postgresql/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.",
  881. "iconClass": "icon-postgresql",
  882. "openshift.io/display-name": "PostgreSQL (Latest)",
  883. "openshift.io/provider-display-name": "Red Hat, Inc.",
  884. "tags": "database,postgresql"
  885. },
  886. "from": {
  887. "kind": "ImageStreamTag",
  888. "name": "10"
  889. },
  890. "name": "latest",
  891. "referencePolicy": {
  892. "type": "Local"
  893. }
  894. },
  895. {
  896. "annotations": {
  897. "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.",
  898. "iconClass": "icon-postgresql",
  899. "openshift.io/display-name": "PostgreSQL 9.2",
  900. "openshift.io/provider-display-name": "Red Hat, Inc.",
  901. "tags": "hidden,postgresql",
  902. "version": "9.2"
  903. },
  904. "from": {
  905. "kind": "DockerImage",
  906. "name": "registry.redhat.io/openshift3/postgresql-92-rhel7:latest"
  907. },
  908. "name": "9.2",
  909. "referencePolicy": {
  910. "type": "Local"
  911. }
  912. },
  913. {
  914. "annotations": {
  915. "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.",
  916. "iconClass": "icon-postgresql",
  917. "openshift.io/display-name": "PostgreSQL 9.4",
  918. "openshift.io/provider-display-name": "Red Hat, Inc.",
  919. "tags": "hidden,database,postgresql",
  920. "version": "9.4"
  921. },
  922. "from": {
  923. "kind": "DockerImage",
  924. "name": "registry.redhat.io/rhscl/postgresql-94-rhel7:latest"
  925. },
  926. "name": "9.4",
  927. "referencePolicy": {
  928. "type": "Local"
  929. }
  930. },
  931. {
  932. "annotations": {
  933. "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/blob/generated/9.5/root/usr/share/container-scripts/postgresql/README.md.",
  934. "iconClass": "icon-postgresql",
  935. "openshift.io/display-name": "PostgreSQL 9.5",
  936. "openshift.io/provider-display-name": "Red Hat, Inc.",
  937. "tags": "database,postgresql",
  938. "version": "9.5"
  939. },
  940. "from": {
  941. "kind": "DockerImage",
  942. "name": "registry.redhat.io/rhscl/postgresql-95-rhel7:latest"
  943. },
  944. "name": "9.5",
  945. "referencePolicy": {
  946. "type": "Local"
  947. }
  948. },
  949. {
  950. "annotations": {
  951. "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/blob/generated/9.6/root/usr/share/container-scripts/postgresql/README.md.",
  952. "iconClass": "icon-postgresql",
  953. "openshift.io/display-name": "PostgreSQL (Ephemeral) 9.6",
  954. "openshift.io/provider-display-name": "Red Hat, Inc.",
  955. "tags": "database,postgresql",
  956. "version": "9.6"
  957. },
  958. "from": {
  959. "kind": "DockerImage",
  960. "name": "registry.redhat.io/rhscl/postgresql-96-rhel7:latest"
  961. },
  962. "name": "9.6",
  963. "referencePolicy": {
  964. "type": "Local"
  965. }
  966. },
  967. {
  968. "annotations": {
  969. "description": "Provides a PostgreSQL 10 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/generated/10/root/usr/share/container-scripts/postgresql/README.md.",
  970. "iconClass": "icon-postgresql",
  971. "openshift.io/display-name": "PostgreSQL (Ephemeral) 10",
  972. "openshift.io/provider-display-name": "Red Hat, Inc.",
  973. "tags": "database,postgresql",
  974. "version": "10"
  975. },
  976. "from": {
  977. "kind": "DockerImage",
  978. "name": "registry.redhat.io/rhscl/postgresql-10-rhel7:latest"
  979. },
  980. "name": "10",
  981. "referencePolicy": {
  982. "type": "Local"
  983. }
  984. }
  985. ]
  986. }
  987. },
  988. {
  989. "apiVersion": "v1",
  990. "kind": "ImageStream",
  991. "metadata": {
  992. "annotations": {
  993. "openshift.io/display-name": "Python"
  994. },
  995. "name": "python"
  996. },
  997. "spec": {
  998. "tags": [
  999. {
  1000. "annotations": {
  1001. "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.",
  1002. "iconClass": "icon-python",
  1003. "openshift.io/display-name": "Python (Latest)",
  1004. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1005. "sampleRepo": "https://github.com/openshift/django-ex.git",
  1006. "supports": "python",
  1007. "tags": "builder,python"
  1008. },
  1009. "from": {
  1010. "kind": "ImageStreamTag",
  1011. "name": "3.6"
  1012. },
  1013. "name": "latest",
  1014. "referencePolicy": {
  1015. "type": "Local"
  1016. }
  1017. },
  1018. {
  1019. "annotations": {
  1020. "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.",
  1021. "iconClass": "icon-python",
  1022. "openshift.io/display-name": "Python 3.3",
  1023. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1024. "sampleRepo": "https://github.com/openshift/django-ex.git",
  1025. "supports": "python:3.3,python",
  1026. "tags": "hidden,builder,python",
  1027. "version": "3.3"
  1028. },
  1029. "from": {
  1030. "kind": "DockerImage",
  1031. "name": "registry.redhat.io/openshift3/python-33-rhel7:latest"
  1032. },
  1033. "name": "3.3",
  1034. "referencePolicy": {
  1035. "type": "Local"
  1036. }
  1037. },
  1038. {
  1039. "annotations": {
  1040. "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.",
  1041. "iconClass": "icon-python",
  1042. "openshift.io/display-name": "Python 2.7",
  1043. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1044. "sampleRepo": "https://github.com/openshift/django-ex.git",
  1045. "supports": "python:2.7,python",
  1046. "tags": "builder,python",
  1047. "version": "2.7"
  1048. },
  1049. "from": {
  1050. "kind": "DockerImage",
  1051. "name": "registry.redhat.io/rhscl/python-27-rhel7:latest"
  1052. },
  1053. "name": "2.7",
  1054. "referencePolicy": {
  1055. "type": "Local"
  1056. }
  1057. },
  1058. {
  1059. "annotations": {
  1060. "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.",
  1061. "iconClass": "icon-python",
  1062. "openshift.io/display-name": "Python 3.4",
  1063. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1064. "sampleRepo": "https://github.com/openshift/django-ex.git",
  1065. "supports": "python:3.4,python",
  1066. "tags": "hidden,builder,python",
  1067. "version": "3.4"
  1068. },
  1069. "from": {
  1070. "kind": "DockerImage",
  1071. "name": "registry.redhat.io/rhscl/python-34-rhel7:latest"
  1072. },
  1073. "name": "3.4",
  1074. "referencePolicy": {
  1075. "type": "Local"
  1076. }
  1077. },
  1078. {
  1079. "annotations": {
  1080. "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.",
  1081. "iconClass": "icon-python",
  1082. "openshift.io/display-name": "Python 3.5",
  1083. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1084. "sampleRepo": "https://github.com/openshift/django-ex.git",
  1085. "supports": "python:3.5,python",
  1086. "tags": "builder,python",
  1087. "version": "3.5"
  1088. },
  1089. "from": {
  1090. "kind": "DockerImage",
  1091. "name": "registry.redhat.io/rhscl/python-35-rhel7:latest"
  1092. },
  1093. "name": "3.5",
  1094. "referencePolicy": {
  1095. "type": "Local"
  1096. }
  1097. },
  1098. {
  1099. "annotations": {
  1100. "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.",
  1101. "iconClass": "icon-python",
  1102. "openshift.io/display-name": "Python 3.6",
  1103. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1104. "sampleRepo": "https://github.com/openshift/django-ex.git",
  1105. "supports": "python:3.6,python",
  1106. "tags": "builder,python",
  1107. "version": "3.6"
  1108. },
  1109. "from": {
  1110. "kind": "DockerImage",
  1111. "name": "registry.redhat.io/rhscl/python-36-rhel7:latest"
  1112. },
  1113. "name": "3.6",
  1114. "referencePolicy": {
  1115. "type": "Local"
  1116. }
  1117. }
  1118. ]
  1119. }
  1120. },
  1121. {
  1122. "apiVersion": "v1",
  1123. "kind": "ImageStream",
  1124. "metadata": {
  1125. "annotations": {
  1126. "openshift.io/display-name": "Redis"
  1127. },
  1128. "name": "redis"
  1129. },
  1130. "spec": {
  1131. "tags": [
  1132. {
  1133. "annotations": {
  1134. "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.",
  1135. "iconClass": "icon-redis",
  1136. "openshift.io/display-name": "Redis (Latest)",
  1137. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1138. "tags": "redis"
  1139. },
  1140. "from": {
  1141. "kind": "ImageStreamTag",
  1142. "name": "3.2"
  1143. },
  1144. "name": "latest",
  1145. "referencePolicy": {
  1146. "type": "Local"
  1147. }
  1148. },
  1149. {
  1150. "annotations": {
  1151. "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.",
  1152. "iconClass": "icon-redis",
  1153. "openshift.io/display-name": "Redis 3.2",
  1154. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1155. "tags": "redis",
  1156. "version": "3.2"
  1157. },
  1158. "from": {
  1159. "kind": "DockerImage",
  1160. "name": "registry.redhat.io/rhscl/redis-32-rhel7:latest"
  1161. },
  1162. "name": "3.2",
  1163. "referencePolicy": {
  1164. "type": "Local"
  1165. }
  1166. }
  1167. ]
  1168. }
  1169. },
  1170. {
  1171. "apiVersion": "v1",
  1172. "kind": "ImageStream",
  1173. "metadata": {
  1174. "annotations": {
  1175. "openshift.io/display-name": "Ruby"
  1176. },
  1177. "name": "ruby"
  1178. },
  1179. "spec": {
  1180. "tags": [
  1181. {
  1182. "annotations": {
  1183. "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.",
  1184. "iconClass": "icon-ruby",
  1185. "openshift.io/display-name": "Ruby (Latest)",
  1186. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1187. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1188. "supports": "ruby",
  1189. "tags": "builder,ruby"
  1190. },
  1191. "from": {
  1192. "kind": "ImageStreamTag",
  1193. "name": "2.5"
  1194. },
  1195. "name": "latest",
  1196. "referencePolicy": {
  1197. "type": "Local"
  1198. }
  1199. },
  1200. {
  1201. "annotations": {
  1202. "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.",
  1203. "iconClass": "icon-ruby",
  1204. "openshift.io/display-name": "Ruby 2.0",
  1205. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1206. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1207. "supports": "ruby:2.0,ruby",
  1208. "tags": "hidden,builder,ruby",
  1209. "version": "2.0"
  1210. },
  1211. "from": {
  1212. "kind": "DockerImage",
  1213. "name": "registry.redhat.io/openshift3/ruby-20-rhel7:latest"
  1214. },
  1215. "name": "2.0",
  1216. "referencePolicy": {
  1217. "type": "Local"
  1218. }
  1219. },
  1220. {
  1221. "annotations": {
  1222. "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.",
  1223. "iconClass": "icon-ruby",
  1224. "openshift.io/display-name": "Ruby 2.2",
  1225. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1226. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1227. "supports": "ruby:2.2,ruby",
  1228. "tags": "hidden,builder,ruby",
  1229. "version": "2.2"
  1230. },
  1231. "from": {
  1232. "kind": "DockerImage",
  1233. "name": "registry.redhat.io/rhscl/ruby-22-rhel7:latest"
  1234. },
  1235. "name": "2.2",
  1236. "referencePolicy": {
  1237. "type": "Local"
  1238. }
  1239. },
  1240. {
  1241. "annotations": {
  1242. "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.",
  1243. "iconClass": "icon-ruby",
  1244. "openshift.io/display-name": "Ruby 2.3",
  1245. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1246. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1247. "supports": "ruby:2.3,ruby",
  1248. "tags": "builder,ruby",
  1249. "version": "2.3"
  1250. },
  1251. "from": {
  1252. "kind": "DockerImage",
  1253. "name": "registry.redhat.io/rhscl/ruby-23-rhel7:latest"
  1254. },
  1255. "name": "2.3",
  1256. "referencePolicy": {
  1257. "type": "Local"
  1258. }
  1259. },
  1260. {
  1261. "annotations": {
  1262. "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.",
  1263. "iconClass": "icon-ruby",
  1264. "openshift.io/display-name": "Ruby 2.4",
  1265. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1266. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1267. "supports": "ruby:2.4,ruby",
  1268. "tags": "builder,ruby",
  1269. "version": "2.4"
  1270. },
  1271. "from": {
  1272. "kind": "DockerImage",
  1273. "name": "registry.redhat.io/rhscl/ruby-24-rhel7:latest"
  1274. },
  1275. "name": "2.4",
  1276. "referencePolicy": {
  1277. "type": "Local"
  1278. }
  1279. },
  1280. {
  1281. "annotations": {
  1282. "description": "Build and run Ruby 2.5 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.5/README.md.",
  1283. "iconClass": "icon-ruby",
  1284. "openshift.io/display-name": "Ruby 2.5",
  1285. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1286. "sampleRepo": "https://github.com/sclorg/ruby-ex.git",
  1287. "supports": "ruby:2.5,ruby",
  1288. "tags": "builder,ruby",
  1289. "version": "2.5"
  1290. },
  1291. "from": {
  1292. "kind": "DockerImage",
  1293. "name": "registry.redhat.io/rhscl/ruby-25-rhel7:latest"
  1294. },
  1295. "name": "2.5",
  1296. "referencePolicy": {
  1297. "type": "Local"
  1298. }
  1299. }
  1300. ]
  1301. }
  1302. }
  1303. ]
  1304. }