dotnet_imagestreams.json 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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/1.1/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.git",
  31. "sampleContextDir": "1.1/test/asp-net-hello-world"
  32. },
  33. "from": {
  34. "kind": "ImageStreamTag",
  35. "name": "1.1"
  36. }
  37. },
  38. {
  39. "name": "1.1",
  40. "annotations": {
  41. "openshift.io/display-name": ".NET Core 1.1",
  42. "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.",
  43. "iconClass": "icon-dotnet",
  44. "tags": "builder,.net,dotnet,dotnetcore,rh-dotnetcore11",
  45. "supports":"dotnet:1.1,dotnet",
  46. "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore.git",
  47. "sampleContextDir": "1.1/test/asp-net-hello-world",
  48. "version": "1.1"
  49. },
  50. "from": {
  51. "kind": "DockerImage",
  52. "name": "registry.access.redhat.com/dotnet/dotnetcore-11-rhel7:1.1"
  53. }
  54. },
  55. {
  56. "name": "1.0",
  57. "annotations": {
  58. "openshift.io/display-name": ".NET Core 1.0",
  59. "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.",
  60. "iconClass": "icon-dotnet",
  61. "tags": "builder,.net,dotnet,dotnetcore,rh-dotnetcore10",
  62. "supports":"dotnet:1.0,dotnet",
  63. "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore.git",
  64. "sampleContextDir": "1.0/test/asp-net-hello-world",
  65. "version": "1.0"
  66. },
  67. "from": {
  68. "kind": "DockerImage",
  69. "name": "registry.access.redhat.com/dotnet/dotnetcore-10-rhel7:1.0"
  70. }
  71. }
  72. ]
  73. }
  74. }
  75. ]
  76. }