fis-image-streams.json 3.5 KB

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