image-streams-centos7.json 37 KB

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