image-streams-rhel7.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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": "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. },
  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": "registry.access.redhat.com/openshift3/nodejs-010-rhel7",
  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": "registry.access.redhat.com/openshift3/perl-516-rhel7",
  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": "registry.access.redhat.com/openshift3/php-55-rhel7",
  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": "registry.access.redhat.com/openshift3/python-33-rhel7",
  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": "mysql",
  161. "creationTimestamp": null
  162. },
  163. "spec": {
  164. "dockerImageRepository": "registry.access.redhat.com/openshift3/mysql-55-rhel7",
  165. "tags": [
  166. {
  167. "name": "latest"
  168. },
  169. {
  170. "name": "5.5",
  171. "from": {
  172. "Kind": "ImageStreamTag",
  173. "Name": "latest"
  174. }
  175. }
  176. ]
  177. }
  178. },
  179. {
  180. "kind": "ImageStream",
  181. "apiVersion": "v1beta3",
  182. "metadata": {
  183. "name": "postgresql",
  184. "creationTimestamp": null
  185. },
  186. "spec": {
  187. "dockerImageRepository": "registry.access.redhat.com/openshift3/postgresql-92-rhel7",
  188. "tags": [
  189. {
  190. "name": "latest"
  191. },
  192. {
  193. "name": "9.2",
  194. "from": {
  195. "Kind": "ImageStreamTag",
  196. "Name": "latest"
  197. }
  198. }
  199. ]
  200. }
  201. },
  202. {
  203. "kind": "ImageStream",
  204. "apiVersion": "v1beta3",
  205. "metadata": {
  206. "name": "mongodb",
  207. "creationTimestamp": null
  208. },
  209. "spec": {
  210. "dockerImageRepository": "registry.access.redhat.com/openshift3/mongodb-24-rhel7",
  211. "tags": [
  212. {
  213. "name": "latest"
  214. },
  215. {
  216. "name": "2.4",
  217. "from": {
  218. "Kind": "ImageStreamTag",
  219. "Name": "latest"
  220. }
  221. }
  222. ]
  223. }
  224. }
  225. ]
  226. }