dotnet_imagestreams.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. {
  2. "kind": "ImageStreamList",
  3. "apiVersion": "v1",
  4. "metadata": {
  5. "name": "dotnet-image-streams",
  6. "annotations": {
  7. "description": "ImageStream definitions for .NET Core on RHEL"
  8. }
  9. },
  10. "items": [
  11. {
  12. "kind": "ImageStream",
  13. "apiVersion": "v1",
  14. "metadata": {
  15. "name": "dotnet",
  16. "annotations": {
  17. "openshift.io/display-name": ".NET Core"
  18. }
  19. },
  20. "spec": {
  21. "tags": [
  22. {
  23. "name": "latest",
  24. "annotations": {
  25. "openshift.io/display-name": ".NET Core (Latest)",
  26. "description": "Build and run .NET Core applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.1/build/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET Core available on OpenShift, including major versions updates.",
  27. "iconClass": "icon-dotnet",
  28. "tags": "builder,.net,dotnet,dotnetcore",
  29. "supports":"dotnet",
  30. "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
  31. "sampleContextDir": "app",
  32. "sampleRef": "dotnetcore-2.1"
  33. },
  34. "referencePolicy": {
  35. "type": "Local"
  36. },
  37. "from": {
  38. "kind": "ImageStreamTag",
  39. "name": "2.1"
  40. }
  41. },
  42. {
  43. "name": "2.1",
  44. "annotations": {
  45. "openshift.io/display-name": ".NET Core 2.1",
  46. "description": "Build and run .NET Core 2.1 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.1/build/README.md.",
  47. "iconClass": "icon-dotnet",
  48. "tags": "builder,.net,dotnet,dotnetcore,rh-dotnet21",
  49. "supports":"dotnet:2.1,dotnet",
  50. "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
  51. "sampleContextDir": "app",
  52. "sampleRef": "dotnetcore-2.1",
  53. "version": "2.1"
  54. },
  55. "referencePolicy": {
  56. "type": "Local"
  57. },
  58. "from": {
  59. "kind": "DockerImage",
  60. "name": "registry.redhat.io/dotnet/dotnet-21-rhel7:2.1"
  61. }
  62. },
  63. {
  64. "name": "2.0",
  65. "annotations": {
  66. "openshift.io/display-name": ".NET Core 2.0",
  67. "description": "Build and run .NET Core 2.0 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.0/build/README.md.",
  68. "iconClass": "icon-dotnet",
  69. "tags": "builder,.net,dotnet,dotnetcore,rh-dotnet20",
  70. "supports":"dotnet:2.0,dotnet",
  71. "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
  72. "sampleContextDir": "app",
  73. "sampleRef": "dotnetcore-2.0",
  74. "version": "2.0"
  75. },
  76. "referencePolicy": {
  77. "type": "Local"
  78. },
  79. "from": {
  80. "kind": "DockerImage",
  81. "name": "registry.redhat.io/dotnet/dotnet-20-rhel7:2.0"
  82. }
  83. },
  84. {
  85. "name": "1.1",
  86. "annotations": {
  87. "openshift.io/display-name": ".NET Core 1.1",
  88. "description": "Build and run .NET Core 1.1 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/1.1/README.md.",
  89. "iconClass": "icon-dotnet",
  90. "tags": "builder,.net,dotnet,dotnetcore,rh-dotnetcore11",
  91. "supports":"dotnet:1.1,dotnet",
  92. "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
  93. "sampleContextDir": "app",
  94. "sampleRef": "dotnetcore-1.1",
  95. "version": "1.1"
  96. },
  97. "referencePolicy": {
  98. "type": "Local"
  99. },
  100. "from": {
  101. "kind": "DockerImage",
  102. "name": "registry.redhat.io/dotnet/dotnetcore-11-rhel7:1.1"
  103. }
  104. },
  105. {
  106. "name": "1.0",
  107. "annotations": {
  108. "openshift.io/display-name": ".NET Core 1.0",
  109. "description": "Build and run .NET Core 1.0 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/1.0/README.md.",
  110. "iconClass": "icon-dotnet",
  111. "tags": "builder,.net,dotnet,dotnetcore,rh-dotnetcore10",
  112. "supports":"dotnet:1.0,dotnet",
  113. "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
  114. "sampleContextDir": "app",
  115. "sampleRef": "dotnetcore-1.0",
  116. "version": "1.0"
  117. },
  118. "referencePolicy": {
  119. "type": "Local"
  120. },
  121. "from": {
  122. "kind": "DockerImage",
  123. "name": "registry.redhat.io/dotnet/dotnetcore-10-rhel7:1.0"
  124. }
  125. }
  126. ]
  127. }
  128. },
  129. {
  130. "kind": "ImageStream",
  131. "apiVersion": "v1",
  132. "metadata": {
  133. "name": "dotnet-runtime",
  134. "annotations": {
  135. "openshift.io/display-name": ".NET Core Runtime"
  136. }
  137. },
  138. "spec": {
  139. "tags": [
  140. {
  141. "name": "latest",
  142. "annotations": {
  143. "openshift.io/display-name": ".NET Core Runtime (Latest)",
  144. "description": "Run .NET Core applications on RHEL 7. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.1/runtime/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET Core Runtime available on OpenShift, including major versions updates.",
  145. "iconClass": "icon-dotnet",
  146. "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime",
  147. "supports":"dotnet-runtime"
  148. },
  149. "from": {
  150. "kind": "ImageStreamTag",
  151. "name": "2.1"
  152. }
  153. },
  154. {
  155. "name": "2.1",
  156. "annotations": {
  157. "openshift.io/display-name": ".NET Core 2.1 Runtime",
  158. "description": "Run .NET Core applications on RHEL 7. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.1/runtime/README.md.",
  159. "iconClass": "icon-dotnet",
  160. "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime",
  161. "supports":"dotnet-runtime",
  162. "version": "2.1"
  163. },
  164. "referencePolicy": {
  165. "type": "Local"
  166. },
  167. "from": {
  168. "kind": "DockerImage",
  169. "name": "registry.redhat.io/dotnet/dotnet-21-runtime-rhel7:2.1"
  170. }
  171. },
  172. {
  173. "name": "2.0",
  174. "annotations": {
  175. "openshift.io/display-name": ".NET Core 2.0 Runtime",
  176. "description": "Run .NET Core applications on RHEL 7. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.0/runtime/README.md.",
  177. "iconClass": "icon-dotnet",
  178. "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime",
  179. "supports":"dotnet-runtime",
  180. "version": "2.0"
  181. },
  182. "referencePolicy": {
  183. "type": "Local"
  184. },
  185. "from": {
  186. "kind": "DockerImage",
  187. "name": "registry.redhat.io/dotnet/dotnet-20-runtime-rhel7:2.0"
  188. }
  189. }
  190. ]
  191. }
  192. }
  193. ]
  194. }