dotnet_imagestreams.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "kind": "List",
  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": "dotnetcore-10-rhel7"
  16. },
  17. "spec": {
  18. "dockerImageRepository": "registry.access.redhat.com/dotnet/dotnetcore-10-rhel7",
  19. "tags": [
  20. {
  21. "name": "1.0",
  22. "annotations": {
  23. "description": ".Net Core 1.0 S2I image.",
  24. "iconClass": "icon-dotnet",
  25. "tags": "builder,.net,dotnet,dotnetcore,rh-dotnetcore10",
  26. "supports":"dotnet:1.0",
  27. "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore.git",
  28. "sampleContextDir": "1.0/test/asp-net-hello-world",
  29. "version": "1.0"
  30. }
  31. }
  32. ]
  33. }
  34. }
  35. ]
  36. }