fis-image-streams.json 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "kind": "List",
  3. "apiVersion": "v1",
  4. "metadata": {
  5. "name": "fis-image-streams",
  6. "annotations": {
  7. "description": "ImageStream definitions for JBoss Fuse Integration Services."
  8. }
  9. },
  10. "items": [
  11. {
  12. "kind": "ImageStream",
  13. "apiVersion": "v1",
  14. "metadata": {
  15. "name": "fis-java-openshift"
  16. },
  17. "spec": {
  18. "dockerImageRepository": "registry.access.redhat.com/jboss-fuse-6/fis-java-openshift",
  19. "tags": [
  20. {
  21. "name": "1.0",
  22. "annotations": {
  23. "description": "JBoss Fuse Integration Services 1.0 Java S2I images.",
  24. "iconClass": "icon-jboss",
  25. "tags": "builder,jboss-fuse,java,xpaas",
  26. "supports":"jboss-fuse:6.2.1,java:8,xpaas:1.2",
  27. "version": "1.0"
  28. }
  29. },
  30. {
  31. "name": "2.0",
  32. "annotations": {
  33. "description": "JBoss Fuse Integration Services 2.0 Java S2I images.",
  34. "iconClass": "icon-jboss",
  35. "tags": "builder,jboss-fuse,java,xpaas",
  36. "supports":"jboss-fuse:6.3.0,java:8,xpaas:1.2",
  37. "version": "2.0"
  38. }
  39. }
  40. ]
  41. }
  42. },
  43. {
  44. "kind": "ImageStream",
  45. "apiVersion": "v1",
  46. "metadata": {
  47. "name": "fis-karaf-openshift"
  48. },
  49. "spec": {
  50. "dockerImageRepository": "registry.access.redhat.com/jboss-fuse-6/fis-karaf-openshift",
  51. "tags": [
  52. {
  53. "name": "1.0",
  54. "annotations": {
  55. "description": "JBoss Fuse Integration Services 1.0 Karaf S2I images.",
  56. "iconClass": "icon-jboss",
  57. "tags": "builder,jboss-fuse,java,karaf,xpaas",
  58. "supports":"jboss-fuse:6.2.1,java:8,xpaas:1.2",
  59. "version": "1.0"
  60. }
  61. },
  62. {
  63. "name": "2.0",
  64. "annotations": {
  65. "description": "JBoss Fuse Integration Services 2.0 Karaf S2I images.",
  66. "iconClass": "icon-jboss",
  67. "tags": "builder,jboss-fuse,java,karaf,xpaas",
  68. "supports":"jboss-fuse:6.3.0,java:8,xpaas:1.2",
  69. "version": "2.0"
  70. }
  71. }
  72. ]
  73. }
  74. }
  75. ]
  76. }