image-streams-rhel7.json 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  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. "dockerImageRepository": "registry.access.redhat.com/openshift3/ruby-20-rhel7",
  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. "sampleRepo": "https://github.com/openshift/ruby-ex.git"
  28. },
  29. "from": {
  30. "Kind": "ImageStreamTag",
  31. "Name": "latest"
  32. }
  33. }
  34. ]
  35. }
  36. },
  37. {
  38. "kind": "ImageStream",
  39. "apiVersion": "v1",
  40. "metadata": {
  41. "name": "nodejs",
  42. "creationTimestamp": null
  43. },
  44. "spec": {
  45. "dockerImageRepository": "registry.access.redhat.com/openshift3/nodejs-010-rhel7",
  46. "tags": [
  47. {
  48. "name": "latest"
  49. },
  50. {
  51. "name": "0.10",
  52. "annotations": {
  53. "description": "Build and run NodeJS 0.10 applications",
  54. "iconClass": "icon-nodejs",
  55. "tags": "builder,nodejs",
  56. "supports":"nodejs:0.10,nodejs:0.1,nodejs",
  57. "version": "0.10",
  58. "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
  59. },
  60. "from": {
  61. "Kind": "ImageStreamTag",
  62. "Name": "latest"
  63. }
  64. }
  65. ]
  66. }
  67. },
  68. {
  69. "kind": "ImageStream",
  70. "apiVersion": "v1",
  71. "metadata": {
  72. "name": "perl",
  73. "creationTimestamp": null
  74. },
  75. "spec": {
  76. "dockerImageRepository": "registry.access.redhat.com/openshift3/perl-516-rhel7",
  77. "tags": [
  78. {
  79. "name": "latest"
  80. },
  81. {
  82. "name": "5.16",
  83. "annotations": {
  84. "description": "Build and run Perl 5.16 applications",
  85. "iconClass": "icon-perl",
  86. "tags": "builder,perl",
  87. "supports":"perl:5.16,perl",
  88. "version": "5.16",
  89. "sampleRepo": "https://github.com/openshift/dancer-ex.git"
  90. },
  91. "from": {
  92. "Kind": "ImageStreamTag",
  93. "Name": "latest"
  94. }
  95. }
  96. ]
  97. }
  98. },
  99. {
  100. "kind": "ImageStream",
  101. "apiVersion": "v1",
  102. "metadata": {
  103. "name": "php",
  104. "creationTimestamp": null
  105. },
  106. "spec": {
  107. "dockerImageRepository": "registry.access.redhat.com/openshift3/php-55-rhel7",
  108. "tags": [
  109. {
  110. "name": "latest"
  111. },
  112. {
  113. "name": "5.5",
  114. "annotations": {
  115. "description": "Build and run PHP 5.5 applications",
  116. "iconClass": "icon-php",
  117. "tags": "builder,php",
  118. "supports":"php:5.5,php",
  119. "version": "5.5",
  120. "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
  121. },
  122. "from": {
  123. "Kind": "ImageStreamTag",
  124. "Name": "latest"
  125. }
  126. }
  127. ]
  128. }
  129. },
  130. {
  131. "kind": "ImageStream",
  132. "apiVersion": "v1",
  133. "metadata": {
  134. "name": "python",
  135. "creationTimestamp": null
  136. },
  137. "spec": {
  138. "dockerImageRepository": "registry.access.redhat.com/openshift3/python-33-rhel7",
  139. "tags": [
  140. {
  141. "name": "latest"
  142. },
  143. {
  144. "name": "3.3",
  145. "annotations": {
  146. "description": "Build and run Python 3.3 applications",
  147. "iconClass": "icon-python",
  148. "tags": "builder,python",
  149. "supports":"python:3.3,python",
  150. "version": "3.3",
  151. "sampleRepo": "https://github.com/openshift/django-ex.git"
  152. },
  153. "from": {
  154. "Kind": "ImageStreamTag",
  155. "Name": "latest"
  156. }
  157. }
  158. ]
  159. }
  160. },
  161. {
  162. "kind": "ImageStream",
  163. "apiVersion": "v1",
  164. "metadata": {
  165. "name": "mysql",
  166. "creationTimestamp": null
  167. },
  168. "spec": {
  169. "dockerImageRepository": "registry.access.redhat.com/openshift3/mysql-55-rhel7",
  170. "tags": [
  171. {
  172. "name": "latest"
  173. },
  174. {
  175. "name": "5.5",
  176. "from": {
  177. "Kind": "ImageStreamTag",
  178. "Name": "latest"
  179. }
  180. }
  181. ]
  182. }
  183. },
  184. {
  185. "kind": "ImageStream",
  186. "apiVersion": "v1",
  187. "metadata": {
  188. "name": "postgresql",
  189. "creationTimestamp": null
  190. },
  191. "spec": {
  192. "dockerImageRepository": "registry.access.redhat.com/openshift3/postgresql-92-rhel7",
  193. "tags": [
  194. {
  195. "name": "latest"
  196. },
  197. {
  198. "name": "9.2",
  199. "from": {
  200. "Kind": "ImageStreamTag",
  201. "Name": "latest"
  202. }
  203. }
  204. ]
  205. }
  206. },
  207. {
  208. "kind": "ImageStream",
  209. "apiVersion": "v1",
  210. "metadata": {
  211. "name": "mongodb",
  212. "creationTimestamp": null
  213. },
  214. "spec": {
  215. "dockerImageRepository": "registry.access.redhat.com/openshift3/mongodb-24-rhel7",
  216. "tags": [
  217. {
  218. "name": "latest"
  219. },
  220. {
  221. "name": "2.4",
  222. "from": {
  223. "Kind": "ImageStreamTag",
  224. "Name": "latest"
  225. }
  226. }
  227. ]
  228. }
  229. },
  230. {
  231. "kind": "ImageStream",
  232. "apiVersion": "v1",
  233. "metadata": {
  234. "name": "jenkins",
  235. "creationTimestamp": null
  236. },
  237. "spec": {
  238. "dockerImageRepository": "registry.access.redhat.com/openshift3/jenkins-1-rhel7",
  239. "tags": [
  240. {
  241. "name": "latest"
  242. },
  243. {
  244. "name": "1",
  245. "from": {
  246. "Kind": "ImageStreamTag",
  247. "Name": "latest"
  248. }
  249. }
  250. ]
  251. }
  252. }
  253. ]
  254. }