image-streams-rhel7.json 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650
  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": "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.20"
  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": "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. }
  204. },
  205. {
  206. "kind": "ImageStream",
  207. "apiVersion": "v1",
  208. "metadata": {
  209. "name": "php",
  210. "annotations": {
  211. "openshift.io/display-name": "PHP"
  212. }
  213. },
  214. "spec": {
  215. "tags": [
  216. {
  217. "name": "latest",
  218. "annotations": {
  219. "openshift.io/display-name": "PHP (Latest)",
  220. "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.",
  221. "iconClass": "icon-php",
  222. "tags": "builder,php",
  223. "supports":"php",
  224. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  225. },
  226. "from": {
  227. "kind": "ImageStreamTag",
  228. "name": "5.6"
  229. }
  230. },
  231. {
  232. "name": "5.5",
  233. "annotations": {
  234. "openshift.io/display-name": "PHP 5.5",
  235. "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.",
  236. "iconClass": "icon-php",
  237. "tags": "builder,php",
  238. "supports":"php:5.5,php",
  239. "version": "5.5",
  240. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  241. },
  242. "from": {
  243. "kind": "DockerImage",
  244. "name": "registry.access.redhat.com/openshift3/php-55-rhel7:latest"
  245. }
  246. },
  247. {
  248. "name": "5.6",
  249. "annotations": {
  250. "openshift.io/display-name": "PHP 5.6",
  251. "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.",
  252. "iconClass": "icon-php",
  253. "tags": "builder,php",
  254. "supports":"php:5.6,php",
  255. "version": "5.6",
  256. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  257. },
  258. "from": {
  259. "kind": "DockerImage",
  260. "name": "registry.access.redhat.com/rhscl/php-56-rhel7:latest"
  261. }
  262. }
  263. ]
  264. }
  265. },
  266. {
  267. "kind": "ImageStream",
  268. "apiVersion": "v1",
  269. "metadata": {
  270. "name": "python",
  271. "annotations": {
  272. "openshift.io/display-name": "Python"
  273. }
  274. },
  275. "spec": {
  276. "tags": [
  277. {
  278. "name": "latest",
  279. "annotations": {
  280. "openshift.io/display-name": "Python (Latest)",
  281. "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.",
  282. "iconClass": "icon-python",
  283. "tags": "builder,python",
  284. "supports":"python",
  285. "sampleRepo": "https://github.com/openshift/django-ex.git"
  286. },
  287. "from": {
  288. "kind": "ImageStreamTag",
  289. "name": "3.5"
  290. }
  291. },
  292. {
  293. "name": "3.3",
  294. "annotations": {
  295. "openshift.io/display-name": "Python 3.3",
  296. "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.",
  297. "iconClass": "icon-python",
  298. "tags": "builder,python",
  299. "supports":"python:3.3,python",
  300. "version": "3.3",
  301. "sampleRepo": "https://github.com/openshift/django-ex.git"
  302. },
  303. "from": {
  304. "kind": "DockerImage",
  305. "name": "registry.access.redhat.com/openshift3/python-33-rhel7:latest"
  306. }
  307. },
  308. {
  309. "name": "2.7",
  310. "annotations": {
  311. "openshift.io/display-name": "Python 2.7",
  312. "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.",
  313. "iconClass": "icon-python",
  314. "tags": "builder,python",
  315. "supports":"python:2.7,python",
  316. "version": "2.7",
  317. "sampleRepo": "https://github.com/openshift/django-ex.git"
  318. },
  319. "from": {
  320. "kind": "DockerImage",
  321. "name": "registry.access.redhat.com/rhscl/python-27-rhel7:latest"
  322. }
  323. },
  324. {
  325. "name": "3.4",
  326. "annotations": {
  327. "openshift.io/display-name": "Python 3.4",
  328. "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.",
  329. "iconClass": "icon-python",
  330. "tags": "builder,python",
  331. "supports":"python:3.4,python",
  332. "version": "3.4",
  333. "sampleRepo": "https://github.com/openshift/django-ex.git"
  334. },
  335. "from": {
  336. "kind": "DockerImage",
  337. "name": "registry.access.redhat.com/rhscl/python-34-rhel7:latest"
  338. }
  339. },
  340. {
  341. "name": "3.5",
  342. "annotations": {
  343. "openshift.io/display-name": "Python 3.5",
  344. "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.",
  345. "iconClass": "icon-python",
  346. "tags": "builder,python",
  347. "supports":"python:3.5,python",
  348. "version": "3.5",
  349. "sampleRepo": "https://github.com/openshift/django-ex.git"
  350. },
  351. "from": {
  352. "kind": "DockerImage",
  353. "name": "registry.access.redhat.com/rhscl/python-35-rhel7:latest"
  354. }
  355. }
  356. ]
  357. }
  358. },
  359. {
  360. "kind": "ImageStream",
  361. "apiVersion": "v1",
  362. "metadata": {
  363. "name": "mysql",
  364. "annotations": {
  365. "openshift.io/display-name": "MySQL"
  366. }
  367. },
  368. "spec": {
  369. "tags": [
  370. {
  371. "name": "latest",
  372. "annotations": {
  373. "openshift.io/display-name": "MySQL (Latest)",
  374. "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.",
  375. "iconClass": "icon-mysql-database",
  376. "tags": "mysql"
  377. },
  378. "from": {
  379. "kind": "ImageStreamTag",
  380. "name": "5.6"
  381. }
  382. },
  383. {
  384. "name": "5.5",
  385. "annotations": {
  386. "openshift.io/display-name": "MySQL 5.5",
  387. "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.",
  388. "iconClass": "icon-mysql-database",
  389. "tags": "mysql",
  390. "version": "5.5"
  391. },
  392. "from": {
  393. "kind": "DockerImage",
  394. "name": "registry.access.redhat.com/openshift3/mysql-55-rhel7:latest"
  395. }
  396. },
  397. {
  398. "name": "5.6",
  399. "annotations": {
  400. "openshift.io/display-name": "MySQL 5.6",
  401. "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.",
  402. "iconClass": "icon-mysql-database",
  403. "tags": "mysql",
  404. "version": "5.6"
  405. },
  406. "from": {
  407. "kind": "DockerImage",
  408. "name": "registry.access.redhat.com/rhscl/mysql-56-rhel7:latest"
  409. }
  410. }
  411. ]
  412. }
  413. },
  414. {
  415. "kind": "ImageStream",
  416. "apiVersion": "v1",
  417. "metadata": {
  418. "name": "mariadb",
  419. "annotations": {
  420. "openshift.io/display-name": "MariaDB"
  421. }
  422. },
  423. "spec": {
  424. "tags": [
  425. {
  426. "name": "latest",
  427. "annotations": {
  428. "openshift.io/display-name": "MariaDB (Latest)",
  429. "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.",
  430. "iconClass": "icon-mariadb",
  431. "tags": "mariadb"
  432. },
  433. "from": {
  434. "kind": "ImageStreamTag",
  435. "name": "10.1"
  436. }
  437. },
  438. {
  439. "name": "10.1",
  440. "annotations": {
  441. "openshift.io/display-name": "MariaDB 10.1",
  442. "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.",
  443. "iconClass": "icon-mariadb",
  444. "tags": "mariadb",
  445. "version": "10.1"
  446. },
  447. "from": {
  448. "kind": "DockerImage",
  449. "name": "registry.access.redhat.com/rhscl/mariadb-101-rhel7:latest"
  450. }
  451. }
  452. ]
  453. }
  454. },
  455. {
  456. "kind": "ImageStream",
  457. "apiVersion": "v1",
  458. "metadata": {
  459. "name": "postgresql",
  460. "annotations": {
  461. "openshift.io/display-name": "PostgreSQL"
  462. }
  463. },
  464. "spec": {
  465. "tags": [
  466. {
  467. "name": "latest",
  468. "annotations": {
  469. "openshift.io/display-name": "PostgreSQL (Latest)",
  470. "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.",
  471. "iconClass": "icon-postgresql",
  472. "tags": "postgresql"
  473. },
  474. "from": {
  475. "kind": "ImageStreamTag",
  476. "name": "9.5"
  477. }
  478. },
  479. {
  480. "name": "9.2",
  481. "annotations": {
  482. "openshift.io/display-name": "PostgreSQL 9.2",
  483. "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.",
  484. "iconClass": "icon-postgresql",
  485. "tags": "postgresql",
  486. "version": "9.2"
  487. },
  488. "from": {
  489. "kind": "DockerImage",
  490. "name": "registry.access.redhat.com/openshift3/postgresql-92-rhel7:latest"
  491. }
  492. },
  493. {
  494. "name": "9.4",
  495. "annotations": {
  496. "openshift.io/display-name": "PostgreSQL 9.4",
  497. "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.",
  498. "iconClass": "icon-postgresql",
  499. "tags": "postgresql",
  500. "version": "9.4"
  501. },
  502. "from": {
  503. "kind": "DockerImage",
  504. "name": "registry.access.redhat.com/rhscl/postgresql-94-rhel7:latest"
  505. }
  506. },
  507. {
  508. "name": "9.5",
  509. "annotations": {
  510. "openshift.io/display-name": "PostgreSQL 9.5",
  511. "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.",
  512. "iconClass": "icon-postgresql",
  513. "tags": "postgresql",
  514. "version": "9.5"
  515. },
  516. "from": {
  517. "kind": "DockerImage",
  518. "name": "registry.access.redhat.com/rhscl/postgresql-95-rhel7:latest"
  519. }
  520. }
  521. ]
  522. }
  523. },
  524. {
  525. "kind": "ImageStream",
  526. "apiVersion": "v1",
  527. "metadata": {
  528. "name": "mongodb",
  529. "annotations": {
  530. "openshift.io/display-name": "MongoDB"
  531. }
  532. },
  533. "spec": {
  534. "tags": [
  535. {
  536. "name": "latest",
  537. "annotations": {
  538. "openshift.io/display-name": "MongoDB (Latest)",
  539. "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.",
  540. "iconClass": "icon-mongodb",
  541. "tags": "mongodb"
  542. },
  543. "from": {
  544. "kind": "ImageStreamTag",
  545. "name": "3.2"
  546. }
  547. },
  548. {
  549. "name": "2.4",
  550. "annotations": {
  551. "openshift.io/display-name": "MongoDB 2.4",
  552. "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.",
  553. "iconClass": "icon-mongodb",
  554. "tags": "mongodb",
  555. "version": "2.4"
  556. },
  557. "from": {
  558. "kind": "DockerImage",
  559. "name": "registry.access.redhat.com/openshift3/mongodb-24-rhel7:latest"
  560. }
  561. },
  562. {
  563. "name": "2.6",
  564. "annotations": {
  565. "openshift.io/display-name": "MongoDB 2.6",
  566. "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.",
  567. "iconClass": "icon-mongodb",
  568. "tags": "mongodb",
  569. "version": "2.6"
  570. },
  571. "from": {
  572. "kind": "DockerImage",
  573. "name": "registry.access.redhat.com/rhscl/mongodb-26-rhel7:latest"
  574. }
  575. },
  576. {
  577. "name": "3.2",
  578. "annotations": {
  579. "openshift.io/display-name": "MongoDB 3.2",
  580. "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.",
  581. "iconClass": "icon-mongodb",
  582. "tags": "mongodb",
  583. "version": "3.2"
  584. },
  585. "from": {
  586. "kind": "DockerImage",
  587. "name": "registry.access.redhat.com/rhscl/mongodb-32-rhel7:latest"
  588. }
  589. }
  590. ]
  591. }
  592. },
  593. {
  594. "kind": "ImageStream",
  595. "apiVersion": "v1",
  596. "metadata": {
  597. "name": "jenkins",
  598. "annotations": {
  599. "openshift.io/display-name": "Jenkins"
  600. }
  601. },
  602. "spec": {
  603. "tags": [
  604. {
  605. "name": "latest",
  606. "annotations": {
  607. "openshift.io/display-name": "Jenkins (Latest)",
  608. "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.",
  609. "iconClass": "icon-jenkins",
  610. "tags": "jenkins"
  611. },
  612. "from": {
  613. "kind": "ImageStreamTag",
  614. "name": "2"
  615. }
  616. },
  617. {
  618. "name": "1",
  619. "annotations": {
  620. "openshift.io/display-name": "Jenkins 1.X",
  621. "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.",
  622. "iconClass": "icon-jenkins",
  623. "tags": "jenkins",
  624. "version": "1.x"
  625. },
  626. "from": {
  627. "kind": "DockerImage",
  628. "name": "registry.access.redhat.com/openshift3/jenkins-1-rhel7:latest"
  629. }
  630. },
  631. {
  632. "name": "2",
  633. "annotations": {
  634. "openshift.io/display-name": "Jenkins 2.X",
  635. "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.",
  636. "iconClass": "icon-jenkins",
  637. "tags": "jenkins",
  638. "version": "2.x"
  639. },
  640. "from": {
  641. "kind": "DockerImage",
  642. "name": "registry.access.redhat.com/openshift3/jenkins-2-rhel7:latest"
  643. }
  644. }
  645. ]
  646. }
  647. }
  648. ]
  649. }