dotnet_imagestreams.json 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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.0/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.0"
  33. },
  34. "referencePolicy": {
  35. "type": "Local"
  36. },
  37. "from": {
  38. "kind": "ImageStreamTag",
  39. "name": "2.0"
  40. }
  41. },
  42. {
  43. "name": "2.0",
  44. "annotations": {
  45. "openshift.io/display-name": ".NET Core 2.0",
  46. "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.",
  47. "iconClass": "icon-dotnet",
  48. "tags": "builder,.net,dotnet,dotnetcore,rh-dotnet20",
  49. "supports": "dotnet:2.0,dotnet",
  50. "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
  51. "sampleContextDir": "app",
  52. "sampleRef": "dotnetcore-2.0",
  53. "version": "2.0"
  54. },
  55. "referencePolicy": {
  56. "type": "Local"
  57. },
  58. "from": {
  59. "kind": "DockerImage",
  60. "name": "registry.redhat.io/dotnet/dotnet-20-rhel7:2.0"
  61. }
  62. },
  63. {
  64. "name": "1.1",
  65. "annotations": {
  66. "openshift.io/display-name": ".NET Core 1.1",
  67. "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.",
  68. "iconClass": "icon-dotnet",
  69. "tags": "builder,.net,dotnet,dotnetcore,rh-dotnetcore11",
  70. "supports": "dotnet:1.1,dotnet",
  71. "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
  72. "sampleContextDir": "app",
  73. "sampleRef": "dotnetcore-1.1",
  74. "version": "1.1"
  75. },
  76. "referencePolicy": {
  77. "type": "Local"
  78. },
  79. "from": {
  80. "kind": "DockerImage",
  81. "name": "registry.redhat.io/dotnet/dotnetcore-11-rhel7:1.1"
  82. }
  83. },
  84. {
  85. "name": "1.0",
  86. "annotations": {
  87. "openshift.io/display-name": ".NET Core 1.0",
  88. "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.",
  89. "iconClass": "icon-dotnet",
  90. "tags": "builder,.net,dotnet,dotnetcore,rh-dotnetcore10",
  91. "supports": "dotnet:1.0,dotnet",
  92. "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
  93. "sampleContextDir": "app",
  94. "sampleRef": "dotnetcore-1.0",
  95. "version": "1.0"
  96. },
  97. "referencePolicy": {
  98. "type": "Local"
  99. },
  100. "from": {
  101. "kind": "DockerImage",
  102. "name": "registry.redhat.io/dotnet/dotnetcore-10-rhel7:1.0"
  103. }
  104. }
  105. ]
  106. }
  107. },
  108. {
  109. "kind": "ImageStream",
  110. "apiVersion": "v1",
  111. "metadata": {
  112. "name": "dotnet-runtime",
  113. "annotations": {
  114. "openshift.io/display-name": ".NET Core Runtime"
  115. }
  116. },
  117. "spec": {
  118. "tags": [
  119. {
  120. "name": "latest",
  121. "annotations": {
  122. "openshift.io/display-name": ".NET Core Runtime (Latest)",
  123. "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.\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.",
  124. "iconClass": "icon-dotnet",
  125. "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime",
  126. "supports": "dotnet-runtime"
  127. },
  128. "referencePolicy": {
  129. "type": "Local"
  130. },
  131. "from": {
  132. "kind": "ImageStreamTag",
  133. "name": "2.0"
  134. }
  135. },
  136. {
  137. "name": "2.0",
  138. "annotations": {
  139. "openshift.io/display-name": ".NET Core 2.0 Runtime",
  140. "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.",
  141. "iconClass": "icon-dotnet",
  142. "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime",
  143. "supports": "dotnet-runtime",
  144. "version": "2.0"
  145. },
  146. "referencePolicy": {
  147. "type": "Local"
  148. },
  149. "from": {
  150. "kind": "DockerImage",
  151. "name": "registry.redhat.io/dotnet/dotnet-20-runtime-rhel7:2.0"
  152. }
  153. }
  154. ]
  155. }
  156. }
  157. ]
  158. }