image-streams-centos7.json 65 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526
  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": ".NET Core"
  11. },
  12. "name": "dotnet"
  13. },
  14. "spec": {
  15. "tags": [
  16. {
  17. "annotations": {
  18. "description": "Build and run .NET Core applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.0/build/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET Core available on OpenShift, including major versions updates.",
  19. "iconClass": "icon-dotnet",
  20. "openshift.io/display-name": ".NET Core (Latest)",
  21. "sampleContextDir": "app",
  22. "sampleRef": "dotnetcore-2.0",
  23. "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
  24. "supports": "dotnet",
  25. "tags": "builder,.net,dotnet,dotnetcore"
  26. },
  27. "from": {
  28. "kind": "ImageStreamTag",
  29. "name": "2.0"
  30. },
  31. "name": "latest"
  32. },
  33. {
  34. "annotations": {
  35. "description": "Build and run .NET Core 2.0 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.0/build/README.md.",
  36. "iconClass": "icon-dotnet",
  37. "openshift.io/display-name": ".NET Core 2.0",
  38. "sampleContextDir": "app",
  39. "sampleRef": "dotnetcore-2.0",
  40. "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
  41. "supports": "dotnet:2.0,dotnet",
  42. "tags": "builder,.net,dotnet,dotnetcore,rh-dotnet20",
  43. "version": "2.0"
  44. },
  45. "from": {
  46. "kind": "DockerImage",
  47. "name": "registry.centos.org/dotnet/dotnet-20-centos7:latest"
  48. },
  49. "name": "2.0"
  50. }
  51. ]
  52. }
  53. },
  54. {
  55. "apiVersion": "v1",
  56. "kind": "ImageStream",
  57. "metadata": {
  58. "annotations": {
  59. "openshift.io/display-name": "Apache HTTP Server (httpd)"
  60. },
  61. "name": "httpd"
  62. },
  63. "spec": {
  64. "tags": [
  65. {
  66. "annotations": {
  67. "description": "Build and serve static content via Apache HTTP Server (httpd) on CentOS 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.",
  68. "iconClass": "icon-apache",
  69. "openshift.io/display-name": "Apache HTTP Server (Latest)",
  70. "openshift.io/provider-display-name": "Red Hat, Inc.",
  71. "sampleRepo": "https://github.com/openshift/httpd-ex.git",
  72. "supports": "httpd",
  73. "tags": "builder,httpd"
  74. },
  75. "from": {
  76. "kind": "ImageStreamTag",
  77. "name": "2.4"
  78. },
  79. "name": "latest",
  80. "referencePolicy": {
  81. "type": "Local"
  82. }
  83. },
  84. {
  85. "annotations": {
  86. "description": "Build and serve static content via Apache HTTP Server (httpd) 2.4 on CentOS 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.",
  87. "iconClass": "icon-apache",
  88. "openshift.io/display-name": "Apache HTTP Server 2.4",
  89. "openshift.io/provider-display-name": "Red Hat, Inc.",
  90. "sampleRepo": "https://github.com/openshift/httpd-ex.git",
  91. "supports": "httpd",
  92. "tags": "builder,httpd",
  93. "version": "2.4"
  94. },
  95. "from": {
  96. "kind": "DockerImage",
  97. "name": "docker.io/centos/httpd-24-centos7:latest"
  98. },
  99. "name": "2.4",
  100. "referencePolicy": {
  101. "type": "Local"
  102. }
  103. }
  104. ]
  105. }
  106. },
  107. {
  108. "apiVersion": "v1",
  109. "kind": "ImageStream",
  110. "metadata": {
  111. "annotations": {
  112. "openshift.io/display-name": "Jenkins"
  113. },
  114. "name": "jenkins"
  115. },
  116. "spec": {
  117. "tags": [
  118. {
  119. "annotations": {
  120. "description": "Provides a Jenkins server on CentOS 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.",
  121. "iconClass": "icon-jenkins",
  122. "openshift.io/display-name": "Jenkins (Latest)",
  123. "openshift.io/provider-display-name": "Red Hat, Inc.",
  124. "tags": "jenkins"
  125. },
  126. "from": {
  127. "kind": "ImageStreamTag",
  128. "name": "2"
  129. },
  130. "name": "latest",
  131. "referencePolicy": {
  132. "type": "Local"
  133. }
  134. },
  135. {
  136. "annotations": {
  137. "description": "Provides a Jenkins 1.X server on CentOS 7. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md.",
  138. "iconClass": "icon-jenkins",
  139. "openshift.io/display-name": "Jenkins 1.X",
  140. "openshift.io/provider-display-name": "Red Hat, Inc.",
  141. "tags": "hidden,jenkins",
  142. "version": "1.x"
  143. },
  144. "from": {
  145. "kind": "DockerImage",
  146. "name": "docker.io/openshift/jenkins-1-centos7:latest"
  147. },
  148. "name": "1",
  149. "referencePolicy": {
  150. "type": "Local"
  151. }
  152. },
  153. {
  154. "annotations": {
  155. "description": "Provides a Jenkins v2.x server on CentOS 7. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md.",
  156. "iconClass": "icon-jenkins",
  157. "openshift.io/display-name": "Jenkins 2.X",
  158. "openshift.io/provider-display-name": "Red Hat, Inc.",
  159. "tags": "jenkins",
  160. "version": "2.x"
  161. },
  162. "from": {
  163. "kind": "DockerImage",
  164. "name": "docker.io/openshift/jenkins-2-centos7:v3.11"
  165. },
  166. "name": "2",
  167. "referencePolicy": {
  168. "type": "Local"
  169. }
  170. }
  171. ]
  172. }
  173. },
  174. {
  175. "apiVersion": "v1",
  176. "kind": "ImageStream",
  177. "metadata": {
  178. "annotations": {
  179. "openshift.io/display-name": "MariaDB"
  180. },
  181. "name": "mariadb"
  182. },
  183. "spec": {
  184. "tags": [
  185. {
  186. "annotations": {
  187. "description": "Provides a MariaDB database on CentOS 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.",
  188. "iconClass": "icon-mariadb",
  189. "openshift.io/display-name": "MariaDB (Latest)",
  190. "openshift.io/provider-display-name": "Red Hat, Inc.",
  191. "tags": "database,mariadb"
  192. },
  193. "from": {
  194. "kind": "ImageStreamTag",
  195. "name": "10.2"
  196. },
  197. "name": "latest",
  198. "referencePolicy": {
  199. "type": "Local"
  200. }
  201. },
  202. {
  203. "annotations": {
  204. "description": "Provides a MariaDB 10.1 database on CentOS 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.",
  205. "iconClass": "icon-mariadb",
  206. "openshift.io/display-name": "MariaDB 10.1",
  207. "openshift.io/provider-display-name": "Red Hat, Inc.",
  208. "tags": "database,mariadb",
  209. "version": "10.1"
  210. },
  211. "from": {
  212. "kind": "DockerImage",
  213. "name": "docker.io/centos/mariadb-101-centos7:latest"
  214. },
  215. "name": "10.1",
  216. "referencePolicy": {
  217. "type": "Local"
  218. }
  219. },
  220. {
  221. "annotations": {
  222. "description": "Provides a MariaDB 10.2 database on CentOS 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.",
  223. "iconClass": "icon-mariadb",
  224. "openshift.io/display-name": "MariaDB 10.2",
  225. "openshift.io/provider-display-name": "Red Hat, Inc.",
  226. "tags": "database,mariadb",
  227. "version": "10.2"
  228. },
  229. "from": {
  230. "kind": "DockerImage",
  231. "name": "docker.io/centos/mariadb-102-centos7:latest"
  232. },
  233. "name": "10.2",
  234. "referencePolicy": {
  235. "type": "Local"
  236. }
  237. }
  238. ]
  239. }
  240. },
  241. {
  242. "apiVersion": "v1",
  243. "kind": "ImageStream",
  244. "metadata": {
  245. "annotations": {
  246. "openshift.io/display-name": "MongoDB"
  247. },
  248. "name": "mongodb"
  249. },
  250. "spec": {
  251. "tags": [
  252. {
  253. "annotations": {
  254. "description": "Provides a MongoDB database on CentOS 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.",
  255. "iconClass": "icon-mongodb",
  256. "openshift.io/display-name": "MongoDB (Latest)",
  257. "openshift.io/provider-display-name": "Red Hat, Inc.",
  258. "tags": "database,mongodb"
  259. },
  260. "from": {
  261. "kind": "ImageStreamTag",
  262. "name": "3.6"
  263. },
  264. "name": "latest",
  265. "referencePolicy": {
  266. "type": "Local"
  267. }
  268. },
  269. {
  270. "annotations": {
  271. "description": "Provides a MongoDB 2.4 database on CentOS 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.",
  272. "iconClass": "icon-mongodb",
  273. "openshift.io/display-name": "MongoDB 2.4",
  274. "openshift.io/provider-display-name": "Red Hat, Inc.",
  275. "tags": "hidden,mongodb",
  276. "version": "2.4"
  277. },
  278. "from": {
  279. "kind": "DockerImage",
  280. "name": "docker.io/openshift/mongodb-24-centos7:latest"
  281. },
  282. "name": "2.4",
  283. "referencePolicy": {
  284. "type": "Local"
  285. }
  286. },
  287. {
  288. "annotations": {
  289. "description": "Provides a MongoDB 2.6 database on CentOS 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.",
  290. "iconClass": "icon-mongodb",
  291. "openshift.io/display-name": "MongoDB 2.6",
  292. "openshift.io/provider-display-name": "Red Hat, Inc.",
  293. "tags": "hidden,database,mongodb",
  294. "version": "2.6"
  295. },
  296. "from": {
  297. "kind": "DockerImage",
  298. "name": "docker.io/centos/mongodb-26-centos7:latest"
  299. },
  300. "name": "2.6",
  301. "referencePolicy": {
  302. "type": "Local"
  303. }
  304. },
  305. {
  306. "annotations": {
  307. "description": "Provides a MongoDB 3.2 database on CentOS 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.",
  308. "iconClass": "icon-mongodb",
  309. "openshift.io/display-name": "MongoDB 3.2",
  310. "openshift.io/provider-display-name": "Red Hat, Inc.",
  311. "tags": "database,mongodb",
  312. "version": "3.2"
  313. },
  314. "from": {
  315. "kind": "DockerImage",
  316. "name": "docker.io/centos/mongodb-32-centos7:latest"
  317. },
  318. "name": "3.2",
  319. "referencePolicy": {
  320. "type": "Local"
  321. }
  322. },
  323. {
  324. "annotations": {
  325. "description": "Provides a MongoDB 3.4 database on CentOS 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.",
  326. "iconClass": "icon-mongodb",
  327. "openshift.io/display-name": "MongoDB 3.4",
  328. "openshift.io/provider-display-name": "Red Hat, Inc.",
  329. "tags": "database,mongodb",
  330. "version": "3.4"
  331. },
  332. "from": {
  333. "kind": "DockerImage",
  334. "name": "docker.io/centos/mongodb-34-centos7:latest"
  335. },
  336. "name": "3.4",
  337. "referencePolicy": {
  338. "type": "Local"
  339. }
  340. },
  341. {
  342. "annotations": {
  343. "description": "Provides a MongoDB 3.6 database on CentOS 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.",
  344. "iconClass": "icon-mongodb",
  345. "openshift.io/display-name": "MongoDB 3.6",
  346. "openshift.io/provider-display-name": "Red Hat, Inc.",
  347. "tags": "database,mongodb",
  348. "version": "3.6"
  349. },
  350. "from": {
  351. "kind": "DockerImage",
  352. "name": "docker.io/centos/mongodb-36-centos7:latest"
  353. },
  354. "name": "3.6",
  355. "referencePolicy": {
  356. "type": "Local"
  357. }
  358. }
  359. ]
  360. }
  361. },
  362. {
  363. "apiVersion": "v1",
  364. "kind": "ImageStream",
  365. "metadata": {
  366. "annotations": {
  367. "openshift.io/display-name": "MySQL"
  368. },
  369. "name": "mysql"
  370. },
  371. "spec": {
  372. "tags": [
  373. {
  374. "annotations": {
  375. "description": "Provides a MySQL database on CentOS 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.",
  376. "iconClass": "icon-mysql-database",
  377. "openshift.io/display-name": "MySQL (Latest)",
  378. "openshift.io/provider-display-name": "Red Hat, Inc.",
  379. "tags": "mysql"
  380. },
  381. "from": {
  382. "kind": "ImageStreamTag",
  383. "name": "5.7"
  384. },
  385. "name": "latest",
  386. "referencePolicy": {
  387. "type": "Local"
  388. }
  389. },
  390. {
  391. "annotations": {
  392. "description": "Provides a MySQL 5.5 database on CentOS 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.",
  393. "iconClass": "icon-mysql-database",
  394. "openshift.io/display-name": "MySQL 5.5",
  395. "openshift.io/provider-display-name": "Red Hat, Inc.",
  396. "tags": "hidden,mysql",
  397. "version": "5.5"
  398. },
  399. "from": {
  400. "kind": "DockerImage",
  401. "name": "docker.io/openshift/mysql-55-centos7:latest"
  402. },
  403. "name": "5.5",
  404. "referencePolicy": {
  405. "type": "Local"
  406. }
  407. },
  408. {
  409. "annotations": {
  410. "description": "Provides a MySQL 5.6 database on CentOS 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.",
  411. "iconClass": "icon-mysql-database",
  412. "openshift.io/display-name": "MySQL 5.6",
  413. "openshift.io/provider-display-name": "Red Hat, Inc.",
  414. "tags": "hidden,mysql",
  415. "version": "5.6"
  416. },
  417. "from": {
  418. "kind": "DockerImage",
  419. "name": "docker.io/centos/mysql-56-centos7:latest"
  420. },
  421. "name": "5.6",
  422. "referencePolicy": {
  423. "type": "Local"
  424. }
  425. },
  426. {
  427. "annotations": {
  428. "description": "Provides a MySQL 5.7 database on CentOS 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.",
  429. "iconClass": "icon-mysql-database",
  430. "openshift.io/display-name": "MySQL 5.7",
  431. "openshift.io/provider-display-name": "Red Hat, Inc.",
  432. "tags": "mysql",
  433. "version": "5.7"
  434. },
  435. "from": {
  436. "kind": "DockerImage",
  437. "name": "docker.io/centos/mysql-57-centos7:latest"
  438. },
  439. "name": "5.7",
  440. "referencePolicy": {
  441. "type": "Local"
  442. }
  443. }
  444. ]
  445. }
  446. },
  447. {
  448. "apiVersion": "v1",
  449. "kind": "ImageStream",
  450. "metadata": {
  451. "annotations": {
  452. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy (nginx)"
  453. },
  454. "name": "nginx"
  455. },
  456. "spec": {
  457. "tags": [
  458. {
  459. "annotations": {
  460. "description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on CentOS 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.",
  461. "iconClass": "icon-nginx",
  462. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.8",
  463. "openshift.io/provider-display-name": "Red Hat, Inc.",
  464. "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
  465. "supports": "nginx",
  466. "tags": "builder,nginx",
  467. "version": "1.8"
  468. },
  469. "from": {
  470. "kind": "DockerImage",
  471. "name": "docker.io/centos/nginx-18-centos7:latest"
  472. },
  473. "name": "1.8",
  474. "referencePolicy": {
  475. "type": "Local"
  476. }
  477. },
  478. {
  479. "annotations": {
  480. "description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on CentOS 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.",
  481. "iconClass": "icon-nginx",
  482. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.10",
  483. "openshift.io/provider-display-name": "Red Hat, Inc.",
  484. "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
  485. "supports": "nginx",
  486. "tags": "builder,nginx",
  487. "version": "1.10"
  488. },
  489. "from": {
  490. "kind": "DockerImage",
  491. "name": "docker.io/centos/nginx-110-centos7:latest"
  492. },
  493. "name": "1.10",
  494. "referencePolicy": {
  495. "type": "Local"
  496. }
  497. },
  498. {
  499. "annotations": {
  500. "description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on CentOS 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.",
  501. "iconClass": "icon-nginx",
  502. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.12",
  503. "openshift.io/provider-display-name": "Red Hat, Inc.",
  504. "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
  505. "supports": "nginx",
  506. "tags": "builder,nginx",
  507. "version": "1.12"
  508. },
  509. "from": {
  510. "kind": "DockerImage",
  511. "name": "docker.io/centos/nginx-112-centos7:latest"
  512. },
  513. "name": "1.12",
  514. "referencePolicy": {
  515. "type": "Local"
  516. }
  517. },
  518. {
  519. "annotations": {
  520. "description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on CentOS 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.",
  521. "iconClass": "icon-nginx",
  522. "openshift.io/display-name": "Nginx HTTP server and a reverse proxy (Latest)",
  523. "openshift.io/provider-display-name": "Red Hat, Inc.",
  524. "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
  525. "supports": "nginx",
  526. "tags": "builder,nginx"
  527. },
  528. "from": {
  529. "kind": "ImageStreamTag",
  530. "name": "1.12"
  531. },
  532. "name": "latest",
  533. "referencePolicy": {
  534. "type": "Local"
  535. }
  536. }
  537. ]
  538. }
  539. },
  540. {
  541. "apiVersion": "v1",
  542. "kind": "ImageStream",
  543. "metadata": {
  544. "annotations": {
  545. "openshift.io/display-name": "Node.js"
  546. },
  547. "name": "nodejs"
  548. },
  549. "spec": {
  550. "tags": [
  551. {
  552. "annotations": {
  553. "description": "Build and run Node.js applications on CentOS 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.",
  554. "iconClass": "icon-nodejs",
  555. "openshift.io/display-name": "Node.js (Latest)",
  556. "openshift.io/provider-display-name": "Red Hat, Inc.",
  557. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  558. "supports": "nodejs",
  559. "tags": "builder,nodejs"
  560. },
  561. "from": {
  562. "kind": "ImageStreamTag",
  563. "name": "10"
  564. },
  565. "name": "latest",
  566. "referencePolicy": {
  567. "type": "Local"
  568. }
  569. },
  570. {
  571. "annotations": {
  572. "description": "DEPRECATED: Build and run Node.js 0.10 applications on CentOS 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.",
  573. "iconClass": "icon-nodejs",
  574. "openshift.io/display-name": "Node.js 0.10",
  575. "openshift.io/provider-display-name": "Red Hat, Inc.",
  576. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  577. "supports": "nodejs:0.10,nodejs:0.1,nodejs",
  578. "tags": "hidden,nodejs",
  579. "version": "0.10"
  580. },
  581. "from": {
  582. "kind": "DockerImage",
  583. "name": "docker.io/openshift/nodejs-010-centos7:latest"
  584. },
  585. "name": "0.10",
  586. "referencePolicy": {
  587. "type": "Local"
  588. }
  589. },
  590. {
  591. "annotations": {
  592. "description": "Build and run Node.js 4 applications on CentOS 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.",
  593. "iconClass": "icon-nodejs",
  594. "openshift.io/display-name": "Node.js 4",
  595. "openshift.io/provider-display-name": "Red Hat, Inc.",
  596. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  597. "supports": "nodejs:4,nodejs",
  598. "tags": "hidden,builder,nodejs",
  599. "version": "4"
  600. },
  601. "from": {
  602. "kind": "DockerImage",
  603. "name": "docker.io/centos/nodejs-4-centos7:latest"
  604. },
  605. "name": "4",
  606. "referencePolicy": {
  607. "type": "Local"
  608. }
  609. },
  610. {
  611. "annotations": {
  612. "description": "Build and run Node.js 6 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/6/README.md.",
  613. "iconClass": "icon-nodejs",
  614. "openshift.io/display-name": "Node.js 6",
  615. "openshift.io/provider-display-name": "Red Hat, Inc.",
  616. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  617. "supports": "nodejs:6,nodejs",
  618. "tags": "builder,nodejs",
  619. "version": "6"
  620. },
  621. "from": {
  622. "kind": "DockerImage",
  623. "name": "docker.io/centos/nodejs-6-centos7:latest"
  624. },
  625. "name": "6",
  626. "referencePolicy": {
  627. "type": "Local"
  628. }
  629. },
  630. {
  631. "annotations": {
  632. "description": "Build and run Node.js 8 applications on CentOS 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.",
  633. "iconClass": "icon-nodejs",
  634. "openshift.io/display-name": "Node.js 8",
  635. "openshift.io/provider-display-name": "Red Hat, Inc.",
  636. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  637. "tags": "builder,nodejs",
  638. "version": "8"
  639. },
  640. "from": {
  641. "kind": "DockerImage",
  642. "name": "docker.io/centos/nodejs-8-centos7:latest"
  643. },
  644. "name": "8",
  645. "referencePolicy": {
  646. "type": "Local"
  647. }
  648. },
  649. {
  650. "annotations": {
  651. "description": "Build and run Node.js 8 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/bucharest-gold/centos7-s2i-nodejs.",
  652. "iconClass": "icon-nodejs",
  653. "openshift.io/display-name": "Node.js 8 (RHOAR)",
  654. "openshift.io/provider-display-name": "Red Hat, Inc.",
  655. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  656. "tags": "builder,nodejs",
  657. "version": "8"
  658. },
  659. "from": {
  660. "kind": "DockerImage",
  661. "name": "docker.io/bucharestgold/centos7-s2i-nodejs:8.x"
  662. },
  663. "name": "8-RHOAR",
  664. "referencePolicy": {
  665. "type": "Local"
  666. }
  667. },
  668. {
  669. "annotations": {
  670. "description": "Build and run Node.js 10 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/bucharest-gold/centos7-s2i-nodejs.",
  671. "iconClass": "icon-nodejs",
  672. "openshift.io/display-name": "Node.js 10",
  673. "openshift.io/provider-display-name": "Red Hat, Inc.",
  674. "sampleRepo": "https://github.com/openshift/nodejs-ex.git",
  675. "tags": "builder,nodejs",
  676. "version": "10"
  677. },
  678. "from": {
  679. "kind": "DockerImage",
  680. "name": "docker.io/bucharestgold/centos7-s2i-nodejs:10.x"
  681. },
  682. "name": "10",
  683. "referencePolicy": {
  684. "type": "Local"
  685. }
  686. }
  687. ]
  688. }
  689. },
  690. {
  691. "apiVersion": "v1",
  692. "kind": "ImageStream",
  693. "metadata": {
  694. "annotations": {
  695. "openshift.io/display-name": "Perl"
  696. },
  697. "name": "perl"
  698. },
  699. "spec": {
  700. "tags": [
  701. {
  702. "annotations": {
  703. "description": "Build and run Perl applications on CentOS 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.",
  704. "iconClass": "icon-perl",
  705. "openshift.io/display-name": "Perl (Latest)",
  706. "openshift.io/provider-display-name": "Red Hat, Inc.",
  707. "sampleRepo": "https://github.com/openshift/dancer-ex.git",
  708. "supports": "perl",
  709. "tags": "builder,perl"
  710. },
  711. "from": {
  712. "kind": "ImageStreamTag",
  713. "name": "5.26"
  714. },
  715. "name": "latest",
  716. "referencePolicy": {
  717. "type": "Local"
  718. }
  719. },
  720. {
  721. "annotations": {
  722. "description": "Build and run Perl 5.16 applications on CentOS 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.",
  723. "iconClass": "icon-perl",
  724. "openshift.io/display-name": "Perl 5.16",
  725. "openshift.io/provider-display-name": "Red Hat, Inc.",
  726. "sampleRepo": "https://github.com/openshift/dancer-ex.git",
  727. "supports": "perl:5.16,perl",
  728. "tags": "hidden,builder,perl",
  729. "version": "5.16"
  730. },
  731. "from": {
  732. "kind": "DockerImage",
  733. "name": "docker.io/openshift/perl-516-centos7:latest"
  734. },
  735. "name": "5.16",
  736. "referencePolicy": {
  737. "type": "Local"
  738. }
  739. },
  740. {
  741. "annotations": {
  742. "description": "Build and run Perl 5.20 applications on CentOS 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.",
  743. "iconClass": "icon-perl",
  744. "openshift.io/display-name": "Perl 5.20",
  745. "openshift.io/provider-display-name": "Red Hat, Inc.",
  746. "sampleRepo": "https://github.com/openshift/dancer-ex.git",
  747. "supports": "perl:5.20,perl",
  748. "tags": "hidden,builder,perl",
  749. "version": "5.20"
  750. },
  751. "from": {
  752. "kind": "DockerImage",
  753. "name": "docker.io/centos/perl-520-centos7:latest"
  754. },
  755. "name": "5.20",
  756. "referencePolicy": {
  757. "type": "Local"
  758. }
  759. },
  760. {
  761. "annotations": {
  762. "description": "Build and run Perl 5.24 applications on CentOS 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.",
  763. "iconClass": "icon-perl",
  764. "openshift.io/display-name": "Perl 5.24",
  765. "openshift.io/provider-display-name": "Red Hat, Inc.",
  766. "sampleRepo": "https://github.com/openshift/dancer-ex.git",
  767. "supports": "perl:5.24,perl",
  768. "tags": "builder,perl",
  769. "version": "5.24"
  770. },
  771. "from": {
  772. "kind": "DockerImage",
  773. "name": "docker.io/centos/perl-524-centos7:latest"
  774. },
  775. "name": "5.24",
  776. "referencePolicy": {
  777. "type": "Local"
  778. }
  779. },
  780. {
  781. "annotations": {
  782. "description": "Build and run Perl 5.26 applications on CentOS 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.",
  783. "iconClass": "icon-perl",
  784. "openshift.io/display-name": "Perl 5.26",
  785. "openshift.io/provider-display-name": "Red Hat, Inc.",
  786. "sampleRepo": "https://github.com/openshift/dancer-ex.git",
  787. "supports": "perl:5.26,perl",
  788. "tags": "builder,perl",
  789. "version": "5.26"
  790. },
  791. "from": {
  792. "kind": "DockerImage",
  793. "name": "docker.io/centos/perl-526-centos7:latest"
  794. },
  795. "name": "5.26",
  796. "referencePolicy": {
  797. "type": "Local"
  798. }
  799. }
  800. ]
  801. }
  802. },
  803. {
  804. "apiVersion": "v1",
  805. "kind": "ImageStream",
  806. "metadata": {
  807. "annotations": {
  808. "openshift.io/display-name": "PHP"
  809. },
  810. "name": "php"
  811. },
  812. "spec": {
  813. "tags": [
  814. {
  815. "annotations": {
  816. "description": "Build and run PHP applications on CentOS 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.",
  817. "iconClass": "icon-php",
  818. "openshift.io/display-name": "PHP (Latest)",
  819. "openshift.io/provider-display-name": "Red Hat, Inc.",
  820. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  821. "supports": "php",
  822. "tags": "builder,php"
  823. },
  824. "from": {
  825. "kind": "ImageStreamTag",
  826. "name": "7.1"
  827. },
  828. "name": "latest",
  829. "referencePolicy": {
  830. "type": "Local"
  831. }
  832. },
  833. {
  834. "annotations": {
  835. "description": "Build and run PHP 5.5 applications on CentOS 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.",
  836. "iconClass": "icon-php",
  837. "openshift.io/display-name": "PHP 5.5",
  838. "openshift.io/provider-display-name": "Red Hat, Inc.",
  839. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  840. "supports": "php:5.5,php",
  841. "tags": "hidden,builder,php",
  842. "version": "5.5"
  843. },
  844. "from": {
  845. "kind": "DockerImage",
  846. "name": "docker.io/openshift/php-55-centos7:latest"
  847. },
  848. "name": "5.5",
  849. "referencePolicy": {
  850. "type": "Local"
  851. }
  852. },
  853. {
  854. "annotations": {
  855. "description": "Build and run PHP 5.6 applications on CentOS 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.",
  856. "iconClass": "icon-php",
  857. "openshift.io/display-name": "PHP 5.6",
  858. "openshift.io/provider-display-name": "Red Hat, Inc.",
  859. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  860. "supports": "php:5.6,php",
  861. "tags": "hidden,builder,php",
  862. "version": "5.6"
  863. },
  864. "from": {
  865. "kind": "DockerImage",
  866. "name": "docker.io/centos/php-56-centos7:latest"
  867. },
  868. "name": "5.6",
  869. "referencePolicy": {
  870. "type": "Local"
  871. }
  872. },
  873. {
  874. "annotations": {
  875. "description": "Build and run PHP 7.0 applications on CentOS 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.",
  876. "iconClass": "icon-php",
  877. "openshift.io/display-name": "PHP 7.0",
  878. "openshift.io/provider-display-name": "Red Hat, Inc.",
  879. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  880. "supports": "php:7.0,php",
  881. "tags": "builder,php",
  882. "version": "7.0"
  883. },
  884. "from": {
  885. "kind": "DockerImage",
  886. "name": "docker.io/centos/php-70-centos7:latest"
  887. },
  888. "name": "7.0",
  889. "referencePolicy": {
  890. "type": "Local"
  891. }
  892. },
  893. {
  894. "annotations": {
  895. "description": "Build and run PHP 7.1 applications on CentOS 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.",
  896. "iconClass": "icon-php",
  897. "openshift.io/display-name": "PHP 7.1",
  898. "openshift.io/provider-display-name": "Red Hat, Inc.",
  899. "sampleRepo": "https://github.com/openshift/cakephp-ex.git",
  900. "supports": "php:7.1,php",
  901. "tags": "builder,php",
  902. "version": "7.1"
  903. },
  904. "from": {
  905. "kind": "DockerImage",
  906. "name": "docker.io/centos/php-71-centos7:latest"
  907. },
  908. "name": "7.1",
  909. "referencePolicy": {
  910. "type": "Local"
  911. }
  912. }
  913. ]
  914. }
  915. },
  916. {
  917. "apiVersion": "v1",
  918. "kind": "ImageStream",
  919. "metadata": {
  920. "annotations": {
  921. "openshift.io/display-name": "PostgreSQL"
  922. },
  923. "name": "postgresql"
  924. },
  925. "spec": {
  926. "tags": [
  927. {
  928. "annotations": {
  929. "description": "Provides a PostgreSQL database on CentOS 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.",
  930. "iconClass": "icon-postgresql",
  931. "openshift.io/display-name": "PostgreSQL (Latest)",
  932. "openshift.io/provider-display-name": "Red Hat, Inc.",
  933. "tags": "database,postgresql"
  934. },
  935. "from": {
  936. "kind": "ImageStreamTag",
  937. "name": "10"
  938. },
  939. "name": "latest",
  940. "referencePolicy": {
  941. "type": "Local"
  942. }
  943. },
  944. {
  945. "annotations": {
  946. "description": "Provides a PostgreSQL 9.2 database on CentOS 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.",
  947. "iconClass": "icon-postgresql",
  948. "openshift.io/display-name": "PostgreSQL 9.2",
  949. "openshift.io/provider-display-name": "Red Hat, Inc.",
  950. "tags": "hidden,postgresql",
  951. "version": "9.2"
  952. },
  953. "from": {
  954. "kind": "DockerImage",
  955. "name": "docker.io/openshift/postgresql-92-centos7:latest"
  956. },
  957. "name": "9.2",
  958. "referencePolicy": {
  959. "type": "Local"
  960. }
  961. },
  962. {
  963. "annotations": {
  964. "description": "Provides a PostgreSQL 9.4 database on CentOS 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.",
  965. "iconClass": "icon-postgresql",
  966. "openshift.io/display-name": "PostgreSQL 9.4",
  967. "openshift.io/provider-display-name": "Red Hat, Inc.",
  968. "tags": "hidden,database,postgresql",
  969. "version": "9.4"
  970. },
  971. "from": {
  972. "kind": "DockerImage",
  973. "name": "docker.io/centos/postgresql-94-centos7:latest"
  974. },
  975. "name": "9.4",
  976. "referencePolicy": {
  977. "type": "Local"
  978. }
  979. },
  980. {
  981. "annotations": {
  982. "description": "Provides a PostgreSQL 9.5 database on CentOS 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.",
  983. "iconClass": "icon-postgresql",
  984. "openshift.io/display-name": "PostgreSQL 9.5",
  985. "openshift.io/provider-display-name": "Red Hat, Inc.",
  986. "tags": "database,postgresql",
  987. "version": "9.5"
  988. },
  989. "from": {
  990. "kind": "DockerImage",
  991. "name": "docker.io/centos/postgresql-95-centos7:latest"
  992. },
  993. "name": "9.5",
  994. "referencePolicy": {
  995. "type": "Local"
  996. }
  997. },
  998. {
  999. "annotations": {
  1000. "description": "Provides a PostgreSQL 9.6 database on CentOS 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.",
  1001. "iconClass": "icon-postgresql",
  1002. "openshift.io/display-name": "PostgreSQL 9.6",
  1003. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1004. "tags": "database,postgresql",
  1005. "version": "9.6"
  1006. },
  1007. "from": {
  1008. "kind": "DockerImage",
  1009. "name": "docker.io/centos/postgresql-96-centos7:latest"
  1010. },
  1011. "name": "9.6",
  1012. "referencePolicy": {
  1013. "type": "Local"
  1014. }
  1015. },
  1016. {
  1017. "annotations": {
  1018. "description": "Provides a PostgreSQL 10 database on CentOS 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.",
  1019. "iconClass": "icon-postgresql",
  1020. "openshift.io/display-name": "PostgreSQL 10",
  1021. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1022. "tags": "database,postgresql",
  1023. "version": "10"
  1024. },
  1025. "from": {
  1026. "kind": "DockerImage",
  1027. "name": "docker.io/centos/postgresql-10-centos7:latest"
  1028. },
  1029. "name": "10",
  1030. "referencePolicy": {
  1031. "type": "Local"
  1032. }
  1033. }
  1034. ]
  1035. }
  1036. },
  1037. {
  1038. "apiVersion": "v1",
  1039. "kind": "ImageStream",
  1040. "metadata": {
  1041. "annotations": {
  1042. "openshift.io/display-name": "Python"
  1043. },
  1044. "name": "python"
  1045. },
  1046. "spec": {
  1047. "tags": [
  1048. {
  1049. "annotations": {
  1050. "description": "Build and run Python applications on CentOS 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.",
  1051. "iconClass": "icon-python",
  1052. "openshift.io/display-name": "Python (Latest)",
  1053. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1054. "sampleRepo": "https://github.com/openshift/django-ex.git",
  1055. "supports": "python",
  1056. "tags": "builder,python"
  1057. },
  1058. "from": {
  1059. "kind": "ImageStreamTag",
  1060. "name": "3.6"
  1061. },
  1062. "name": "latest",
  1063. "referencePolicy": {
  1064. "type": "Local"
  1065. }
  1066. },
  1067. {
  1068. "annotations": {
  1069. "description": "Build and run Python 3.3 applications on CentOS 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.",
  1070. "iconClass": "icon-python",
  1071. "openshift.io/display-name": "Python 3.3",
  1072. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1073. "sampleRepo": "https://github.com/openshift/django-ex.git",
  1074. "supports": "python:3.3,python",
  1075. "tags": "hidden,builder,python",
  1076. "version": "3.3"
  1077. },
  1078. "from": {
  1079. "kind": "DockerImage",
  1080. "name": "docker.io/openshift/python-33-centos7:latest"
  1081. },
  1082. "name": "3.3",
  1083. "referencePolicy": {
  1084. "type": "Local"
  1085. }
  1086. },
  1087. {
  1088. "annotations": {
  1089. "description": "Build and run Python 2.7 applications on CentOS 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.",
  1090. "iconClass": "icon-python",
  1091. "openshift.io/display-name": "Python 2.7",
  1092. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1093. "sampleRepo": "https://github.com/openshift/django-ex.git",
  1094. "supports": "python:2.7,python",
  1095. "tags": "builder,python",
  1096. "version": "2.7"
  1097. },
  1098. "from": {
  1099. "kind": "DockerImage",
  1100. "name": "docker.io/centos/python-27-centos7:latest"
  1101. },
  1102. "name": "2.7",
  1103. "referencePolicy": {
  1104. "type": "Local"
  1105. }
  1106. },
  1107. {
  1108. "annotations": {
  1109. "description": "Build and run Python 3.4 applications on CentOS 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.",
  1110. "iconClass": "icon-python",
  1111. "openshift.io/display-name": "Python 3.4",
  1112. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1113. "sampleRepo": "https://github.com/openshift/django-ex.git",
  1114. "supports": "python:3.4,python",
  1115. "tags": "hidden,builder,python",
  1116. "version": "3.4"
  1117. },
  1118. "from": {
  1119. "kind": "DockerImage",
  1120. "name": "docker.io/centos/python-34-centos7:latest"
  1121. },
  1122. "name": "3.4",
  1123. "referencePolicy": {
  1124. "type": "Local"
  1125. }
  1126. },
  1127. {
  1128. "annotations": {
  1129. "description": "Build and run Python 3.5 applications on CentOS 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.",
  1130. "iconClass": "icon-python",
  1131. "openshift.io/display-name": "Python 3.5",
  1132. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1133. "sampleRepo": "https://github.com/openshift/django-ex.git",
  1134. "supports": "python:3.5,python",
  1135. "tags": "builder,python",
  1136. "version": "3.5"
  1137. },
  1138. "from": {
  1139. "kind": "DockerImage",
  1140. "name": "docker.io/centos/python-35-centos7:latest"
  1141. },
  1142. "name": "3.5",
  1143. "referencePolicy": {
  1144. "type": "Local"
  1145. }
  1146. },
  1147. {
  1148. "annotations": {
  1149. "description": "Build and run Python 3.6 applications on CentOS 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.",
  1150. "iconClass": "icon-python",
  1151. "openshift.io/display-name": "Python 3.6",
  1152. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1153. "sampleRepo": "https://github.com/openshift/django-ex.git",
  1154. "supports": "python:3.6,python",
  1155. "tags": "builder,python",
  1156. "version": "3.6"
  1157. },
  1158. "from": {
  1159. "kind": "DockerImage",
  1160. "name": "docker.io/centos/python-36-centos7:latest"
  1161. },
  1162. "name": "3.6",
  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": "Redis"
  1176. },
  1177. "name": "redis"
  1178. },
  1179. "spec": {
  1180. "tags": [
  1181. {
  1182. "annotations": {
  1183. "description": "Provides a Redis database on CentOS 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.",
  1184. "iconClass": "icon-redis",
  1185. "openshift.io/display-name": "Redis (Latest)",
  1186. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1187. "tags": "redis"
  1188. },
  1189. "from": {
  1190. "kind": "ImageStreamTag",
  1191. "name": "3.2"
  1192. },
  1193. "name": "latest",
  1194. "referencePolicy": {
  1195. "type": "Local"
  1196. }
  1197. },
  1198. {
  1199. "annotations": {
  1200. "description": "Provides a Redis 3.2 database on CentOS 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.",
  1201. "iconClass": "icon-redis",
  1202. "openshift.io/display-name": "Redis 3.2",
  1203. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1204. "tags": "redis",
  1205. "version": "3.2"
  1206. },
  1207. "from": {
  1208. "kind": "DockerImage",
  1209. "name": "docker.io/centos/redis-32-centos7:latest"
  1210. },
  1211. "name": "3.2",
  1212. "referencePolicy": {
  1213. "type": "Local"
  1214. }
  1215. }
  1216. ]
  1217. }
  1218. },
  1219. {
  1220. "apiVersion": "v1",
  1221. "kind": "ImageStream",
  1222. "metadata": {
  1223. "annotations": {
  1224. "openshift.io/display-name": "Ruby"
  1225. },
  1226. "name": "ruby"
  1227. },
  1228. "spec": {
  1229. "tags": [
  1230. {
  1231. "annotations": {
  1232. "description": "Build and run Ruby applications on CentOS 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.",
  1233. "iconClass": "icon-ruby",
  1234. "openshift.io/display-name": "Ruby (Latest)",
  1235. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1236. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1237. "supports": "ruby",
  1238. "tags": "builder,ruby"
  1239. },
  1240. "from": {
  1241. "kind": "ImageStreamTag",
  1242. "name": "2.5"
  1243. },
  1244. "name": "latest",
  1245. "referencePolicy": {
  1246. "type": "Local"
  1247. }
  1248. },
  1249. {
  1250. "annotations": {
  1251. "description": "Build and run Ruby 2.0 applications on CentOS 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.",
  1252. "iconClass": "icon-ruby",
  1253. "openshift.io/display-name": "Ruby 2.0",
  1254. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1255. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1256. "supports": "ruby:2.0,ruby",
  1257. "tags": "hidden,builder,ruby",
  1258. "version": "2.0"
  1259. },
  1260. "from": {
  1261. "kind": "DockerImage",
  1262. "name": "docker.io/openshift/ruby-20-centos7:latest"
  1263. },
  1264. "name": "2.0",
  1265. "referencePolicy": {
  1266. "type": "Local"
  1267. }
  1268. },
  1269. {
  1270. "annotations": {
  1271. "description": "Build and run Ruby 2.2 applications on CentOS 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.",
  1272. "iconClass": "icon-ruby",
  1273. "openshift.io/display-name": "Ruby 2.2",
  1274. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1275. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1276. "supports": "ruby:2.2,ruby",
  1277. "tags": "hidden,builder,ruby",
  1278. "version": "2.2"
  1279. },
  1280. "from": {
  1281. "kind": "DockerImage",
  1282. "name": "docker.io/centos/ruby-22-centos7:latest"
  1283. },
  1284. "name": "2.2",
  1285. "referencePolicy": {
  1286. "type": "Local"
  1287. }
  1288. },
  1289. {
  1290. "annotations": {
  1291. "description": "Build and run Ruby 2.3 applications on CentOS 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.",
  1292. "iconClass": "icon-ruby",
  1293. "openshift.io/display-name": "Ruby 2.3",
  1294. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1295. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1296. "supports": "ruby:2.3,ruby",
  1297. "tags": "builder,ruby",
  1298. "version": "2.3"
  1299. },
  1300. "from": {
  1301. "kind": "DockerImage",
  1302. "name": "docker.io/centos/ruby-23-centos7:latest"
  1303. },
  1304. "name": "2.3",
  1305. "referencePolicy": {
  1306. "type": "Local"
  1307. }
  1308. },
  1309. {
  1310. "annotations": {
  1311. "description": "Build and run Ruby 2.4 applications on CentOS 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.",
  1312. "iconClass": "icon-ruby",
  1313. "openshift.io/display-name": "Ruby 2.4",
  1314. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1315. "sampleRepo": "https://github.com/openshift/ruby-ex.git",
  1316. "supports": "ruby:2.4,ruby",
  1317. "tags": "builder,ruby",
  1318. "version": "2.4"
  1319. },
  1320. "from": {
  1321. "kind": "DockerImage",
  1322. "name": "docker.io/centos/ruby-24-centos7:latest"
  1323. },
  1324. "name": "2.4",
  1325. "referencePolicy": {
  1326. "type": "Local"
  1327. }
  1328. },
  1329. {
  1330. "annotations": {
  1331. "description": "Build and run Ruby 2.5 applications on CentOS 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.",
  1332. "iconClass": "icon-ruby",
  1333. "openshift.io/display-name": "Ruby 2.5",
  1334. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1335. "sampleRepo": "https://github.com/sclorg/ruby-ex.git",
  1336. "supports": "ruby:2.5,ruby",
  1337. "tags": "builder,ruby",
  1338. "version": "2.5"
  1339. },
  1340. "from": {
  1341. "kind": "DockerImage",
  1342. "name": "docker.io/centos/ruby-25-centos7:latest"
  1343. },
  1344. "name": "2.5",
  1345. "referencePolicy": {
  1346. "type": "Local"
  1347. }
  1348. }
  1349. ]
  1350. }
  1351. },
  1352. {
  1353. "apiVersion": "v1",
  1354. "kind": "ImageStream",
  1355. "metadata": {
  1356. "annotations": {
  1357. "openshift.io/display-name": "WildFly"
  1358. },
  1359. "name": "wildfly"
  1360. },
  1361. "spec": {
  1362. "tags": [
  1363. {
  1364. "annotations": {
  1365. "description": "Build and run WildFly applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of WildFly available on OpenShift, including major versions updates.",
  1366. "iconClass": "icon-wildfly",
  1367. "openshift.io/display-name": "WildFly (Latest)",
  1368. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1369. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
  1370. "supports": "jee,java",
  1371. "tags": "builder,wildfly,java"
  1372. },
  1373. "from": {
  1374. "kind": "ImageStreamTag",
  1375. "name": "13.0"
  1376. },
  1377. "name": "latest",
  1378. "referencePolicy": {
  1379. "type": "Local"
  1380. }
  1381. },
  1382. {
  1383. "annotations": {
  1384. "description": "Build and run WildFly 8.1 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.",
  1385. "iconClass": "icon-wildfly",
  1386. "openshift.io/display-name": "WildFly 8.1",
  1387. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1388. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
  1389. "supports": "wildfly:8.1,jee,java",
  1390. "tags": "builder,wildfly,java",
  1391. "version": "8.1"
  1392. },
  1393. "from": {
  1394. "kind": "DockerImage",
  1395. "name": "docker.io/openshift/wildfly-81-centos7:latest"
  1396. },
  1397. "name": "8.1",
  1398. "referencePolicy": {
  1399. "type": "Local"
  1400. }
  1401. },
  1402. {
  1403. "annotations": {
  1404. "description": "Build and run WildFly 9.0 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.",
  1405. "iconClass": "icon-wildfly",
  1406. "openshift.io/display-name": "WildFly 9.0",
  1407. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1408. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
  1409. "supports": "wildfly:9.0,jee,java",
  1410. "tags": "builder,wildfly,java",
  1411. "version": "9.0"
  1412. },
  1413. "from": {
  1414. "kind": "DockerImage",
  1415. "name": "docker.io/openshift/wildfly-90-centos7:latest"
  1416. },
  1417. "name": "9.0",
  1418. "referencePolicy": {
  1419. "type": "Local"
  1420. }
  1421. },
  1422. {
  1423. "annotations": {
  1424. "description": "Build and run WildFly 10.0 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.",
  1425. "iconClass": "icon-wildfly",
  1426. "openshift.io/display-name": "WildFly 10.0",
  1427. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1428. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
  1429. "supports": "wildfly:10.0,jee,java",
  1430. "tags": "builder,wildfly,java",
  1431. "version": "10.0"
  1432. },
  1433. "from": {
  1434. "kind": "DockerImage",
  1435. "name": "docker.io/openshift/wildfly-100-centos7:latest"
  1436. },
  1437. "name": "10.0",
  1438. "referencePolicy": {
  1439. "type": "Local"
  1440. }
  1441. },
  1442. {
  1443. "annotations": {
  1444. "description": "Build and run WildFly 10.1 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.",
  1445. "iconClass": "icon-wildfly",
  1446. "openshift.io/display-name": "WildFly 10.1",
  1447. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1448. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
  1449. "supports": "wildfly:10.1,jee,java",
  1450. "tags": "builder,wildfly,java",
  1451. "version": "10.1"
  1452. },
  1453. "from": {
  1454. "kind": "DockerImage",
  1455. "name": "docker.io/openshift/wildfly-101-centos7:latest"
  1456. },
  1457. "name": "10.1",
  1458. "referencePolicy": {
  1459. "type": "Local"
  1460. }
  1461. },
  1462. {
  1463. "annotations": {
  1464. "description": "Build and run WildFly 11 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.",
  1465. "iconClass": "icon-wildfly",
  1466. "openshift.io/display-name": "WildFly 11",
  1467. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1468. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
  1469. "supports": "wildfly:11,jee,java",
  1470. "tags": "builder,wildfly,java",
  1471. "version": "11.0"
  1472. },
  1473. "from": {
  1474. "kind": "DockerImage",
  1475. "name": "docker.io/openshift/wildfly-110-centos7:latest"
  1476. },
  1477. "name": "11.0",
  1478. "referencePolicy": {
  1479. "type": "Local"
  1480. }
  1481. },
  1482. {
  1483. "annotations": {
  1484. "description": "Build and run WildFly 12 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.",
  1485. "iconClass": "icon-wildfly",
  1486. "openshift.io/display-name": "WildFly 12",
  1487. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1488. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
  1489. "supports": "wildfly:12,jee,java",
  1490. "tags": "builder,wildfly,java",
  1491. "version": "12.0"
  1492. },
  1493. "from": {
  1494. "kind": "DockerImage",
  1495. "name": "docker.io/openshift/wildfly-120-centos7:latest"
  1496. },
  1497. "name": "12.0",
  1498. "referencePolicy": {
  1499. "type": "Local"
  1500. }
  1501. },
  1502. {
  1503. "annotations": {
  1504. "description": "Build and run WildFly 13 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.",
  1505. "iconClass": "icon-wildfly",
  1506. "openshift.io/display-name": "WildFly 13",
  1507. "openshift.io/provider-display-name": "Red Hat, Inc.",
  1508. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
  1509. "supports": "wildfly:13,jee,java",
  1510. "tags": "builder,wildfly,java",
  1511. "version": "13.0"
  1512. },
  1513. "from": {
  1514. "kind": "DockerImage",
  1515. "name": "docker.io/openshift/wildfly-130-centos7:latest"
  1516. },
  1517. "name": "13.0",
  1518. "referencePolicy": {
  1519. "type": "Local"
  1520. }
  1521. }
  1522. ]
  1523. }
  1524. }
  1525. ]
  1526. }