image-streams-rhel7.json 46 KB

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