image-streams-centos7.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. {
  2. "kind": "ImageStreamList",
  3. "apiVersion": "v1beta3",
  4. "metadata": {},
  5. "items": [
  6. {
  7. "kind": "ImageStream",
  8. "apiVersion": "v1beta3",
  9. "metadata": {
  10. "name": "ruby",
  11. "creationTimestamp": null
  12. },
  13. "spec": {
  14. "dockerImageRepository": "openshift/ruby-20-centos7",
  15. "tags": [
  16. {
  17. "name": "latest"
  18. },
  19. {
  20. "name": "2.0",
  21. "annotations": {
  22. "description": "Build and run Ruby 2.0 applications",
  23. "iconClass": "icon-ruby",
  24. "tags": "builder,ruby",
  25. "supports": "ruby:2.0,ruby",
  26. "version": "2.0"
  27. },
  28. "from": {
  29. "Kind": "ImageStreamTag",
  30. "Name": "latest"
  31. }
  32. }
  33. ]
  34. }
  35. },
  36. {
  37. "kind": "ImageStream",
  38. "apiVersion": "v1beta3",
  39. "metadata": {
  40. "name": "nodejs",
  41. "creationTimestamp": null
  42. },
  43. "spec": {
  44. "dockerImageRepository": "openshift/nodejs-010-centos7",
  45. "tags": [
  46. {
  47. "name": "latest"
  48. },
  49. {
  50. "name": "0.10",
  51. "annotations": {
  52. "description": "Build and run NodeJS 0.10 applications",
  53. "iconClass": "icon-nodejs",
  54. "tags": "builder,nodejs",
  55. "supports":"nodejs:0.10,nodejs:0.1,nodejs",
  56. "version": "0.10"
  57. },
  58. "from": {
  59. "Kind": "ImageStreamTag",
  60. "Name": "latest"
  61. }
  62. }
  63. ]
  64. }
  65. },
  66. {
  67. "kind": "ImageStream",
  68. "apiVersion": "v1beta3",
  69. "metadata": {
  70. "name": "perl",
  71. "creationTimestamp": null
  72. },
  73. "spec": {
  74. "dockerImageRepository": "openshift/perl-516-centos7",
  75. "tags": [
  76. {
  77. "name": "latest"
  78. },
  79. {
  80. "name": "5.16",
  81. "annotations": {
  82. "description": "Build and run Perl 5.16 applications",
  83. "iconClass": "icon-perl",
  84. "tags": "builder,perl",
  85. "supports":"perl:5.16,perl",
  86. "version": "5.16"
  87. },
  88. "from": {
  89. "Kind": "ImageStreamTag",
  90. "Name": "latest"
  91. }
  92. }
  93. ]
  94. }
  95. },
  96. {
  97. "kind": "ImageStream",
  98. "apiVersion": "v1beta3",
  99. "metadata": {
  100. "name": "php",
  101. "creationTimestamp": null
  102. },
  103. "spec": {
  104. "dockerImageRepository": "openshift/php-55-centos7",
  105. "tags": [
  106. {
  107. "name": "latest"
  108. },
  109. {
  110. "name": "5.5",
  111. "annotations": {
  112. "description": "Build and run PHP 5.5 applications",
  113. "iconClass": "icon-php",
  114. "tags": "builder,php",
  115. "supports":"php:5.5,php",
  116. "version": "5.5"
  117. },
  118. "from": {
  119. "Kind": "ImageStreamTag",
  120. "Name": "latest"
  121. }
  122. }
  123. ]
  124. }
  125. },
  126. {
  127. "kind": "ImageStream",
  128. "apiVersion": "v1beta3",
  129. "metadata": {
  130. "name": "python",
  131. "creationTimestamp": null
  132. },
  133. "spec": {
  134. "dockerImageRepository": "openshift/python-33-centos7",
  135. "tags": [
  136. {
  137. "name": "latest"
  138. },
  139. {
  140. "name": "3.3",
  141. "annotations": {
  142. "description": "Build and run Python 3.3 applications",
  143. "iconClass": "icon-python",
  144. "tags": "builder,python",
  145. "supports":"python:3.3,python",
  146. "version": "3.3"
  147. },
  148. "from": {
  149. "Kind": "ImageStreamTag",
  150. "Name": "latest"
  151. }
  152. }
  153. ]
  154. }
  155. },
  156. {
  157. "kind": "ImageStream",
  158. "apiVersion": "v1beta3",
  159. "metadata": {
  160. "name": "wildfly",
  161. "creationTimestamp": null
  162. },
  163. "spec": {
  164. "dockerImageRepository": "openshift/wildfly-8-centos",
  165. "tags": [
  166. {
  167. "name": "latest"
  168. },
  169. {
  170. "name": "8",
  171. "annotations": {
  172. "description": "Build and run Java applications on Wildfly 8",
  173. "iconClass": "icon-wildfly",
  174. "tags": "builder,wildfly,java",
  175. "supports":"wildfly:8,jee,java",
  176. "version": "8"
  177. },
  178. "from": {
  179. "Kind": "ImageStreamTag",
  180. "Name": "latest"
  181. }
  182. }
  183. ]
  184. }
  185. },
  186. {
  187. "kind": "ImageStream",
  188. "apiVersion": "v1beta3",
  189. "metadata": {
  190. "name": "mysql",
  191. "creationTimestamp": null
  192. },
  193. "spec": {
  194. "dockerImageRepository": "openshift/mysql-55-centos7",
  195. "tags": [
  196. {
  197. "name": "latest"
  198. },
  199. {
  200. "name": "5.5",
  201. "from": {
  202. "Kind": "ImageStreamTag",
  203. "Name": "latest"
  204. }
  205. }
  206. ]
  207. }
  208. },
  209. {
  210. "kind": "ImageStream",
  211. "apiVersion": "v1beta3",
  212. "metadata": {
  213. "name": "postgresql",
  214. "creationTimestamp": null
  215. },
  216. "spec": {
  217. "dockerImageRepository": "openshift/postgresql-92-centos7",
  218. "tags": [
  219. {
  220. "name": "latest"
  221. },
  222. {
  223. "name": "9.2",
  224. "from": {
  225. "Kind": "ImageStreamTag",
  226. "Name": "latest"
  227. }
  228. }
  229. ]
  230. }
  231. },
  232. {
  233. "kind": "ImageStream",
  234. "apiVersion": "v1beta3",
  235. "metadata": {
  236. "name": "mongodb",
  237. "creationTimestamp": null
  238. },
  239. "spec": {
  240. "dockerImageRepository": "openshift/mongodb-24-centos7",
  241. "tags": [
  242. {
  243. "name": "latest"
  244. },
  245. {
  246. "name": "2.4",
  247. "from": {
  248. "Kind": "ImageStreamTag",
  249. "Name": "latest"
  250. }
  251. }
  252. ]
  253. }
  254. },
  255. {
  256. "kind": "ImageStream",
  257. "apiVersion": "v1beta3",
  258. "metadata": {
  259. "name": "jenkins",
  260. "creationTimestamp": null
  261. },
  262. "spec": {
  263. "dockerImageRepository": "openshift/jenkins-16-centos7",
  264. "tags": [
  265. {
  266. "name": "latest"
  267. },
  268. {
  269. "name": "1.6",
  270. "from": {
  271. "Kind": "ImageStreamTag",
  272. "Name": "latest"
  273. }
  274. }
  275. ]
  276. }
  277. }
  278. ]
  279. }