fis-image-streams.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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 6.2.1 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. }
  32. },
  33. {
  34. "kind": "ImageStream",
  35. "apiVersion": "v1",
  36. "metadata": {
  37. "name": "fis-karaf-openshift"
  38. },
  39. "spec": {
  40. "dockerImageRepository": "registry.access.redhat.com/jboss-fuse-6/fis-karaf-openshift",
  41. "tags": [
  42. {
  43. "name": "1.0",
  44. "annotations": {
  45. "description": "JBoss Fuse Integration Services 6.2.1 Karaf S2I images.",
  46. "iconClass": "icon-jboss",
  47. "tags": "builder,jboss-fuse,java,karaf,xpaas",
  48. "supports":"jboss-fuse:6.2.1,java:8,xpaas:1.2",
  49. "version": "1.0"
  50. }
  51. }
  52. ]
  53. }
  54. }
  55. ]
  56. }