image-streams-rhel7.json 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797
  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 RHEL 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 RHEL 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": "registry.access.redhat.com/rhscl/httpd-24-rhel7"
  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 RHEL 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 RHEL 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": "registry.access.redhat.com/openshift3/ruby-20-rhel7: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 RHEL 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": "registry.access.redhat.com/rhscl/ruby-22-rhel7: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 RHEL 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": "registry.access.redhat.com/rhscl/ruby-23-rhel7: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 RHEL 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 RHEL 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": "registry.access.redhat.com/openshift3/nodejs-010-rhel7: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 RHEL 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": "registry.access.redhat.com/rhscl/nodejs-4-rhel7: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 RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container.",
  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": "registry.access.redhat.com/rhscl/nodejs-6-rhel7: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 RHEL 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 RHEL 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": "registry.access.redhat.com/openshift3/perl-516-rhel7: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 RHEL 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": "registry.access.redhat.com/rhscl/perl-520-rhel7: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 RHEL 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": "registry.access.redhat.com/rhscl/perl-524-rhel7: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 RHEL 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 RHEL 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": "registry.access.redhat.com/openshift3/php-55-rhel7: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 RHEL 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": "registry.access.redhat.com/rhscl/php-56-rhel7: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 RHEL 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": "registry.access.redhat.com/rhscl/php-70-rhel7: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 RHEL 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 RHEL 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": "registry.access.redhat.com/openshift3/python-33-rhel7: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 RHEL 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": "registry.access.redhat.com/rhscl/python-27-rhel7: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 RHEL 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": "registry.access.redhat.com/rhscl/python-34-rhel7: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 RHEL 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": "registry.access.redhat.com/rhscl/python-35-rhel7: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 RHEL 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.7"
  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 RHEL 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": "hidden,mysql",
  483. "version": "5.5"
  484. },
  485. "from": {
  486. "kind": "DockerImage",
  487. "name": "registry.access.redhat.com/openshift3/mysql-55-rhel7: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 RHEL 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": "registry.access.redhat.com/rhscl/mysql-56-rhel7:latest"
  502. }
  503. },
  504. {
  505. "name": "5.7",
  506. "annotations": {
  507. "openshift.io/display-name": "MySQL 5.7",
  508. "description": "Provides a MySQL 5.7 database on RHEL 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.",
  509. "iconClass": "icon-mysql-database",
  510. "tags": "mysql",
  511. "version": "5.7"
  512. },
  513. "from": {
  514. "kind": "DockerImage",
  515. "name": "registry.access.redhat.com/rhscl/mysql-57-rhel7:latest"
  516. }
  517. }
  518. ]
  519. }
  520. },
  521. {
  522. "kind": "ImageStream",
  523. "apiVersion": "v1",
  524. "metadata": {
  525. "name": "mariadb",
  526. "annotations": {
  527. "openshift.io/display-name": "MariaDB"
  528. }
  529. },
  530. "spec": {
  531. "tags": [
  532. {
  533. "name": "latest",
  534. "annotations": {
  535. "openshift.io/display-name": "MariaDB (Latest)",
  536. "description": "Provides a MariaDB database on RHEL 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.",
  537. "iconClass": "icon-mariadb",
  538. "tags": "mariadb"
  539. },
  540. "from": {
  541. "kind": "ImageStreamTag",
  542. "name": "10.1"
  543. }
  544. },
  545. {
  546. "name": "10.1",
  547. "annotations": {
  548. "openshift.io/display-name": "MariaDB 10.1",
  549. "description": "Provides a MariaDB 10.1 database on RHEL 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.",
  550. "iconClass": "icon-mariadb",
  551. "tags": "mariadb",
  552. "version": "10.1"
  553. },
  554. "from": {
  555. "kind": "DockerImage",
  556. "name": "registry.access.redhat.com/rhscl/mariadb-101-rhel7:latest"
  557. }
  558. }
  559. ]
  560. }
  561. },
  562. {
  563. "kind": "ImageStream",
  564. "apiVersion": "v1",
  565. "metadata": {
  566. "name": "postgresql",
  567. "annotations": {
  568. "openshift.io/display-name": "PostgreSQL"
  569. }
  570. },
  571. "spec": {
  572. "tags": [
  573. {
  574. "name": "latest",
  575. "annotations": {
  576. "openshift.io/display-name": "PostgreSQL (Latest)",
  577. "description": "Provides a PostgreSQL database on RHEL 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.",
  578. "iconClass": "icon-postgresql",
  579. "tags": "postgresql"
  580. },
  581. "from": {
  582. "kind": "ImageStreamTag",
  583. "name": "9.5"
  584. }
  585. },
  586. {
  587. "name": "9.2",
  588. "annotations": {
  589. "openshift.io/display-name": "PostgreSQL 9.2",
  590. "description": "Provides a PostgreSQL 9.2 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.2.",
  591. "iconClass": "icon-postgresql",
  592. "tags": "hidden,postgresql",
  593. "version": "9.2"
  594. },
  595. "from": {
  596. "kind": "DockerImage",
  597. "name": "registry.access.redhat.com/openshift3/postgresql-92-rhel7:latest"
  598. }
  599. },
  600. {
  601. "name": "9.4",
  602. "annotations": {
  603. "openshift.io/display-name": "PostgreSQL 9.4",
  604. "description": "Provides a PostgreSQL 9.4 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.4.",
  605. "iconClass": "icon-postgresql",
  606. "tags": "postgresql",
  607. "version": "9.4"
  608. },
  609. "from": {
  610. "kind": "DockerImage",
  611. "name": "registry.access.redhat.com/rhscl/postgresql-94-rhel7:latest"
  612. }
  613. },
  614. {
  615. "name": "9.5",
  616. "annotations": {
  617. "openshift.io/display-name": "PostgreSQL 9.5",
  618. "description": "Provides a PostgreSQL 9.5 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.5.",
  619. "iconClass": "icon-postgresql",
  620. "tags": "postgresql",
  621. "version": "9.5"
  622. },
  623. "from": {
  624. "kind": "DockerImage",
  625. "name": "registry.access.redhat.com/rhscl/postgresql-95-rhel7:latest"
  626. }
  627. }
  628. ]
  629. }
  630. },
  631. {
  632. "kind": "ImageStream",
  633. "apiVersion": "v1",
  634. "metadata": {
  635. "name": "mongodb",
  636. "annotations": {
  637. "openshift.io/display-name": "MongoDB"
  638. }
  639. },
  640. "spec": {
  641. "tags": [
  642. {
  643. "name": "latest",
  644. "annotations": {
  645. "openshift.io/display-name": "MongoDB (Latest)",
  646. "description": "Provides a MongoDB database on RHEL 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.",
  647. "iconClass": "icon-mongodb",
  648. "tags": "mongodb"
  649. },
  650. "from": {
  651. "kind": "ImageStreamTag",
  652. "name": "3.2"
  653. }
  654. },
  655. {
  656. "name": "2.4",
  657. "annotations": {
  658. "openshift.io/display-name": "MongoDB 2.4",
  659. "description": "Provides a MongoDB 2.4 database on RHEL 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.",
  660. "iconClass": "icon-mongodb",
  661. "tags": "hidden,mongodb",
  662. "version": "2.4"
  663. },
  664. "from": {
  665. "kind": "DockerImage",
  666. "name": "registry.access.redhat.com/openshift3/mongodb-24-rhel7:latest"
  667. }
  668. },
  669. {
  670. "name": "2.6",
  671. "annotations": {
  672. "openshift.io/display-name": "MongoDB 2.6",
  673. "description": "Provides a MongoDB 2.6 database on RHEL 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.",
  674. "iconClass": "icon-mongodb",
  675. "tags": "mongodb",
  676. "version": "2.6"
  677. },
  678. "from": {
  679. "kind": "DockerImage",
  680. "name": "registry.access.redhat.com/rhscl/mongodb-26-rhel7:latest"
  681. }
  682. },
  683. {
  684. "name": "3.2",
  685. "annotations": {
  686. "openshift.io/display-name": "MongoDB 3.2",
  687. "description": "Provides a MongoDB 3.2 database on RHEL 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.",
  688. "iconClass": "icon-mongodb",
  689. "tags": "mongodb",
  690. "version": "3.2"
  691. },
  692. "from": {
  693. "kind": "DockerImage",
  694. "name": "registry.access.redhat.com/rhscl/mongodb-32-rhel7:latest"
  695. }
  696. }
  697. ]
  698. }
  699. },
  700. {
  701. "kind": "ImageStream",
  702. "apiVersion": "v1",
  703. "metadata": {
  704. "name": "redis",
  705. "annotations": {
  706. "openshift.io/display-name": "Redis"
  707. }
  708. },
  709. "spec": {
  710. "tags": [
  711. {
  712. "name": "latest",
  713. "annotations": {
  714. "openshift.io/display-name": "Redis (Latest)",
  715. "description": "Provides a Redis database on RHEL 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.",
  716. "iconClass": "icon-redis",
  717. "tags": "redis"
  718. },
  719. "from": {
  720. "kind": "ImageStreamTag",
  721. "name": "3.2"
  722. }
  723. },
  724. {
  725. "name": "3.2",
  726. "annotations": {
  727. "openshift.io/display-name": "Redis 3.2",
  728. "description": "Provides a Redis 3.2 database on RHEL 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.",
  729. "iconClass": "icon-redis",
  730. "tags": "redis",
  731. "version": "3.2"
  732. },
  733. "from": {
  734. "kind": "DockerImage",
  735. "name": "registry.access.redhat.com/rhscl/redis-32-rhel7:latest"
  736. }
  737. }
  738. ]
  739. }
  740. },
  741. {
  742. "kind": "ImageStream",
  743. "apiVersion": "v1",
  744. "metadata": {
  745. "name": "jenkins",
  746. "annotations": {
  747. "openshift.io/display-name": "Jenkins"
  748. }
  749. },
  750. "spec": {
  751. "tags": [
  752. {
  753. "name": "latest",
  754. "annotations": {
  755. "openshift.io/display-name": "Jenkins (Latest)",
  756. "description": "Provides a Jenkins server on RHEL 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.",
  757. "iconClass": "icon-jenkins",
  758. "tags": "jenkins"
  759. },
  760. "from": {
  761. "kind": "ImageStreamTag",
  762. "name": "2"
  763. }
  764. },
  765. {
  766. "name": "1",
  767. "annotations": {
  768. "openshift.io/display-name": "Jenkins 1.X",
  769. "description": "Provides a Jenkins 1.X server on RHEL 7. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md.",
  770. "iconClass": "icon-jenkins",
  771. "tags": "hidden,jenkins",
  772. "version": "1.x"
  773. },
  774. "from": {
  775. "kind": "DockerImage",
  776. "name": "registry.access.redhat.com/openshift3/jenkins-1-rhel7:latest"
  777. }
  778. },
  779. {
  780. "name": "2",
  781. "annotations": {
  782. "openshift.io/display-name": "Jenkins 2.X",
  783. "description": "Provides a Jenkins 2.X server on RHEL 7. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md.",
  784. "iconClass": "icon-jenkins",
  785. "tags": "jenkins",
  786. "version": "2.x"
  787. },
  788. "from": {
  789. "kind": "DockerImage",
  790. "name": "registry.access.redhat.com/openshift3/jenkins-2-rhel7:latest"
  791. }
  792. }
  793. ]
  794. }
  795. }
  796. ]
  797. }