12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "kind": "List",
- "apiVersion": "v1",
- "metadata": {
- "name": "fis-image-streams",
- "annotations": {
- "description": "ImageStream definitions for JBoss Fuse Integration Services."
- }
- },
- "items": [
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "fis-java-openshift"
- },
- "spec": {
- "dockerImageRepository": "registry.access.redhat.com/jboss-fuse-6/fis-java-openshift",
- "tags": [
- {
- "name": "1.0",
- "annotations": {
- "description": "JBoss Fuse Integration Services 1.0 Java S2I images.",
- "iconClass": "icon-jboss",
- "tags": "builder,jboss-fuse,java,xpaas",
- "supports":"jboss-fuse:6.2.1,java:8,xpaas:1.2",
- "version": "1.0"
- }
- },
- {
- "name": "2.0",
- "annotations": {
- "description": "JBoss Fuse Integration Services 2.0 Java S2I images.",
- "iconClass": "icon-jboss",
- "tags": "builder,jboss-fuse,java,xpaas",
- "supports":"jboss-fuse:6.3.0,java:8,xpaas:1.2",
- "version": "2.0"
- }
- }
- ]
- }
- },
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "fis-karaf-openshift"
- },
- "spec": {
- "dockerImageRepository": "registry.access.redhat.com/jboss-fuse-6/fis-karaf-openshift",
- "tags": [
- {
- "name": "1.0",
- "annotations": {
- "description": "JBoss Fuse Integration Services 1.0 Karaf S2I images.",
- "iconClass": "icon-jboss",
- "tags": "builder,jboss-fuse,java,karaf,xpaas",
- "supports":"jboss-fuse:6.2.1,java:8,xpaas:1.2",
- "version": "1.0"
- }
- },
- {
- "name": "2.0",
- "annotations": {
- "description": "JBoss Fuse Integration Services 2.0 Karaf S2I images.",
- "iconClass": "icon-jboss",
- "tags": "builder,jboss-fuse,java,karaf,xpaas",
- "supports":"jboss-fuse:6.3.0,java:8,xpaas:1.2",
- "version": "2.0"
- }
- }
- ]
- }
- }
- ]
- }
|