image-streams-rhel7.json 31 KB

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