image-streams-rhel7.json 38 KB

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