image-streams-centos7.json 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829
  1. {
  2. "kind": "ImageStreamList",
  3. "apiVersion": "v1",
  4. "metadata": {},
  5. "items": [
  6. {
  7. "kind": "ImageStream",
  8. "apiVersion": "v1",
  9. "metadata": {
  10. "name": "ruby",
  11. "annotations": {
  12. "openshift.io/display-name": "Ruby"
  13. }
  14. },
  15. "spec": {
  16. "tags": [
  17. {
  18. "name": "latest",
  19. "annotations": {
  20. "openshift.io/display-name": "Ruby (Latest)",
  21. "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.",
  22. "iconClass": "icon-ruby",
  23. "tags": "builder,ruby",
  24. "supports": "ruby",
  25. "sampleRepo": "https://github.com/openshift/ruby-ex.git"
  26. },
  27. "from": {
  28. "kind": "ImageStreamTag",
  29. "name": "2.3"
  30. }
  31. },
  32. {
  33. "name": "2.0",
  34. "annotations": {
  35. "openshift.io/display-name": "Ruby 2.0",
  36. "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.",
  37. "iconClass": "icon-ruby",
  38. "tags": "hidden,builder,ruby",
  39. "supports": "ruby:2.0,ruby",
  40. "version": "2.0",
  41. "sampleRepo": "https://github.com/openshift/ruby-ex.git"
  42. },
  43. "from": {
  44. "kind": "DockerImage",
  45. "name": "openshift/ruby-20-centos7:latest"
  46. }
  47. },
  48. {
  49. "name": "2.2",
  50. "annotations": {
  51. "openshift.io/display-name": "Ruby 2.2",
  52. "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.",
  53. "iconClass": "icon-ruby",
  54. "tags": "builder,ruby",
  55. "supports": "ruby:2.2,ruby",
  56. "version": "2.2",
  57. "sampleRepo": "https://github.com/openshift/ruby-ex.git"
  58. },
  59. "from": {
  60. "kind": "DockerImage",
  61. "name": "centos/ruby-22-centos7:latest"
  62. }
  63. },
  64. {
  65. "name": "2.3",
  66. "annotations": {
  67. "openshift.io/display-name": "Ruby 2.3",
  68. "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.",
  69. "iconClass": "icon-ruby",
  70. "tags": "builder,ruby",
  71. "supports": "ruby:2.3,ruby",
  72. "version": "2.3",
  73. "sampleRepo": "https://github.com/openshift/ruby-ex.git"
  74. },
  75. "from": {
  76. "kind": "DockerImage",
  77. "name": "centos/ruby-23-centos7:latest"
  78. }
  79. }
  80. ]
  81. }
  82. },
  83. {
  84. "kind": "ImageStream",
  85. "apiVersion": "v1",
  86. "metadata": {
  87. "name": "nodejs",
  88. "annotations": {
  89. "openshift.io/display-name": "Node.js"
  90. }
  91. },
  92. "spec": {
  93. "tags": [
  94. {
  95. "name": "latest",
  96. "annotations": {
  97. "openshift.io/display-name": "Node.js (Latest)",
  98. "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.",
  99. "iconClass": "icon-nodejs",
  100. "tags": "builder,nodejs",
  101. "supports":"nodejs",
  102. "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
  103. },
  104. "from": {
  105. "kind": "ImageStreamTag",
  106. "name": "4"
  107. }
  108. },
  109. {
  110. "name": "0.10",
  111. "annotations": {
  112. "openshift.io/display-name": "Node.js 0.10",
  113. "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.",
  114. "iconClass": "icon-nodejs",
  115. "tags": "hidden,nodejs",
  116. "supports":"nodejs:0.10,nodejs:0.1,nodejs",
  117. "version": "0.10",
  118. "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
  119. },
  120. "from": {
  121. "kind": "DockerImage",
  122. "name": "openshift/nodejs-010-centos7:latest"
  123. }
  124. },
  125. {
  126. "name": "4",
  127. "annotations": {
  128. "openshift.io/display-name": "Node.js 4",
  129. "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.",
  130. "iconClass": "icon-nodejs",
  131. "tags": "builder,nodejs",
  132. "supports":"nodejs:4,nodejs",
  133. "version": "4",
  134. "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
  135. },
  136. "from": {
  137. "kind": "DockerImage",
  138. "name": "centos/nodejs-4-centos7:latest"
  139. }
  140. }
  141. ]
  142. }
  143. },
  144. {
  145. "kind": "ImageStream",
  146. "apiVersion": "v1",
  147. "metadata": {
  148. "name": "perl",
  149. "annotations": {
  150. "openshift.io/display-name": "Perl"
  151. }
  152. },
  153. "spec": {
  154. "tags": [
  155. {
  156. "name": "latest",
  157. "annotations": {
  158. "openshift.io/display-name": "Perl (Latest)",
  159. "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.",
  160. "iconClass": "icon-perl",
  161. "tags": "builder,perl",
  162. "supports":"perl",
  163. "sampleRepo": "https://github.com/openshift/dancer-ex.git"
  164. },
  165. "from": {
  166. "kind": "ImageStreamTag",
  167. "name": "5.24"
  168. }
  169. },
  170. {
  171. "name": "5.16",
  172. "annotations": {
  173. "openshift.io/display-name": "Perl 5.16",
  174. "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.",
  175. "iconClass": "icon-perl",
  176. "tags": "hidden,builder,perl",
  177. "supports":"perl:5.16,perl",
  178. "version": "5.16",
  179. "sampleRepo": "https://github.com/openshift/dancer-ex.git"
  180. },
  181. "from": {
  182. "kind": "DockerImage",
  183. "name": "openshift/perl-516-centos7:latest"
  184. }
  185. },
  186. {
  187. "name": "5.20",
  188. "annotations": {
  189. "openshift.io/display-name": "Perl 5.20",
  190. "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.",
  191. "iconClass": "icon-perl",
  192. "tags": "builder,perl",
  193. "supports":"perl:5.20,perl",
  194. "version": "5.20",
  195. "sampleRepo": "https://github.com/openshift/dancer-ex.git"
  196. },
  197. "from": {
  198. "kind": "DockerImage",
  199. "name": "centos/perl-520-centos7:latest"
  200. }
  201. },
  202. {
  203. "name": "5.24",
  204. "annotations": {
  205. "openshift.io/display-name": "Perl 5.24",
  206. "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.",
  207. "iconClass": "icon-perl",
  208. "tags": "builder,perl",
  209. "supports":"perl:5.24,perl",
  210. "version": "5.24",
  211. "sampleRepo": "https://github.com/openshift/dancer-ex.git"
  212. },
  213. "from": {
  214. "kind": "DockerImage",
  215. "name": "centos/perl-524-centos7:latest"
  216. }
  217. }
  218. ]
  219. }
  220. },
  221. {
  222. "kind": "ImageStream",
  223. "apiVersion": "v1",
  224. "metadata": {
  225. "name": "php",
  226. "annotations": {
  227. "openshift.io/display-name": "PHP"
  228. }
  229. },
  230. "spec": {
  231. "tags": [
  232. {
  233. "name": "latest",
  234. "annotations": {
  235. "openshift.io/display-name": "PHP (Latest)",
  236. "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.",
  237. "iconClass": "icon-php",
  238. "tags": "builder,php",
  239. "supports":"php",
  240. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  241. },
  242. "from": {
  243. "kind": "ImageStreamTag",
  244. "name": "7.0"
  245. }
  246. },
  247. {
  248. "name": "5.5",
  249. "annotations": {
  250. "openshift.io/display-name": "PHP 5.5",
  251. "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.",
  252. "iconClass": "icon-php",
  253. "tags": "hidden,builder,php",
  254. "supports":"php:5.5,php",
  255. "version": "5.5",
  256. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  257. },
  258. "from": {
  259. "kind": "DockerImage",
  260. "name": "openshift/php-55-centos7:latest"
  261. }
  262. },
  263. {
  264. "name": "5.6",
  265. "annotations": {
  266. "openshift.io/display-name": "PHP 5.6",
  267. "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.",
  268. "iconClass": "icon-php",
  269. "tags": "builder,php",
  270. "supports":"php:5.6,php",
  271. "version": "5.6",
  272. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  273. },
  274. "from": {
  275. "kind": "DockerImage",
  276. "name": "centos/php-56-centos7:latest"
  277. }
  278. },
  279. {
  280. "name": "7.0",
  281. "annotations": {
  282. "openshift.io/display-name": "PHP 7.0",
  283. "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.",
  284. "iconClass": "icon-php",
  285. "tags": "builder,php",
  286. "supports":"php:7.0,php",
  287. "version": "7.0",
  288. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  289. },
  290. "from": {
  291. "kind": "DockerImage",
  292. "name": "centos/php-70-centos7:latest"
  293. }
  294. }
  295. ]
  296. }
  297. },
  298. {
  299. "kind": "ImageStream",
  300. "apiVersion": "v1",
  301. "metadata": {
  302. "name": "python",
  303. "annotations": {
  304. "openshift.io/display-name": "Python"
  305. }
  306. },
  307. "spec": {
  308. "tags": [
  309. {
  310. "name": "latest",
  311. "annotations": {
  312. "openshift.io/display-name": "Python (Latest)",
  313. "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.",
  314. "iconClass": "icon-python",
  315. "tags": "builder,python",
  316. "supports":"python",
  317. "sampleRepo": "https://github.com/openshift/django-ex.git"
  318. },
  319. "from": {
  320. "kind": "ImageStreamTag",
  321. "name": "3.5"
  322. }
  323. },
  324. {
  325. "name": "3.3",
  326. "annotations": {
  327. "openshift.io/display-name": "Python 3.3",
  328. "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.",
  329. "iconClass": "icon-python",
  330. "tags": "hidden,builder,python",
  331. "supports":"python:3.3,python",
  332. "version": "3.3",
  333. "sampleRepo": "https://github.com/openshift/django-ex.git"
  334. },
  335. "from": {
  336. "kind": "DockerImage",
  337. "name": "openshift/python-33-centos7:latest"
  338. }
  339. },
  340. {
  341. "name": "2.7",
  342. "annotations": {
  343. "openshift.io/display-name": "Python 2.7",
  344. "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.",
  345. "iconClass": "icon-python",
  346. "tags": "builder,python",
  347. "supports":"python:2.7,python",
  348. "version": "2.7",
  349. "sampleRepo": "https://github.com/openshift/django-ex.git"
  350. },
  351. "from": {
  352. "kind": "DockerImage",
  353. "name": "centos/python-27-centos7:latest"
  354. }
  355. },
  356. {
  357. "name": "3.4",
  358. "annotations": {
  359. "openshift.io/display-name": "Python 3.4",
  360. "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.",
  361. "iconClass": "icon-python",
  362. "tags": "builder,python",
  363. "supports":"python:3.4,python",
  364. "version": "3.4",
  365. "sampleRepo": "https://github.com/openshift/django-ex.git"
  366. },
  367. "from": {
  368. "kind": "DockerImage",
  369. "name": "centos/python-34-centos7:latest"
  370. }
  371. },
  372. {
  373. "name": "3.5",
  374. "annotations": {
  375. "openshift.io/display-name": "Python 3.5",
  376. "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.",
  377. "iconClass": "icon-python",
  378. "tags": "builder,python",
  379. "supports":"python:3.5,python",
  380. "version": "3.5",
  381. "sampleRepo": "https://github.com/openshift/django-ex.git"
  382. },
  383. "from": {
  384. "kind": "DockerImage",
  385. "name": "centos/python-35-centos7:latest"
  386. }
  387. }
  388. ]
  389. }
  390. },
  391. {
  392. "kind": "ImageStream",
  393. "apiVersion": "v1",
  394. "metadata": {
  395. "name": "wildfly",
  396. "annotations": {
  397. "openshift.io/display-name": "WildFly"
  398. }
  399. },
  400. "spec": {
  401. "tags": [
  402. {
  403. "name": "latest",
  404. "annotations": {
  405. "openshift.io/display-name": "WildFly (Latest)",
  406. "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.",
  407. "iconClass": "icon-wildfly",
  408. "tags": "builder,wildfly,java",
  409. "supports":"jee,java",
  410. "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
  411. },
  412. "from": {
  413. "kind": "ImageStreamTag",
  414. "name": "10.1"
  415. }
  416. },
  417. {
  418. "name": "8.1",
  419. "annotations": {
  420. "openshift.io/display-name": "WildFly 8.1",
  421. "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.",
  422. "iconClass": "icon-wildfly",
  423. "tags": "builder,wildfly,java",
  424. "supports":"wildfly:8.1,jee,java",
  425. "version": "8.1",
  426. "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
  427. },
  428. "from": {
  429. "kind": "DockerImage",
  430. "name": "openshift/wildfly-81-centos7:latest"
  431. }
  432. },
  433. {
  434. "name": "9.0",
  435. "annotations": {
  436. "openshift.io/display-name": "WildFly 9.0",
  437. "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.",
  438. "iconClass": "icon-wildfly",
  439. "tags": "builder,wildfly,java",
  440. "supports":"wildfly:9.0,jee,java",
  441. "version": "9.0",
  442. "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
  443. },
  444. "from": {
  445. "kind": "DockerImage",
  446. "name": "openshift/wildfly-90-centos7:latest"
  447. }
  448. },
  449. {
  450. "name": "10.0",
  451. "annotations": {
  452. "openshift.io/display-name": "WildFly 10.0",
  453. "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.",
  454. "iconClass": "icon-wildfly",
  455. "tags": "builder,wildfly,java",
  456. "supports":"wildfly:10.0,jee,java",
  457. "version": "10.0",
  458. "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
  459. },
  460. "from": {
  461. "kind": "DockerImage",
  462. "name": "openshift/wildfly-100-centos7:latest"
  463. }
  464. },
  465. {
  466. "name": "10.1",
  467. "annotations": {
  468. "openshift.io/display-name": "WildFly 10.1",
  469. "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.",
  470. "iconClass": "icon-wildfly",
  471. "tags": "builder,wildfly,java",
  472. "supports":"wildfly:10.1,jee,java",
  473. "version": "10.1",
  474. "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
  475. },
  476. "from": {
  477. "kind": "DockerImage",
  478. "name": "openshift/wildfly-101-centos7:latest"
  479. }
  480. }
  481. ]
  482. }
  483. },
  484. {
  485. "kind": "ImageStream",
  486. "apiVersion": "v1",
  487. "metadata": {
  488. "name": "mysql",
  489. "annotations": {
  490. "openshift.io/display-name": "MySQL"
  491. }
  492. },
  493. "spec": {
  494. "tags": [
  495. {
  496. "name": "latest",
  497. "annotations": {
  498. "openshift.io/display-name": "MySQL (Latest)",
  499. "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.",
  500. "iconClass": "icon-mysql-database",
  501. "tags": "mysql"
  502. },
  503. "from": {
  504. "kind": "ImageStreamTag",
  505. "name": "5.7"
  506. }
  507. },
  508. {
  509. "name": "5.5",
  510. "annotations": {
  511. "openshift.io/display-name": "MySQL 5.5",
  512. "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.",
  513. "iconClass": "icon-mysql-database",
  514. "tags": "hidden,mysql",
  515. "version": "5.5"
  516. },
  517. "from": {
  518. "kind": "DockerImage",
  519. "name": "openshift/mysql-55-centos7:latest"
  520. }
  521. },
  522. {
  523. "name": "5.6",
  524. "annotations": {
  525. "openshift.io/display-name": "MySQL 5.6",
  526. "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.",
  527. "iconClass": "icon-mysql-database",
  528. "tags": "mysql",
  529. "version": "5.6"
  530. },
  531. "from": {
  532. "kind": "DockerImage",
  533. "name": "centos/mysql-56-centos7:latest"
  534. }
  535. },
  536. {
  537. "name": "5.7",
  538. "annotations": {
  539. "openshift.io/display-name": "MySQL 5.7",
  540. "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.",
  541. "iconClass": "icon-mysql-database",
  542. "tags": "mysql",
  543. "version": "5.7"
  544. },
  545. "from": {
  546. "kind": "DockerImage",
  547. "name": "centos/mysql-57-centos7:latest"
  548. }
  549. }
  550. ]
  551. }
  552. },
  553. {
  554. "kind": "ImageStream",
  555. "apiVersion": "v1",
  556. "metadata": {
  557. "name": "mariadb",
  558. "annotations": {
  559. "openshift.io/display-name": "MariaDB"
  560. }
  561. },
  562. "spec": {
  563. "tags": [
  564. {
  565. "name": "latest",
  566. "annotations": {
  567. "openshift.io/display-name": "MariaDB (Latest)",
  568. "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.",
  569. "iconClass": "icon-mariadb",
  570. "tags": "mariadb"
  571. },
  572. "from": {
  573. "kind": "ImageStreamTag",
  574. "name": "10.1"
  575. }
  576. },
  577. {
  578. "name": "10.1",
  579. "annotations": {
  580. "openshift.io/display-name": "MariaDB 10.1",
  581. "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.",
  582. "iconClass": "icon-mariadb",
  583. "tags": "mariadb",
  584. "version": "10.1"
  585. },
  586. "from": {
  587. "kind": "DockerImage",
  588. "name": "centos/mariadb-101-centos7:latest"
  589. }
  590. }
  591. ]
  592. }
  593. },
  594. {
  595. "kind": "ImageStream",
  596. "apiVersion": "v1",
  597. "metadata": {
  598. "name": "postgresql",
  599. "annotations": {
  600. "openshift.io/display-name": "PostgreSQL"
  601. }
  602. },
  603. "spec": {
  604. "tags": [
  605. {
  606. "name": "latest",
  607. "annotations": {
  608. "openshift.io/display-name": "PostgreSQL (Latest)",
  609. "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.",
  610. "iconClass": "icon-postgresql",
  611. "tags": "postgresql"
  612. },
  613. "from": {
  614. "kind": "ImageStreamTag",
  615. "name": "9.5"
  616. }
  617. },
  618. {
  619. "name": "9.2",
  620. "annotations": {
  621. "openshift.io/display-name": "PostgreSQL 9.2",
  622. "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.",
  623. "iconClass": "icon-postgresql",
  624. "tags": "hidden,postgresql",
  625. "version": "9.2"
  626. },
  627. "from": {
  628. "kind": "DockerImage",
  629. "name": "openshift/postgresql-92-centos7:latest"
  630. }
  631. },
  632. {
  633. "name": "9.4",
  634. "annotations": {
  635. "openshift.io/display-name": "PostgreSQL 9.4",
  636. "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.",
  637. "iconClass": "icon-postgresql",
  638. "tags": "postgresql",
  639. "version": "9.4"
  640. },
  641. "from": {
  642. "kind": "DockerImage",
  643. "name": "centos/postgresql-94-centos7:latest"
  644. }
  645. },
  646. {
  647. "name": "9.5",
  648. "annotations": {
  649. "openshift.io/display-name": "PostgreSQL 9.5",
  650. "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.",
  651. "iconClass": "icon-postgresql",
  652. "tags": "postgresql",
  653. "version": "9.5"
  654. },
  655. "from": {
  656. "kind": "DockerImage",
  657. "name": "centos/postgresql-95-centos7:latest"
  658. }
  659. }
  660. ]
  661. }
  662. },
  663. {
  664. "kind": "ImageStream",
  665. "apiVersion": "v1",
  666. "metadata": {
  667. "name": "mongodb",
  668. "annotations": {
  669. "openshift.io/display-name": "MongoDB"
  670. }
  671. },
  672. "spec": {
  673. "tags": [
  674. {
  675. "name": "latest",
  676. "annotations": {
  677. "openshift.io/display-name": "MongoDB (Latest)",
  678. "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.",
  679. "iconClass": "icon-mongodb",
  680. "tags": "mongodb"
  681. },
  682. "from": {
  683. "kind": "ImageStreamTag",
  684. "name": "3.2"
  685. }
  686. },
  687. {
  688. "name": "2.4",
  689. "annotations": {
  690. "openshift.io/display-name": "MongoDB 2.4",
  691. "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.",
  692. "iconClass": "icon-mongodb",
  693. "tags": "hidden,mongodb",
  694. "version": "2.4"
  695. },
  696. "from": {
  697. "kind": "DockerImage",
  698. "name": "openshift/mongodb-24-centos7:latest"
  699. }
  700. },
  701. {
  702. "name": "2.6",
  703. "annotations": {
  704. "openshift.io/display-name": "MongoDB 2.6",
  705. "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.",
  706. "iconClass": "icon-mongodb",
  707. "tags": "mongodb",
  708. "version": "2.6"
  709. },
  710. "from": {
  711. "kind": "DockerImage",
  712. "name": "centos/mongodb-26-centos7:latest"
  713. }
  714. },
  715. {
  716. "name": "3.2",
  717. "annotations": {
  718. "openshift.io/display-name": "MongoDB 3.2",
  719. "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.",
  720. "iconClass": "icon-mongodb",
  721. "tags": "mongodb",
  722. "version": "3.2"
  723. },
  724. "from": {
  725. "kind": "DockerImage",
  726. "name": "centos/mongodb-32-centos7:latest"
  727. }
  728. }
  729. ]
  730. }
  731. },
  732. {
  733. "kind": "ImageStream",
  734. "apiVersion": "v1",
  735. "metadata": {
  736. "name": "redis",
  737. "annotations": {
  738. "openshift.io/display-name": "Redis"
  739. }
  740. },
  741. "spec": {
  742. "tags": [
  743. {
  744. "name": "latest",
  745. "annotations": {
  746. "openshift.io/display-name": "Redis (Latest)",
  747. "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.",
  748. "iconClass": "icon-redis",
  749. "tags": "redis"
  750. },
  751. "from": {
  752. "kind": "ImageStreamTag",
  753. "name": "3.2"
  754. }
  755. },
  756. {
  757. "name": "3.2",
  758. "annotations": {
  759. "openshift.io/display-name": "Redis 3.2",
  760. "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.",
  761. "iconClass": "icon-redis",
  762. "tags": "redis",
  763. "version": "3.2"
  764. },
  765. "from": {
  766. "kind": "DockerImage",
  767. "name": "centos/redis-32-centos7:latest"
  768. }
  769. }
  770. ]
  771. }
  772. },
  773. {
  774. "kind": "ImageStream",
  775. "apiVersion": "v1",
  776. "metadata": {
  777. "name": "jenkins",
  778. "annotations": {
  779. "openshift.io/display-name": "Jenkins"
  780. }
  781. },
  782. "spec": {
  783. "tags": [
  784. {
  785. "name": "latest",
  786. "annotations": {
  787. "openshift.io/display-name": "Jenkins (Latest)",
  788. "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.",
  789. "iconClass": "icon-jenkins",
  790. "tags": "jenkins"
  791. },
  792. "from": {
  793. "kind": "ImageStreamTag",
  794. "name": "2"
  795. }
  796. },
  797. {
  798. "name": "1",
  799. "annotations": {
  800. "openshift.io/display-name": "Jenkins 1.X",
  801. "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.",
  802. "iconClass": "icon-jenkins",
  803. "tags": "hidden,jenkins",
  804. "version": "1.x"
  805. },
  806. "from": {
  807. "kind": "DockerImage",
  808. "name": "openshift/jenkins-1-centos7:latest"
  809. }
  810. },
  811. {
  812. "name": "2",
  813. "annotations": {
  814. "openshift.io/display-name": "Jenkins 2.X",
  815. "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.",
  816. "iconClass": "icon-jenkins",
  817. "tags": "jenkins",
  818. "version": "2.x"
  819. },
  820. "from": {
  821. "kind": "DockerImage",
  822. "name": "openshift/jenkins-2-centos7:latest"
  823. }
  824. }
  825. ]
  826. }
  827. }
  828. ]
  829. }