dotnet_imagestreams.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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.0/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.0/test/asp-net-hello-world"
  32. },
  33. "from": {
  34. "kind": "ImageStreamTag",
  35. "name": "1.0"
  36. }
  37. },
  38. {
  39. "name": "1.0",
  40. "annotations": {
  41. "openshift.io/display-name": ".NET Core 1.0",
  42. "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.",
  43. "iconClass": "icon-dotnet",
  44. "tags": "builder,.net,dotnet,dotnetcore,rh-dotnetcore10",
  45. "supports":"dotnet:1.0,dotnet",
  46. "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore.git",
  47. "sampleContextDir": "1.0/test/asp-net-hello-world",
  48. "version": "1.0"
  49. },
  50. "from": {
  51. "kind": "DockerImage",
  52. "name": "registry.access.redhat.com/dotnet/dotnetcore-10-rhel7:1.0"
  53. }
  54. }
  55. ]
  56. }
  57. }
  58. ]
  59. }