dotnet_imagestreams_centos.json 7.3 KB

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