image-streams-centos7.json 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954
  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": "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": "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": "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": "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": "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/4/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": "6"
  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": "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": "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": "centos/nodejs-6-centos7:latest"
  227. }
  228. }
  229. ]
  230. }
  231. },
  232. {
  233. "kind": "ImageStream",
  234. "apiVersion": "v1",
  235. "metadata": {
  236. "name": "perl",
  237. "annotations": {
  238. "openshift.io/display-name": "Perl"
  239. }
  240. },
  241. "spec": {
  242. "tags": [
  243. {
  244. "name": "latest",
  245. "annotations": {
  246. "openshift.io/display-name": "Perl (Latest)",
  247. "openshift.io/provider-display-name": "Red Hat, Inc.",
  248. "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.",
  249. "iconClass": "icon-perl",
  250. "tags": "builder,perl",
  251. "supports":"perl",
  252. "sampleRepo": "https://github.com/openshift/dancer-ex.git"
  253. },
  254. "from": {
  255. "kind": "ImageStreamTag",
  256. "name": "5.24"
  257. }
  258. },
  259. {
  260. "name": "5.16",
  261. "annotations": {
  262. "openshift.io/display-name": "Perl 5.16",
  263. "openshift.io/provider-display-name": "Red Hat, Inc.",
  264. "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.",
  265. "iconClass": "icon-perl",
  266. "tags": "hidden,builder,perl",
  267. "supports":"perl:5.16,perl",
  268. "version": "5.16",
  269. "sampleRepo": "https://github.com/openshift/dancer-ex.git"
  270. },
  271. "from": {
  272. "kind": "DockerImage",
  273. "name": "openshift/perl-516-centos7:latest"
  274. }
  275. },
  276. {
  277. "name": "5.20",
  278. "annotations": {
  279. "openshift.io/display-name": "Perl 5.20",
  280. "openshift.io/provider-display-name": "Red Hat, Inc.",
  281. "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.",
  282. "iconClass": "icon-perl",
  283. "tags": "builder,perl",
  284. "supports":"perl:5.20,perl",
  285. "version": "5.20",
  286. "sampleRepo": "https://github.com/openshift/dancer-ex.git"
  287. },
  288. "from": {
  289. "kind": "DockerImage",
  290. "name": "centos/perl-520-centos7:latest"
  291. }
  292. },
  293. {
  294. "name": "5.24",
  295. "annotations": {
  296. "openshift.io/display-name": "Perl 5.24",
  297. "openshift.io/provider-display-name": "Red Hat, Inc.",
  298. "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.",
  299. "iconClass": "icon-perl",
  300. "tags": "builder,perl",
  301. "supports":"perl:5.24,perl",
  302. "version": "5.24",
  303. "sampleRepo": "https://github.com/openshift/dancer-ex.git"
  304. },
  305. "from": {
  306. "kind": "DockerImage",
  307. "name": "centos/perl-524-centos7:latest"
  308. }
  309. }
  310. ]
  311. }
  312. },
  313. {
  314. "kind": "ImageStream",
  315. "apiVersion": "v1",
  316. "metadata": {
  317. "name": "php",
  318. "annotations": {
  319. "openshift.io/display-name": "PHP"
  320. }
  321. },
  322. "spec": {
  323. "tags": [
  324. {
  325. "name": "latest",
  326. "annotations": {
  327. "openshift.io/display-name": "PHP (Latest)",
  328. "openshift.io/provider-display-name": "Red Hat, Inc.",
  329. "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/5.6/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.",
  330. "iconClass": "icon-php",
  331. "tags": "builder,php",
  332. "supports":"php",
  333. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  334. },
  335. "from": {
  336. "kind": "ImageStreamTag",
  337. "name": "7.0"
  338. }
  339. },
  340. {
  341. "name": "5.5",
  342. "annotations": {
  343. "openshift.io/display-name": "PHP 5.5",
  344. "openshift.io/provider-display-name": "Red Hat, Inc.",
  345. "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.",
  346. "iconClass": "icon-php",
  347. "tags": "hidden,builder,php",
  348. "supports":"php:5.5,php",
  349. "version": "5.5",
  350. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  351. },
  352. "from": {
  353. "kind": "DockerImage",
  354. "name": "openshift/php-55-centos7:latest"
  355. }
  356. },
  357. {
  358. "name": "5.6",
  359. "annotations": {
  360. "openshift.io/display-name": "PHP 5.6",
  361. "openshift.io/provider-display-name": "Red Hat, Inc.",
  362. "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.",
  363. "iconClass": "icon-php",
  364. "tags": "builder,php",
  365. "supports":"php:5.6,php",
  366. "version": "5.6",
  367. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  368. },
  369. "from": {
  370. "kind": "DockerImage",
  371. "name": "centos/php-56-centos7:latest"
  372. }
  373. },
  374. {
  375. "name": "7.0",
  376. "annotations": {
  377. "openshift.io/display-name": "PHP 7.0",
  378. "openshift.io/provider-display-name": "Red Hat, Inc.",
  379. "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.",
  380. "iconClass": "icon-php",
  381. "tags": "builder,php",
  382. "supports":"php:7.0,php",
  383. "version": "7.0",
  384. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  385. },
  386. "from": {
  387. "kind": "DockerImage",
  388. "name": "centos/php-70-centos7:latest"
  389. }
  390. }
  391. ]
  392. }
  393. },
  394. {
  395. "kind": "ImageStream",
  396. "apiVersion": "v1",
  397. "metadata": {
  398. "name": "python",
  399. "annotations": {
  400. "openshift.io/display-name": "Python"
  401. }
  402. },
  403. "spec": {
  404. "tags": [
  405. {
  406. "name": "latest",
  407. "annotations": {
  408. "openshift.io/display-name": "Python (Latest)",
  409. "openshift.io/provider-display-name": "Red Hat, Inc.",
  410. "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.5/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.",
  411. "iconClass": "icon-python",
  412. "tags": "builder,python",
  413. "supports":"python",
  414. "sampleRepo": "https://github.com/openshift/django-ex.git"
  415. },
  416. "from": {
  417. "kind": "ImageStreamTag",
  418. "name": "3.5"
  419. }
  420. },
  421. {
  422. "name": "3.3",
  423. "annotations": {
  424. "openshift.io/display-name": "Python 3.3",
  425. "openshift.io/provider-display-name": "Red Hat, Inc.",
  426. "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.",
  427. "iconClass": "icon-python",
  428. "tags": "hidden,builder,python",
  429. "supports":"python:3.3,python",
  430. "version": "3.3",
  431. "sampleRepo": "https://github.com/openshift/django-ex.git"
  432. },
  433. "from": {
  434. "kind": "DockerImage",
  435. "name": "openshift/python-33-centos7:latest"
  436. }
  437. },
  438. {
  439. "name": "2.7",
  440. "annotations": {
  441. "openshift.io/display-name": "Python 2.7",
  442. "openshift.io/provider-display-name": "Red Hat, Inc.",
  443. "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.",
  444. "iconClass": "icon-python",
  445. "tags": "builder,python",
  446. "supports":"python:2.7,python",
  447. "version": "2.7",
  448. "sampleRepo": "https://github.com/openshift/django-ex.git"
  449. },
  450. "from": {
  451. "kind": "DockerImage",
  452. "name": "centos/python-27-centos7:latest"
  453. }
  454. },
  455. {
  456. "name": "3.4",
  457. "annotations": {
  458. "openshift.io/display-name": "Python 3.4",
  459. "openshift.io/provider-display-name": "Red Hat, Inc.",
  460. "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.",
  461. "iconClass": "icon-python",
  462. "tags": "builder,python",
  463. "supports":"python:3.4,python",
  464. "version": "3.4",
  465. "sampleRepo": "https://github.com/openshift/django-ex.git"
  466. },
  467. "from": {
  468. "kind": "DockerImage",
  469. "name": "centos/python-34-centos7:latest"
  470. }
  471. },
  472. {
  473. "name": "3.5",
  474. "annotations": {
  475. "openshift.io/display-name": "Python 3.5",
  476. "openshift.io/provider-display-name": "Red Hat, Inc.",
  477. "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.",
  478. "iconClass": "icon-python",
  479. "tags": "builder,python",
  480. "supports":"python:3.5,python",
  481. "version": "3.5",
  482. "sampleRepo": "https://github.com/openshift/django-ex.git"
  483. },
  484. "from": {
  485. "kind": "DockerImage",
  486. "name": "centos/python-35-centos7:latest"
  487. }
  488. }
  489. ]
  490. }
  491. },
  492. {
  493. "kind": "ImageStream",
  494. "apiVersion": "v1",
  495. "metadata": {
  496. "name": "wildfly",
  497. "annotations": {
  498. "openshift.io/display-name": "WildFly"
  499. }
  500. },
  501. "spec": {
  502. "tags": [
  503. {
  504. "name": "latest",
  505. "annotations": {
  506. "openshift.io/display-name": "WildFly (Latest)",
  507. "openshift.io/provider-display-name": "Red Hat, Inc.",
  508. "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.",
  509. "iconClass": "icon-wildfly",
  510. "tags": "builder,wildfly,java",
  511. "supports":"jee,java",
  512. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git"
  513. },
  514. "from": {
  515. "kind": "ImageStreamTag",
  516. "name": "10.1"
  517. }
  518. },
  519. {
  520. "name": "8.1",
  521. "annotations": {
  522. "openshift.io/display-name": "WildFly 8.1",
  523. "openshift.io/provider-display-name": "Red Hat, Inc.",
  524. "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.",
  525. "iconClass": "icon-wildfly",
  526. "tags": "builder,wildfly,java",
  527. "supports":"wildfly:8.1,jee,java",
  528. "version": "8.1",
  529. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git"
  530. },
  531. "from": {
  532. "kind": "DockerImage",
  533. "name": "openshift/wildfly-81-centos7:latest"
  534. }
  535. },
  536. {
  537. "name": "9.0",
  538. "annotations": {
  539. "openshift.io/display-name": "WildFly 9.0",
  540. "openshift.io/provider-display-name": "Red Hat, Inc.",
  541. "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.",
  542. "iconClass": "icon-wildfly",
  543. "tags": "builder,wildfly,java",
  544. "supports":"wildfly:9.0,jee,java",
  545. "version": "9.0",
  546. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git"
  547. },
  548. "from": {
  549. "kind": "DockerImage",
  550. "name": "openshift/wildfly-90-centos7:latest"
  551. }
  552. },
  553. {
  554. "name": "10.0",
  555. "annotations": {
  556. "openshift.io/display-name": "WildFly 10.0",
  557. "openshift.io/provider-display-name": "Red Hat, Inc.",
  558. "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.",
  559. "iconClass": "icon-wildfly",
  560. "tags": "builder,wildfly,java",
  561. "supports":"wildfly:10.0,jee,java",
  562. "version": "10.0",
  563. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git"
  564. },
  565. "from": {
  566. "kind": "DockerImage",
  567. "name": "openshift/wildfly-100-centos7:latest"
  568. }
  569. },
  570. {
  571. "name": "10.1",
  572. "annotations": {
  573. "openshift.io/display-name": "WildFly 10.1",
  574. "openshift.io/provider-display-name": "Red Hat, Inc.",
  575. "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.",
  576. "iconClass": "icon-wildfly",
  577. "tags": "builder,wildfly,java",
  578. "supports":"wildfly:10.1,jee,java",
  579. "version": "10.1",
  580. "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git"
  581. },
  582. "from": {
  583. "kind": "DockerImage",
  584. "name": "openshift/wildfly-101-centos7:latest"
  585. }
  586. }
  587. ]
  588. }
  589. },
  590. {
  591. "kind": "ImageStream",
  592. "apiVersion": "v1",
  593. "metadata": {
  594. "name": "mysql",
  595. "annotations": {
  596. "openshift.io/display-name": "MySQL"
  597. }
  598. },
  599. "spec": {
  600. "tags": [
  601. {
  602. "name": "latest",
  603. "annotations": {
  604. "openshift.io/display-name": "MySQL (Latest)",
  605. "openshift.io/provider-display-name": "Red Hat, Inc.",
  606. "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.",
  607. "iconClass": "icon-mysql-database",
  608. "tags": "mysql"
  609. },
  610. "from": {
  611. "kind": "ImageStreamTag",
  612. "name": "5.7"
  613. }
  614. },
  615. {
  616. "name": "5.5",
  617. "annotations": {
  618. "openshift.io/display-name": "MySQL 5.5",
  619. "openshift.io/provider-display-name": "Red Hat, Inc.",
  620. "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.",
  621. "iconClass": "icon-mysql-database",
  622. "tags": "hidden,mysql",
  623. "version": "5.5"
  624. },
  625. "from": {
  626. "kind": "DockerImage",
  627. "name": "openshift/mysql-55-centos7:latest"
  628. }
  629. },
  630. {
  631. "name": "5.6",
  632. "annotations": {
  633. "openshift.io/display-name": "MySQL 5.6",
  634. "openshift.io/provider-display-name": "Red Hat, Inc.",
  635. "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.",
  636. "iconClass": "icon-mysql-database",
  637. "tags": "mysql",
  638. "version": "5.6"
  639. },
  640. "from": {
  641. "kind": "DockerImage",
  642. "name": "centos/mysql-56-centos7:latest"
  643. }
  644. },
  645. {
  646. "name": "5.7",
  647. "annotations": {
  648. "openshift.io/display-name": "MySQL 5.7",
  649. "openshift.io/provider-display-name": "Red Hat, Inc.",
  650. "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.",
  651. "iconClass": "icon-mysql-database",
  652. "tags": "mysql",
  653. "version": "5.7"
  654. },
  655. "from": {
  656. "kind": "DockerImage",
  657. "name": "centos/mysql-57-centos7:latest"
  658. }
  659. }
  660. ]
  661. }
  662. },
  663. {
  664. "kind": "ImageStream",
  665. "apiVersion": "v1",
  666. "metadata": {
  667. "name": "mariadb",
  668. "annotations": {
  669. "openshift.io/display-name": "MariaDB"
  670. }
  671. },
  672. "spec": {
  673. "tags": [
  674. {
  675. "name": "latest",
  676. "annotations": {
  677. "openshift.io/display-name": "MariaDB (Latest)",
  678. "openshift.io/provider-display-name": "Red Hat, Inc.",
  679. "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.1/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.",
  680. "iconClass": "icon-mariadb",
  681. "tags": "mariadb"
  682. },
  683. "from": {
  684. "kind": "ImageStreamTag",
  685. "name": "10.1"
  686. }
  687. },
  688. {
  689. "name": "10.1",
  690. "annotations": {
  691. "openshift.io/display-name": "MariaDB 10.1",
  692. "openshift.io/provider-display-name": "Red Hat, Inc.",
  693. "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.",
  694. "iconClass": "icon-mariadb",
  695. "tags": "mariadb",
  696. "version": "10.1"
  697. },
  698. "from": {
  699. "kind": "DockerImage",
  700. "name": "centos/mariadb-101-centos7:latest"
  701. }
  702. }
  703. ]
  704. }
  705. },
  706. {
  707. "kind": "ImageStream",
  708. "apiVersion": "v1",
  709. "metadata": {
  710. "name": "postgresql",
  711. "annotations": {
  712. "openshift.io/display-name": "PostgreSQL"
  713. }
  714. },
  715. "spec": {
  716. "tags": [
  717. {
  718. "name": "latest",
  719. "annotations": {
  720. "openshift.io/display-name": "PostgreSQL (Latest)",
  721. "openshift.io/provider-display-name": "Red Hat, Inc.",
  722. "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.5.\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.",
  723. "iconClass": "icon-postgresql",
  724. "tags": "postgresql"
  725. },
  726. "from": {
  727. "kind": "ImageStreamTag",
  728. "name": "9.5"
  729. }
  730. },
  731. {
  732. "name": "9.2",
  733. "annotations": {
  734. "openshift.io/display-name": "PostgreSQL 9.2",
  735. "openshift.io/provider-display-name": "Red Hat, Inc.",
  736. "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.",
  737. "iconClass": "icon-postgresql",
  738. "tags": "hidden,postgresql",
  739. "version": "9.2"
  740. },
  741. "from": {
  742. "kind": "DockerImage",
  743. "name": "openshift/postgresql-92-centos7:latest"
  744. }
  745. },
  746. {
  747. "name": "9.4",
  748. "annotations": {
  749. "openshift.io/display-name": "PostgreSQL 9.4",
  750. "openshift.io/provider-display-name": "Red Hat, Inc.",
  751. "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.",
  752. "iconClass": "icon-postgresql",
  753. "tags": "postgresql",
  754. "version": "9.4"
  755. },
  756. "from": {
  757. "kind": "DockerImage",
  758. "name": "centos/postgresql-94-centos7:latest"
  759. }
  760. },
  761. {
  762. "name": "9.5",
  763. "annotations": {
  764. "openshift.io/display-name": "PostgreSQL 9.5",
  765. "openshift.io/provider-display-name": "Red Hat, Inc.",
  766. "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.",
  767. "iconClass": "icon-postgresql",
  768. "tags": "postgresql",
  769. "version": "9.5"
  770. },
  771. "from": {
  772. "kind": "DockerImage",
  773. "name": "centos/postgresql-95-centos7:latest"
  774. }
  775. }
  776. ]
  777. }
  778. },
  779. {
  780. "kind": "ImageStream",
  781. "apiVersion": "v1",
  782. "metadata": {
  783. "name": "mongodb",
  784. "annotations": {
  785. "openshift.io/display-name": "MongoDB"
  786. }
  787. },
  788. "spec": {
  789. "tags": [
  790. {
  791. "name": "latest",
  792. "annotations": {
  793. "openshift.io/display-name": "MongoDB (Latest)",
  794. "openshift.io/provider-display-name": "Red Hat, Inc.",
  795. "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.2/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.",
  796. "iconClass": "icon-mongodb",
  797. "tags": "mongodb"
  798. },
  799. "from": {
  800. "kind": "ImageStreamTag",
  801. "name": "3.2"
  802. }
  803. },
  804. {
  805. "name": "2.4",
  806. "annotations": {
  807. "openshift.io/display-name": "MongoDB 2.4",
  808. "openshift.io/provider-display-name": "Red Hat, Inc.",
  809. "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.",
  810. "iconClass": "icon-mongodb",
  811. "tags": "hidden,mongodb",
  812. "version": "2.4"
  813. },
  814. "from": {
  815. "kind": "DockerImage",
  816. "name": "openshift/mongodb-24-centos7:latest"
  817. }
  818. },
  819. {
  820. "name": "2.6",
  821. "annotations": {
  822. "openshift.io/display-name": "MongoDB 2.6",
  823. "openshift.io/provider-display-name": "Red Hat, Inc.",
  824. "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.",
  825. "iconClass": "icon-mongodb",
  826. "tags": "mongodb",
  827. "version": "2.6"
  828. },
  829. "from": {
  830. "kind": "DockerImage",
  831. "name": "centos/mongodb-26-centos7:latest"
  832. }
  833. },
  834. {
  835. "name": "3.2",
  836. "annotations": {
  837. "openshift.io/display-name": "MongoDB 3.2",
  838. "openshift.io/provider-display-name": "Red Hat, Inc.",
  839. "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.",
  840. "iconClass": "icon-mongodb",
  841. "tags": "mongodb",
  842. "version": "3.2"
  843. },
  844. "from": {
  845. "kind": "DockerImage",
  846. "name": "centos/mongodb-32-centos7:latest"
  847. }
  848. }
  849. ]
  850. }
  851. },
  852. {
  853. "kind": "ImageStream",
  854. "apiVersion": "v1",
  855. "metadata": {
  856. "name": "redis",
  857. "annotations": {
  858. "openshift.io/display-name": "Redis"
  859. }
  860. },
  861. "spec": {
  862. "tags": [
  863. {
  864. "name": "latest",
  865. "annotations": {
  866. "openshift.io/display-name": "Redis (Latest)",
  867. "openshift.io/provider-display-name": "Red Hat, Inc.",
  868. "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.",
  869. "iconClass": "icon-redis",
  870. "tags": "redis"
  871. },
  872. "from": {
  873. "kind": "ImageStreamTag",
  874. "name": "3.2"
  875. }
  876. },
  877. {
  878. "name": "3.2",
  879. "annotations": {
  880. "openshift.io/display-name": "Redis 3.2",
  881. "openshift.io/provider-display-name": "Red Hat, Inc.",
  882. "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.",
  883. "iconClass": "icon-redis",
  884. "tags": "redis",
  885. "version": "3.2"
  886. },
  887. "from": {
  888. "kind": "DockerImage",
  889. "name": "centos/redis-32-centos7:latest"
  890. }
  891. }
  892. ]
  893. }
  894. },
  895. {
  896. "kind": "ImageStream",
  897. "apiVersion": "v1",
  898. "metadata": {
  899. "name": "jenkins",
  900. "annotations": {
  901. "openshift.io/display-name": "Jenkins"
  902. }
  903. },
  904. "spec": {
  905. "tags": [
  906. {
  907. "name": "latest",
  908. "annotations": {
  909. "openshift.io/display-name": "Jenkins (Latest)",
  910. "openshift.io/provider-display-name": "Red Hat, Inc.",
  911. "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.",
  912. "iconClass": "icon-jenkins",
  913. "tags": "jenkins"
  914. },
  915. "from": {
  916. "kind": "ImageStreamTag",
  917. "name": "2"
  918. }
  919. },
  920. {
  921. "name": "1",
  922. "annotations": {
  923. "openshift.io/display-name": "Jenkins 1.X",
  924. "openshift.io/provider-display-name": "Red Hat, Inc.",
  925. "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.",
  926. "iconClass": "icon-jenkins",
  927. "tags": "hidden,jenkins",
  928. "version": "1.x"
  929. },
  930. "from": {
  931. "kind": "DockerImage",
  932. "name": "openshift/jenkins-1-centos7:latest"
  933. }
  934. },
  935. {
  936. "name": "2",
  937. "annotations": {
  938. "openshift.io/display-name": "Jenkins 2.X",
  939. "openshift.io/provider-display-name": "Red Hat, Inc.",
  940. "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.",
  941. "iconClass": "icon-jenkins",
  942. "tags": "jenkins",
  943. "version": "2.x"
  944. },
  945. "from": {
  946. "kind": "DockerImage",
  947. "name": "openshift/jenkins-2-centos7:latest"
  948. }
  949. }
  950. ]
  951. }
  952. }
  953. ]
  954. }