dotnet_imagestreams.json 7.5 KB

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