image-streams-centos7.json 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743
  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": "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.20"
  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": "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. }
  204. },
  205. {
  206. "kind": "ImageStream",
  207. "apiVersion": "v1",
  208. "metadata": {
  209. "name": "php",
  210. "annotations": {
  211. "openshift.io/display-name": "PHP"
  212. }
  213. },
  214. "spec": {
  215. "tags": [
  216. {
  217. "name": "latest",
  218. "annotations": {
  219. "openshift.io/display-name": "PHP (Latest)",
  220. "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.",
  221. "iconClass": "icon-php",
  222. "tags": "builder,php",
  223. "supports":"php",
  224. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  225. },
  226. "from": {
  227. "kind": "ImageStreamTag",
  228. "name": "5.6"
  229. }
  230. },
  231. {
  232. "name": "5.5",
  233. "annotations": {
  234. "openshift.io/display-name": "PHP 5.5",
  235. "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.",
  236. "iconClass": "icon-php",
  237. "tags": "builder,php",
  238. "supports":"php:5.5,php",
  239. "version": "5.5",
  240. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  241. },
  242. "from": {
  243. "kind": "DockerImage",
  244. "name": "openshift/php-55-centos7:latest"
  245. }
  246. },
  247. {
  248. "name": "5.6",
  249. "annotations": {
  250. "openshift.io/display-name": "PHP 5.6",
  251. "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.",
  252. "iconClass": "icon-php",
  253. "tags": "builder,php",
  254. "supports":"php:5.6,php",
  255. "version": "5.6",
  256. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  257. },
  258. "from": {
  259. "kind": "DockerImage",
  260. "name": "centos/php-56-centos7:latest"
  261. }
  262. }
  263. ]
  264. }
  265. },
  266. {
  267. "kind": "ImageStream",
  268. "apiVersion": "v1",
  269. "metadata": {
  270. "name": "python",
  271. "annotations": {
  272. "openshift.io/display-name": "Python"
  273. }
  274. },
  275. "spec": {
  276. "tags": [
  277. {
  278. "name": "latest",
  279. "annotations": {
  280. "openshift.io/display-name": "Python (Latest)",
  281. "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.",
  282. "iconClass": "icon-python",
  283. "tags": "builder,python",
  284. "supports":"python",
  285. "sampleRepo": "https://github.com/openshift/django-ex.git"
  286. },
  287. "from": {
  288. "kind": "ImageStreamTag",
  289. "name": "3.5"
  290. }
  291. },
  292. {
  293. "name": "3.3",
  294. "annotations": {
  295. "openshift.io/display-name": "Python 3.3",
  296. "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.",
  297. "iconClass": "icon-python",
  298. "tags": "builder,python",
  299. "supports":"python:3.3,python",
  300. "version": "3.3",
  301. "sampleRepo": "https://github.com/openshift/django-ex.git"
  302. },
  303. "from": {
  304. "kind": "DockerImage",
  305. "name": "openshift/python-33-centos7:latest"
  306. }
  307. },
  308. {
  309. "name": "2.7",
  310. "annotations": {
  311. "openshift.io/display-name": "Python 2.7",
  312. "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.",
  313. "iconClass": "icon-python",
  314. "tags": "builder,python",
  315. "supports":"python:2.7,python",
  316. "version": "2.7",
  317. "sampleRepo": "https://github.com/openshift/django-ex.git"
  318. },
  319. "from": {
  320. "kind": "DockerImage",
  321. "name": "centos/python-27-centos7:latest"
  322. }
  323. },
  324. {
  325. "name": "3.4",
  326. "annotations": {
  327. "openshift.io/display-name": "Python 3.4",
  328. "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.",
  329. "iconClass": "icon-python",
  330. "tags": "builder,python",
  331. "supports":"python:3.4,python",
  332. "version": "3.4",
  333. "sampleRepo": "https://github.com/openshift/django-ex.git"
  334. },
  335. "from": {
  336. "kind": "DockerImage",
  337. "name": "centos/python-34-centos7:latest"
  338. }
  339. },
  340. {
  341. "name": "3.5",
  342. "annotations": {
  343. "openshift.io/display-name": "Python 3.5",
  344. "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.",
  345. "iconClass": "icon-python",
  346. "tags": "builder,python",
  347. "supports":"python:3.5,python",
  348. "version": "3.5",
  349. "sampleRepo": "https://github.com/openshift/django-ex.git"
  350. },
  351. "from": {
  352. "kind": "DockerImage",
  353. "name": "centos/python-35-centos7:latest"
  354. }
  355. }
  356. ]
  357. }
  358. },
  359. {
  360. "kind": "ImageStream",
  361. "apiVersion": "v1",
  362. "metadata": {
  363. "name": "wildfly",
  364. "annotations": {
  365. "openshift.io/display-name": "WildFly"
  366. }
  367. },
  368. "spec": {
  369. "tags": [
  370. {
  371. "name": "latest",
  372. "annotations": {
  373. "openshift.io/display-name": "WildFly (Latest)",
  374. "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.",
  375. "iconClass": "icon-wildfly",
  376. "tags": "builder,wildfly,java",
  377. "supports":"jee,java",
  378. "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
  379. },
  380. "from": {
  381. "kind": "ImageStreamTag",
  382. "name": "10.1"
  383. }
  384. },
  385. {
  386. "name": "8.1",
  387. "annotations": {
  388. "openshift.io/display-name": "WildFly 8.1",
  389. "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.",
  390. "iconClass": "icon-wildfly",
  391. "tags": "builder,wildfly,java",
  392. "supports":"wildfly:8.1,jee,java",
  393. "version": "8.1",
  394. "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
  395. },
  396. "from": {
  397. "kind": "DockerImage",
  398. "name": "openshift/wildfly-81-centos7:latest"
  399. }
  400. },
  401. {
  402. "name": "9.0",
  403. "annotations": {
  404. "openshift.io/display-name": "WildFly 9.0",
  405. "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.",
  406. "iconClass": "icon-wildfly",
  407. "tags": "builder,wildfly,java",
  408. "supports":"wildfly:9.0,jee,java",
  409. "version": "9.0",
  410. "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
  411. },
  412. "from": {
  413. "kind": "DockerImage",
  414. "name": "openshift/wildfly-90-centos7:latest"
  415. }
  416. },
  417. {
  418. "name": "10.0",
  419. "annotations": {
  420. "openshift.io/display-name": "WildFly 10.0",
  421. "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.",
  422. "iconClass": "icon-wildfly",
  423. "tags": "builder,wildfly,java",
  424. "supports":"wildfly:10.0,jee,java",
  425. "version": "10.0",
  426. "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
  427. },
  428. "from": {
  429. "kind": "DockerImage",
  430. "name": "openshift/wildfly-100-centos7:latest"
  431. }
  432. },
  433. {
  434. "name": "10.1",
  435. "annotations": {
  436. "openshift.io/display-name": "WildFly 10.1",
  437. "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.",
  438. "iconClass": "icon-wildfly",
  439. "tags": "builder,wildfly,java",
  440. "supports":"wildfly:10.1,jee,java",
  441. "version": "10.1",
  442. "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
  443. },
  444. "from": {
  445. "kind": "DockerImage",
  446. "name": "openshift/wildfly-101-centos7:latest"
  447. }
  448. }
  449. ]
  450. }
  451. },
  452. {
  453. "kind": "ImageStream",
  454. "apiVersion": "v1",
  455. "metadata": {
  456. "name": "mysql",
  457. "annotations": {
  458. "openshift.io/display-name": "MySQL"
  459. }
  460. },
  461. "spec": {
  462. "tags": [
  463. {
  464. "name": "latest",
  465. "annotations": {
  466. "openshift.io/display-name": "MySQL (Latest)",
  467. "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.",
  468. "iconClass": "icon-mysql-database",
  469. "tags": "mysql"
  470. },
  471. "from": {
  472. "kind": "ImageStreamTag",
  473. "name": "5.6"
  474. }
  475. },
  476. {
  477. "name": "5.5",
  478. "annotations": {
  479. "openshift.io/display-name": "MySQL 5.5",
  480. "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.",
  481. "iconClass": "icon-mysql-database",
  482. "tags": "mysql",
  483. "version": "5.5"
  484. },
  485. "from": {
  486. "kind": "DockerImage",
  487. "name": "openshift/mysql-55-centos7:latest"
  488. }
  489. },
  490. {
  491. "name": "5.6",
  492. "annotations": {
  493. "openshift.io/display-name": "MySQL 5.6",
  494. "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.",
  495. "iconClass": "icon-mysql-database",
  496. "tags": "mysql",
  497. "version": "5.6"
  498. },
  499. "from": {
  500. "kind": "DockerImage",
  501. "name": "centos/mysql-56-centos7:latest"
  502. }
  503. }
  504. ]
  505. }
  506. },
  507. {
  508. "kind": "ImageStream",
  509. "apiVersion": "v1",
  510. "metadata": {
  511. "name": "mariadb",
  512. "annotations": {
  513. "openshift.io/display-name": "MariaDB"
  514. }
  515. },
  516. "spec": {
  517. "tags": [
  518. {
  519. "name": "latest",
  520. "annotations": {
  521. "openshift.io/display-name": "MariaDB (Latest)",
  522. "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.",
  523. "iconClass": "icon-mariadb",
  524. "tags": "mariadb"
  525. },
  526. "from": {
  527. "kind": "ImageStreamTag",
  528. "name": "10.1"
  529. }
  530. },
  531. {
  532. "name": "10.1",
  533. "annotations": {
  534. "openshift.io/display-name": "MariaDB 10.1",
  535. "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.",
  536. "iconClass": "icon-mariadb",
  537. "tags": "mariadb",
  538. "version": "10.1"
  539. },
  540. "from": {
  541. "kind": "DockerImage",
  542. "name": "centos/mariadb-101-centos7:latest"
  543. }
  544. }
  545. ]
  546. }
  547. },
  548. {
  549. "kind": "ImageStream",
  550. "apiVersion": "v1",
  551. "metadata": {
  552. "name": "postgresql",
  553. "annotations": {
  554. "openshift.io/display-name": "PostgreSQL"
  555. }
  556. },
  557. "spec": {
  558. "tags": [
  559. {
  560. "name": "latest",
  561. "annotations": {
  562. "openshift.io/display-name": "PostgreSQL (Latest)",
  563. "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.",
  564. "iconClass": "icon-postgresql",
  565. "tags": "postgresql"
  566. },
  567. "from": {
  568. "kind": "ImageStreamTag",
  569. "name": "9.5"
  570. }
  571. },
  572. {
  573. "name": "9.2",
  574. "annotations": {
  575. "openshift.io/display-name": "PostgreSQL 9.2",
  576. "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.",
  577. "iconClass": "icon-postgresql",
  578. "tags": "postgresql",
  579. "version": "9.2"
  580. },
  581. "from": {
  582. "kind": "DockerImage",
  583. "name": "openshift/postgresql-92-centos7:latest"
  584. }
  585. },
  586. {
  587. "name": "9.4",
  588. "annotations": {
  589. "openshift.io/display-name": "PostgreSQL 9.4",
  590. "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.",
  591. "iconClass": "icon-postgresql",
  592. "tags": "postgresql",
  593. "version": "9.4"
  594. },
  595. "from": {
  596. "kind": "DockerImage",
  597. "name": "centos/postgresql-94-centos7:latest"
  598. }
  599. },
  600. {
  601. "name": "9.5",
  602. "annotations": {
  603. "openshift.io/display-name": "PostgreSQL 9.5",
  604. "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.",
  605. "iconClass": "icon-postgresql",
  606. "tags": "postgresql",
  607. "version": "9.5"
  608. },
  609. "from": {
  610. "kind": "DockerImage",
  611. "name": "centos/postgresql-95-centos7:latest"
  612. }
  613. }
  614. ]
  615. }
  616. },
  617. {
  618. "kind": "ImageStream",
  619. "apiVersion": "v1",
  620. "metadata": {
  621. "name": "mongodb",
  622. "annotations": {
  623. "openshift.io/display-name": "MongoDB"
  624. }
  625. },
  626. "spec": {
  627. "tags": [
  628. {
  629. "name": "latest",
  630. "annotations": {
  631. "openshift.io/display-name": "MongoDB (Latest)",
  632. "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.",
  633. "iconClass": "icon-mongodb",
  634. "tags": "mongodb"
  635. },
  636. "from": {
  637. "kind": "ImageStreamTag",
  638. "name": "3.2"
  639. }
  640. },
  641. {
  642. "name": "2.4",
  643. "annotations": {
  644. "openshift.io/display-name": "MongoDB 2.4",
  645. "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.",
  646. "iconClass": "icon-mongodb",
  647. "tags": "mongodb",
  648. "version": "2.4"
  649. },
  650. "from": {
  651. "kind": "DockerImage",
  652. "name": "openshift/mongodb-24-centos7:latest"
  653. }
  654. },
  655. {
  656. "name": "2.6",
  657. "annotations": {
  658. "openshift.io/display-name": "MongoDB 2.6",
  659. "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.",
  660. "iconClass": "icon-mongodb",
  661. "tags": "mongodb",
  662. "version": "2.6"
  663. },
  664. "from": {
  665. "kind": "DockerImage",
  666. "name": "centos/mongodb-26-centos7:latest"
  667. }
  668. },
  669. {
  670. "name": "3.2",
  671. "annotations": {
  672. "openshift.io/display-name": "MongoDB 3.2",
  673. "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.",
  674. "iconClass": "icon-mongodb",
  675. "tags": "mongodb",
  676. "version": "3.2"
  677. },
  678. "from": {
  679. "kind": "DockerImage",
  680. "name": "centos/mongodb-32-centos7:latest"
  681. }
  682. }
  683. ]
  684. }
  685. },
  686. {
  687. "kind": "ImageStream",
  688. "apiVersion": "v1",
  689. "metadata": {
  690. "name": "jenkins",
  691. "annotations": {
  692. "openshift.io/display-name": "Jenkins"
  693. }
  694. },
  695. "spec": {
  696. "tags": [
  697. {
  698. "name": "latest",
  699. "annotations": {
  700. "openshift.io/display-name": "Jenkins (Latest)",
  701. "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.",
  702. "iconClass": "icon-jenkins",
  703. "tags": "jenkins"
  704. },
  705. "from": {
  706. "kind": "ImageStreamTag",
  707. "name": "2"
  708. }
  709. },
  710. {
  711. "name": "1",
  712. "annotations": {
  713. "openshift.io/display-name": "Jenkins 1.X",
  714. "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.",
  715. "iconClass": "icon-jenkins",
  716. "tags": "jenkins",
  717. "version": "1.x"
  718. },
  719. "from": {
  720. "kind": "DockerImage",
  721. "name": "openshift/jenkins-1-centos7:latest"
  722. }
  723. },
  724. {
  725. "name": "2",
  726. "annotations": {
  727. "openshift.io/display-name": "Jenkins 2.X",
  728. "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.",
  729. "iconClass": "icon-jenkins",
  730. "tags": "jenkins",
  731. "version": "2.x"
  732. },
  733. "from": {
  734. "kind": "DockerImage",
  735. "name": "openshift/jenkins-2-centos7:latest"
  736. }
  737. }
  738. ]
  739. }
  740. }
  741. ]
  742. }