image-streams-rhel7.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  1. {
  2. "kind": "ImageStreamList",
  3. "apiVersion": "v1",
  4. "metadata": {},
  5. "items": [
  6. {
  7. "kind": "ImageStream",
  8. "apiVersion": "v1",
  9. "metadata": {
  10. "name": "ruby",
  11. "creationTimestamp": null
  12. },
  13. "spec": {
  14. "tags": [
  15. {
  16. "name": "latest",
  17. "annotations": {
  18. "description": "Build and run Ruby applications",
  19. "iconClass": "icon-ruby",
  20. "tags": "builder,ruby",
  21. "supports": "ruby,ruby",
  22. "sampleRepo": "https://github.com/openshift/ruby-ex.git"
  23. },
  24. "from": {
  25. "kind": "ImageStreamTag",
  26. "name": "2.2"
  27. }
  28. },
  29. {
  30. "name": "2.0",
  31. "annotations": {
  32. "description": "Build and run Ruby 2.0 applications",
  33. "iconClass": "icon-ruby",
  34. "tags": "builder,ruby",
  35. "supports": "ruby:2.0,ruby",
  36. "version": "2.0",
  37. "sampleRepo": "https://github.com/openshift/ruby-ex.git"
  38. },
  39. "from": {
  40. "kind": "DockerImage",
  41. "name": "registry.access.redhat.com/openshift3/ruby-20-rhel7:latest"
  42. }
  43. },
  44. {
  45. "name": "2.2",
  46. "annotations": {
  47. "description": "Build and run Ruby 2.2 applications",
  48. "iconClass": "icon-ruby",
  49. "tags": "builder,ruby",
  50. "supports": "ruby:2.2,ruby",
  51. "version": "2.2",
  52. "sampleRepo": "https://github.com/openshift/ruby-ex.git"
  53. },
  54. "from": {
  55. "kind": "DockerImage",
  56. "name": "registry.access.redhat.com/rhscl/ruby-22-rhel7:latest"
  57. }
  58. }
  59. ]
  60. }
  61. },
  62. {
  63. "kind": "ImageStream",
  64. "apiVersion": "v1",
  65. "metadata": {
  66. "name": "nodejs",
  67. "creationTimestamp": null
  68. },
  69. "spec": {
  70. "tags": [
  71. {
  72. "name": "latest",
  73. "annotations": {
  74. "description": "Build and run NodeJS applications",
  75. "iconClass": "icon-nodejs",
  76. "tags": "builder,nodejs",
  77. "supports":"nodejs",
  78. "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
  79. },
  80. "from": {
  81. "kind": "ImageStreamTag",
  82. "name": "0.10"
  83. }
  84. },
  85. {
  86. "name": "0.10",
  87. "annotations": {
  88. "description": "Build and run NodeJS 0.10 applications",
  89. "iconClass": "icon-nodejs",
  90. "tags": "builder,nodejs",
  91. "supports":"nodejs:0.10,nodejs:0.1,nodejs",
  92. "version": "0.10",
  93. "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
  94. },
  95. "from": {
  96. "kind": "DockerImage",
  97. "name": "registry.access.redhat.com/openshift3/nodejs-010-rhel7:latest"
  98. }
  99. }
  100. ]
  101. }
  102. },
  103. {
  104. "kind": "ImageStream",
  105. "apiVersion": "v1",
  106. "metadata": {
  107. "name": "perl",
  108. "creationTimestamp": null
  109. },
  110. "spec": {
  111. "tags": [
  112. {
  113. "name": "latest",
  114. "annotations": {
  115. "description": "Build and run Perl applications",
  116. "iconClass": "icon-perl",
  117. "tags": "builder,perl",
  118. "supports":"perl",
  119. "sampleRepo": "https://github.com/openshift/dancer-ex.git"
  120. },
  121. "from": {
  122. "kind": "ImageStreamTag",
  123. "name": "5.20"
  124. }
  125. },
  126. {
  127. "name": "5.16",
  128. "annotations": {
  129. "description": "Build and run Perl 5.16 applications",
  130. "iconClass": "icon-perl",
  131. "tags": "builder,perl",
  132. "supports":"perl:5.16,perl",
  133. "version": "5.16",
  134. "sampleRepo": "https://github.com/openshift/dancer-ex.git"
  135. },
  136. "from": {
  137. "kind": "DockerImage",
  138. "name": "registry.access.redhat.com/openshift3/perl-516-rhel7:latest"
  139. }
  140. },
  141. {
  142. "name": "5.20",
  143. "annotations": {
  144. "description": "Build and run Perl 5.20 applications",
  145. "iconClass": "icon-perl",
  146. "tags": "builder,perl",
  147. "supports":"perl:5.20,perl",
  148. "version": "5.20",
  149. "sampleRepo": "https://github.com/openshift/dancer-ex.git"
  150. },
  151. "from": {
  152. "kind": "DockerImage",
  153. "name": "registry.access.redhat.com/rhscl/perl-520-rhel7:latest"
  154. }
  155. }
  156. ]
  157. }
  158. },
  159. {
  160. "kind": "ImageStream",
  161. "apiVersion": "v1",
  162. "metadata": {
  163. "name": "php",
  164. "creationTimestamp": null
  165. },
  166. "spec": {
  167. "tags": [
  168. {
  169. "name": "latest",
  170. "annotations": {
  171. "description": "Build and run PHP applications",
  172. "iconClass": "icon-php",
  173. "tags": "builder,php",
  174. "supports":"php",
  175. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  176. },
  177. "from": {
  178. "kind": "ImageStreamTag",
  179. "name": "5.6"
  180. }
  181. },
  182. {
  183. "name": "5.5",
  184. "annotations": {
  185. "description": "Build and run PHP 5.5 applications",
  186. "iconClass": "icon-php",
  187. "tags": "builder,php",
  188. "supports":"php:5.5,php",
  189. "version": "5.5",
  190. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  191. },
  192. "from": {
  193. "kind": "DockerImage",
  194. "name": "registry.access.redhat.com/openshift3/php-55-rhel7:latest"
  195. }
  196. },
  197. {
  198. "name": "5.6",
  199. "annotations": {
  200. "description": "Build and run PHP 5.6 applications",
  201. "iconClass": "icon-php",
  202. "tags": "builder,php",
  203. "supports":"php:5.6,php",
  204. "version": "5.6",
  205. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  206. },
  207. "from": {
  208. "kind": "DockerImage",
  209. "name": "registry.access.redhat.com/rhscl/php-56-rhel7:latest"
  210. }
  211. }
  212. ]
  213. }
  214. },
  215. {
  216. "kind": "ImageStream",
  217. "apiVersion": "v1",
  218. "metadata": {
  219. "name": "python",
  220. "creationTimestamp": null
  221. },
  222. "spec": {
  223. "tags": [
  224. {
  225. "name": "latest",
  226. "annotations": {
  227. "description": "Build and run Python applications",
  228. "iconClass": "icon-python",
  229. "tags": "builder,python",
  230. "supports":"python",
  231. "sampleRepo": "https://github.com/openshift/django-ex.git"
  232. },
  233. "from": {
  234. "kind": "ImageStreamTag",
  235. "name": "3.4"
  236. }
  237. },
  238. {
  239. "name": "3.3",
  240. "annotations": {
  241. "description": "Build and run Python 3.3 applications",
  242. "iconClass": "icon-python",
  243. "tags": "builder,python",
  244. "supports":"python:3.3,python",
  245. "version": "3.3",
  246. "sampleRepo": "https://github.com/openshift/django-ex.git"
  247. },
  248. "from": {
  249. "kind": "DockerImage",
  250. "name": "registry.access.redhat.com/openshift3/python-33-rhel7:latest"
  251. }
  252. },
  253. {
  254. "name": "2.7",
  255. "annotations": {
  256. "description": "Build and run Python 2.7 applications",
  257. "iconClass": "icon-python",
  258. "tags": "builder,python",
  259. "supports":"python:2.7,python",
  260. "version": "2.7",
  261. "sampleRepo": "https://github.com/openshift/django-ex.git"
  262. },
  263. "from": {
  264. "kind": "DockerImage",
  265. "name": "registry.access.redhat.com/rhscl/python-27-rhel7:latest"
  266. }
  267. },
  268. {
  269. "name": "3.4",
  270. "annotations": {
  271. "description": "Build and run Python 3.4 applications",
  272. "iconClass": "icon-python",
  273. "tags": "builder,python",
  274. "supports":"python:3.4,python",
  275. "version": "3.4",
  276. "sampleRepo": "https://github.com/openshift/django-ex.git"
  277. },
  278. "from": {
  279. "kind": "DockerImage",
  280. "name": "registry.access.redhat.com/rhscl/python-34-rhel7:latest"
  281. }
  282. }
  283. ]
  284. }
  285. },
  286. {
  287. "kind": "ImageStream",
  288. "apiVersion": "v1",
  289. "metadata": {
  290. "name": "mysql",
  291. "creationTimestamp": null
  292. },
  293. "spec": {
  294. "tags": [
  295. {
  296. "name": "latest",
  297. "annotations": {
  298. "description": "Provides a MySQL database",
  299. "iconClass": "icon-mysql-database",
  300. "tags": "mysql"
  301. },
  302. "from": {
  303. "kind": "ImageStreamTag",
  304. "name": "5.6"
  305. }
  306. },
  307. {
  308. "name": "5.5",
  309. "annotations": {
  310. "description": "Provides a MySQL v5.5 database",
  311. "iconClass": "icon-mysql-database",
  312. "tags": "mysql",
  313. "version": "5.5"
  314. },
  315. "from": {
  316. "kind": "DockerImage",
  317. "name": "registry.access.redhat.com/openshift3/mysql-55-rhel7:latest"
  318. }
  319. },
  320. {
  321. "name": "5.6",
  322. "annotations": {
  323. "description": "Provides a MySQL v5.6 database",
  324. "iconClass": "icon-mysql-database",
  325. "tags": "mysql",
  326. "version": "5.6"
  327. },
  328. "from": {
  329. "kind": "DockerImage",
  330. "name": "registry.access.redhat.com/rhscl/mysql-56-rhel7:latest"
  331. }
  332. }
  333. ]
  334. }
  335. },
  336. {
  337. "kind": "ImageStream",
  338. "apiVersion": "v1",
  339. "metadata": {
  340. "name": "postgresql",
  341. "creationTimestamp": null
  342. },
  343. "spec": {
  344. "tags": [
  345. {
  346. "name": "latest",
  347. "annotations": {
  348. "description": "Provides a PostgreSQL database",
  349. "iconClass": "icon-postgresql",
  350. "tags": "postgresql"
  351. },
  352. "from": {
  353. "kind": "ImageStreamTag",
  354. "name": "9.4"
  355. }
  356. },
  357. {
  358. "name": "9.2",
  359. "annotations": {
  360. "description": "Provides a PostgreSQL v9.2 database",
  361. "iconClass": "icon-postgresql",
  362. "tags": "postgresql",
  363. "version": "9.2"
  364. },
  365. "from": {
  366. "kind": "DockerImage",
  367. "name": "registry.access.redhat.com/openshift3/postgresql-92-rhel7:latest"
  368. }
  369. },
  370. {
  371. "name": "9.4",
  372. "annotations": {
  373. "description": "Provides a PostgreSQL v9.4 database",
  374. "iconClass": "icon-postgresql",
  375. "tags": "postgresql",
  376. "version": "9.4"
  377. },
  378. "from": {
  379. "kind": "DockerImage",
  380. "name": "registry.access.redhat.com/rhscl/postgresql-94-rhel7:latest"
  381. }
  382. }
  383. ]
  384. }
  385. },
  386. {
  387. "kind": "ImageStream",
  388. "apiVersion": "v1",
  389. "metadata": {
  390. "name": "mongodb",
  391. "creationTimestamp": null
  392. },
  393. "spec": {
  394. "tags": [
  395. {
  396. "name": "latest",
  397. "annotations": {
  398. "description": "Provides a MongoDB database",
  399. "iconClass": "icon-mongodb",
  400. "tags": "mongodb"
  401. },
  402. "from": {
  403. "kind": "ImageStreamTag",
  404. "name": "2.6"
  405. }
  406. },
  407. {
  408. "name": "2.4",
  409. "annotations": {
  410. "description": "Provides a MongoDB v2.4 database",
  411. "iconClass": "icon-mongodb",
  412. "tags": "mongodb",
  413. "version": "2.4"
  414. },
  415. "from": {
  416. "kind": "DockerImage",
  417. "name": "registry.access.redhat.com/openshift3/mongodb-24-rhel7:latest"
  418. }
  419. },
  420. {
  421. "name": "2.6",
  422. "annotations": {
  423. "description": "Provides a MongoDB v2.6 database",
  424. "iconClass": "icon-mongodb",
  425. "tags": "mongodb",
  426. "version": "2.6"
  427. },
  428. "from": {
  429. "kind": "DockerImage",
  430. "name": "registry.access.redhat.com/rhscl/mongodb-26-rhel7:latest"
  431. }
  432. }
  433. ]
  434. }
  435. },
  436. {
  437. "kind": "ImageStream",
  438. "apiVersion": "v1",
  439. "metadata": {
  440. "name": "jenkins",
  441. "creationTimestamp": null
  442. },
  443. "spec": {
  444. "tags": [
  445. {
  446. "name": "latest",
  447. "annotations": {
  448. "description": "Provides a Jenkins server",
  449. "iconClass": "icon-jenkins",
  450. "tags": "jenkins"
  451. },
  452. "from": {
  453. "kind": "ImageStreamTag",
  454. "name": "1"
  455. }
  456. },
  457. {
  458. "name": "1",
  459. "annotations": {
  460. "description": "Provides a Jenkins server",
  461. "iconClass": "icon-jenkins",
  462. "tags": "jenkins",
  463. "version": "1.x"
  464. },
  465. "from": {
  466. "kind": "DockerImage",
  467. "name": "registry.access.redhat.com/openshift3/jenkins-1-rhel7:latest"
  468. }
  469. }
  470. ]
  471. }
  472. }
  473. ]
  474. }