fis-image-streams.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. "tags": [
  19. {
  20. "name": "1.0",
  21. "annotations": {
  22. "description": "JBoss Fuse Integration Services 1.0 Java S2I images.",
  23. "iconClass": "icon-jboss",
  24. "tags": "builder,jboss-fuse,java,xpaas,hidden",
  25. "supports": "jboss-fuse:6.2.1,java:8,xpaas:1.2",
  26. "version": "1.0"
  27. },
  28. "referencePolicy": {
  29. "type": "Local"
  30. },
  31. "from": {
  32. "kind": "DockerImage",
  33. "name": "registry.redhat.io/jboss-fuse-6/fis-java-openshift:1.0"
  34. }
  35. },
  36. {
  37. "name": "2.0",
  38. "annotations": {
  39. "description": "JBoss Fuse Integration Services 2.0 Java S2I images.",
  40. "iconClass": "icon-jboss",
  41. "tags": "builder,jboss-fuse,java,xpaas",
  42. "supports": "jboss-fuse:6.3.0,java:8,xpaas:1.2",
  43. "version": "2.0"
  44. },
  45. "referencePolicy": {
  46. "type": "Local"
  47. },
  48. "from": {
  49. "kind": "DockerImage",
  50. "name": "registry.redhat.io/jboss-fuse-6/fis-java-openshift:2.0"
  51. }
  52. }
  53. ]
  54. }
  55. },
  56. {
  57. "kind": "ImageStream",
  58. "apiVersion": "v1",
  59. "metadata": {
  60. "name": "fis-karaf-openshift"
  61. },
  62. "spec": {
  63. "tags": [
  64. {
  65. "name": "1.0",
  66. "annotations": {
  67. "description": "JBoss Fuse Integration Services 1.0 Karaf S2I images.",
  68. "iconClass": "icon-jboss",
  69. "tags": "builder,jboss-fuse,java,karaf,xpaas,hidden",
  70. "supports": "jboss-fuse:6.2.1,java:8,xpaas:1.2",
  71. "version": "1.0"
  72. },
  73. "referencePolicy": {
  74. "type": "Local"
  75. },
  76. "from": {
  77. "kind": "DockerImage",
  78. "name": "registry.redhat.io/jboss-fuse-6/fis-karaf-openshift:1.0"
  79. }
  80. },
  81. {
  82. "name": "2.0",
  83. "annotations": {
  84. "description": "JBoss Fuse Integration Services 2.0 Karaf S2I images.",
  85. "iconClass": "icon-jboss",
  86. "tags": "builder,jboss-fuse,java,karaf,xpaas",
  87. "supports": "jboss-fuse:6.3.0,java:8,xpaas:1.2",
  88. "version": "2.0"
  89. },
  90. "referencePolicy": {
  91. "type": "Local"
  92. },
  93. "from": {
  94. "kind": "DockerImage",
  95. "name": "registry.redhat.io/jboss-fuse-6/fis-karaf-openshift:2.0"
  96. }
  97. }
  98. ]
  99. }
  100. }
  101. ]
  102. }