image-streams-centos7.json 11 KB

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