image-streams-rhel7.json 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873
  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.6/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.6"
  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. "name": "3.6",
  491. "annotations": {
  492. "openshift.io/display-name": "Python 3.6",
  493. "openshift.io/provider-display-name": "Red Hat, Inc.",
  494. "description": "Build and run Python 3.6 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.6/README.md.",
  495. "iconClass": "icon-python",
  496. "tags": "builder,python",
  497. "supports":"python:3.6,python",
  498. "version": "3.6",
  499. "sampleRepo": "https://github.com/openshift/django-ex.git"
  500. },
  501. "from": {
  502. "kind": "DockerImage",
  503. "name": "registry.access.redhat.com/rhscl/python-36-rhel7:latest"
  504. }
  505. }
  506. ]
  507. }
  508. },
  509. {
  510. "kind": "ImageStream",
  511. "apiVersion": "v1",
  512. "metadata": {
  513. "name": "mysql",
  514. "annotations": {
  515. "openshift.io/display-name": "MySQL"
  516. }
  517. },
  518. "spec": {
  519. "tags": [
  520. {
  521. "name": "latest",
  522. "annotations": {
  523. "openshift.io/display-name": "MySQL (Latest)",
  524. "openshift.io/provider-display-name": "Red Hat, Inc.",
  525. "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.",
  526. "iconClass": "icon-mysql-database",
  527. "tags": "mysql"
  528. },
  529. "from": {
  530. "kind": "ImageStreamTag",
  531. "name": "5.7"
  532. }
  533. },
  534. {
  535. "name": "5.5",
  536. "annotations": {
  537. "openshift.io/display-name": "MySQL 5.5",
  538. "openshift.io/provider-display-name": "Red Hat, Inc.",
  539. "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.",
  540. "iconClass": "icon-mysql-database",
  541. "tags": "hidden,mysql",
  542. "version": "5.5"
  543. },
  544. "from": {
  545. "kind": "DockerImage",
  546. "name": "registry.access.redhat.com/openshift3/mysql-55-rhel7:latest"
  547. }
  548. },
  549. {
  550. "name": "5.6",
  551. "annotations": {
  552. "openshift.io/display-name": "MySQL 5.6",
  553. "openshift.io/provider-display-name": "Red Hat, Inc.",
  554. "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.",
  555. "iconClass": "icon-mysql-database",
  556. "tags": "mysql",
  557. "version": "5.6"
  558. },
  559. "from": {
  560. "kind": "DockerImage",
  561. "name": "registry.access.redhat.com/rhscl/mysql-56-rhel7:latest"
  562. }
  563. },
  564. {
  565. "name": "5.7",
  566. "annotations": {
  567. "openshift.io/display-name": "MySQL 5.7",
  568. "openshift.io/provider-display-name": "Red Hat, Inc.",
  569. "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.",
  570. "iconClass": "icon-mysql-database",
  571. "tags": "mysql",
  572. "version": "5.7"
  573. },
  574. "from": {
  575. "kind": "DockerImage",
  576. "name": "registry.access.redhat.com/rhscl/mysql-57-rhel7:latest"
  577. }
  578. }
  579. ]
  580. }
  581. },
  582. {
  583. "kind": "ImageStream",
  584. "apiVersion": "v1",
  585. "metadata": {
  586. "name": "mariadb",
  587. "annotations": {
  588. "openshift.io/display-name": "MariaDB"
  589. }
  590. },
  591. "spec": {
  592. "tags": [
  593. {
  594. "name": "latest",
  595. "annotations": {
  596. "openshift.io/display-name": "MariaDB (Latest)",
  597. "openshift.io/provider-display-name": "Red Hat, Inc.",
  598. "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.",
  599. "iconClass": "icon-mariadb",
  600. "tags": "mariadb"
  601. },
  602. "from": {
  603. "kind": "ImageStreamTag",
  604. "name": "10.1"
  605. }
  606. },
  607. {
  608. "name": "10.1",
  609. "annotations": {
  610. "openshift.io/display-name": "MariaDB 10.1",
  611. "openshift.io/provider-display-name": "Red Hat, Inc.",
  612. "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.",
  613. "iconClass": "icon-mariadb",
  614. "tags": "mariadb",
  615. "version": "10.1"
  616. },
  617. "from": {
  618. "kind": "DockerImage",
  619. "name": "registry.access.redhat.com/rhscl/mariadb-101-rhel7:latest"
  620. }
  621. }
  622. ]
  623. }
  624. },
  625. {
  626. "kind": "ImageStream",
  627. "apiVersion": "v1",
  628. "metadata": {
  629. "name": "postgresql",
  630. "annotations": {
  631. "openshift.io/display-name": "PostgreSQL"
  632. }
  633. },
  634. "spec": {
  635. "tags": [
  636. {
  637. "name": "latest",
  638. "annotations": {
  639. "openshift.io/display-name": "PostgreSQL (Latest)",
  640. "openshift.io/provider-display-name": "Red Hat, Inc.",
  641. "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.",
  642. "iconClass": "icon-postgresql",
  643. "tags": "postgresql"
  644. },
  645. "from": {
  646. "kind": "ImageStreamTag",
  647. "name": "9.5"
  648. }
  649. },
  650. {
  651. "name": "9.2",
  652. "annotations": {
  653. "openshift.io/display-name": "PostgreSQL 9.2",
  654. "openshift.io/provider-display-name": "Red Hat, Inc.",
  655. "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.",
  656. "iconClass": "icon-postgresql",
  657. "tags": "hidden,postgresql",
  658. "version": "9.2"
  659. },
  660. "from": {
  661. "kind": "DockerImage",
  662. "name": "registry.access.redhat.com/openshift3/postgresql-92-rhel7:latest"
  663. }
  664. },
  665. {
  666. "name": "9.4",
  667. "annotations": {
  668. "openshift.io/display-name": "PostgreSQL 9.4",
  669. "openshift.io/provider-display-name": "Red Hat, Inc.",
  670. "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.",
  671. "iconClass": "icon-postgresql",
  672. "tags": "postgresql",
  673. "version": "9.4"
  674. },
  675. "from": {
  676. "kind": "DockerImage",
  677. "name": "registry.access.redhat.com/rhscl/postgresql-94-rhel7:latest"
  678. }
  679. },
  680. {
  681. "name": "9.5",
  682. "annotations": {
  683. "openshift.io/display-name": "PostgreSQL 9.5",
  684. "openshift.io/provider-display-name": "Red Hat, Inc.",
  685. "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.",
  686. "iconClass": "icon-postgresql",
  687. "tags": "postgresql",
  688. "version": "9.5"
  689. },
  690. "from": {
  691. "kind": "DockerImage",
  692. "name": "registry.access.redhat.com/rhscl/postgresql-95-rhel7:latest"
  693. }
  694. }
  695. ]
  696. }
  697. },
  698. {
  699. "kind": "ImageStream",
  700. "apiVersion": "v1",
  701. "metadata": {
  702. "name": "mongodb",
  703. "annotations": {
  704. "openshift.io/display-name": "MongoDB"
  705. }
  706. },
  707. "spec": {
  708. "tags": [
  709. {
  710. "name": "latest",
  711. "annotations": {
  712. "openshift.io/display-name": "MongoDB (Latest)",
  713. "openshift.io/provider-display-name": "Red Hat, Inc.",
  714. "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.",
  715. "iconClass": "icon-mongodb",
  716. "tags": "mongodb"
  717. },
  718. "from": {
  719. "kind": "ImageStreamTag",
  720. "name": "3.2"
  721. }
  722. },
  723. {
  724. "name": "2.4",
  725. "annotations": {
  726. "openshift.io/display-name": "MongoDB 2.4",
  727. "openshift.io/provider-display-name": "Red Hat, Inc.",
  728. "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.",
  729. "iconClass": "icon-mongodb",
  730. "tags": "hidden,mongodb",
  731. "version": "2.4"
  732. },
  733. "from": {
  734. "kind": "DockerImage",
  735. "name": "registry.access.redhat.com/openshift3/mongodb-24-rhel7:latest"
  736. }
  737. },
  738. {
  739. "name": "2.6",
  740. "annotations": {
  741. "openshift.io/display-name": "MongoDB 2.6",
  742. "openshift.io/provider-display-name": "Red Hat, Inc.",
  743. "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.",
  744. "iconClass": "icon-mongodb",
  745. "tags": "mongodb",
  746. "version": "2.6"
  747. },
  748. "from": {
  749. "kind": "DockerImage",
  750. "name": "registry.access.redhat.com/rhscl/mongodb-26-rhel7:latest"
  751. }
  752. },
  753. {
  754. "name": "3.2",
  755. "annotations": {
  756. "openshift.io/display-name": "MongoDB 3.2",
  757. "openshift.io/provider-display-name": "Red Hat, Inc.",
  758. "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.",
  759. "iconClass": "icon-mongodb",
  760. "tags": "mongodb",
  761. "version": "3.2"
  762. },
  763. "from": {
  764. "kind": "DockerImage",
  765. "name": "registry.access.redhat.com/rhscl/mongodb-32-rhel7:latest"
  766. }
  767. }
  768. ]
  769. }
  770. },
  771. {
  772. "kind": "ImageStream",
  773. "apiVersion": "v1",
  774. "metadata": {
  775. "name": "redis",
  776. "annotations": {
  777. "openshift.io/display-name": "Redis"
  778. }
  779. },
  780. "spec": {
  781. "tags": [
  782. {
  783. "name": "latest",
  784. "annotations": {
  785. "openshift.io/display-name": "Redis (Latest)",
  786. "openshift.io/provider-display-name": "Red Hat, Inc.",
  787. "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.",
  788. "iconClass": "icon-redis",
  789. "tags": "redis"
  790. },
  791. "from": {
  792. "kind": "ImageStreamTag",
  793. "name": "3.2"
  794. }
  795. },
  796. {
  797. "name": "3.2",
  798. "annotations": {
  799. "openshift.io/display-name": "Redis 3.2",
  800. "openshift.io/provider-display-name": "Red Hat, Inc.",
  801. "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.",
  802. "iconClass": "icon-redis",
  803. "tags": "redis",
  804. "version": "3.2"
  805. },
  806. "from": {
  807. "kind": "DockerImage",
  808. "name": "registry.access.redhat.com/rhscl/redis-32-rhel7:latest"
  809. }
  810. }
  811. ]
  812. }
  813. },
  814. {
  815. "kind": "ImageStream",
  816. "apiVersion": "v1",
  817. "metadata": {
  818. "name": "jenkins",
  819. "annotations": {
  820. "openshift.io/display-name": "Jenkins"
  821. }
  822. },
  823. "spec": {
  824. "tags": [
  825. {
  826. "name": "latest",
  827. "annotations": {
  828. "openshift.io/display-name": "Jenkins (Latest)",
  829. "openshift.io/provider-display-name": "Red Hat, Inc.",
  830. "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.",
  831. "iconClass": "icon-jenkins",
  832. "tags": "jenkins"
  833. },
  834. "from": {
  835. "kind": "ImageStreamTag",
  836. "name": "2"
  837. }
  838. },
  839. {
  840. "name": "1",
  841. "annotations": {
  842. "openshift.io/display-name": "Jenkins 1.X",
  843. "openshift.io/provider-display-name": "Red Hat, Inc.",
  844. "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.",
  845. "iconClass": "icon-jenkins",
  846. "tags": "hidden,jenkins",
  847. "version": "1.x"
  848. },
  849. "from": {
  850. "kind": "DockerImage",
  851. "name": "registry.access.redhat.com/openshift3/jenkins-1-rhel7:latest"
  852. }
  853. },
  854. {
  855. "name": "2",
  856. "annotations": {
  857. "openshift.io/display-name": "Jenkins 2.X",
  858. "openshift.io/provider-display-name": "Red Hat, Inc.",
  859. "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.",
  860. "iconClass": "icon-jenkins",
  861. "tags": "jenkins",
  862. "version": "2.x"
  863. },
  864. "from": {
  865. "kind": "DockerImage",
  866. "name": "registry.access.redhat.com/openshift3/jenkins-2-rhel7:v3.8"
  867. }
  868. }
  869. ]
  870. }
  871. }
  872. ]
  873. }