dotnet_imagestreams.json 4.0 KB

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