summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v3.10/xpaas-streams/fis-image-streams.json
blob: 9d99973beb3e58e87f551a45bad219f2909b29fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
    "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"
                        }
                    }
                ]
            }
        }
    ]
}