dotnet_imagestreams.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. },
  17. "spec": {
  18. "tags": [
  19. {
  20. "name": "latest",
  21. "annotations": {
  22. "description": ".Net Core 1.0 S2I image.",
  23. "iconClass": "icon-dotnet",
  24. "tags": "builder,.net,dotnet,dotnetcore,rh-dotnetcore10",
  25. "supports":"dotnet",
  26. "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore.git",
  27. "sampleContextDir": "1.0/test/asp-net-hello-world"
  28. },
  29. "from": {
  30. "kind": "ImageStreamTag",
  31. "name": "1.0"
  32. }
  33. },
  34. {
  35. "name": "1.0",
  36. "annotations": {
  37. "description": ".Net Core 1.0 S2I image.",
  38. "iconClass": "icon-dotnet",
  39. "tags": "builder,.net,dotnet,dotnetcore,rh-dotnetcore10",
  40. "supports":"dotnet:1.0,dotnet",
  41. "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore.git",
  42. "sampleContextDir": "1.0/test/asp-net-hello-world",
  43. "version": "1.0"
  44. },
  45. "from": {
  46. "kind": "DockerImage",
  47. "name": "registry.access.redhat.com/dotnet/dotnetcore-10-rhel7:1.0"
  48. }
  49. }
  50. ]
  51. }
  52. }
  53. ]
  54. }