image-streams-centos7.json 50 KB

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