Skip to content

Commit

Permalink
ENTESB-9513: Create 7.2 streams tags
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Sep 25, 2018
1 parent ea30645 commit 899c5a5
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions fis-image-streams.json
Expand Up @@ -259,6 +259,21 @@
"kind": "DockerImage",
"name": "registry.access.redhat.com/fuse7/fuse-java-openshift:1.1"
}
},
{
"name": "1.2",
"annotations": {
"description": "Red Hat Fuse 7.2 Java S2I images.",
"openshift.io/display-name": "Red Hat Fuse 7.2 Java",
"iconClass": "icon-rh-integration",
"tags": "builder,jboss-fuse,java,xpaas,hidden",
"supports":"jboss-fuse:7.2.0,java:8,xpaas:1.2",
"version": "1.2"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/fuse7/fuse-java-openshift:1.2"
}
}
]
}
Expand Down Expand Up @@ -304,6 +319,21 @@
"kind": "DockerImage",
"name": "registry.access.redhat.com/fuse7/fuse-karaf-openshift:1.1"
}
},
{
"name": "1.2",
"annotations": {
"description": "Red Hat Fuse 7.2 Karaf S2I images.",
"openshift.io/display-name": "Red Hat Fuse 7.2 Karaf",
"iconClass": "icon-rh-integration",
"tags": "builder,jboss-fuse,java,karaf,xpaas,hidden",
"supports":"jboss-fuse:7.2.0,java:8,xpaas:1.2",
"version": "1.2"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/fuse7/fuse-karaf-openshift:1.2"
}
}
]
}
Expand Down Expand Up @@ -349,6 +379,21 @@
"kind": "DockerImage",
"name": "registry.access.redhat.com/fuse7/fuse-eap-openshift:1.1"
}
},
{
"name": "1.2",
"annotations": {
"description": "Red Hat Fuse 7.2 EAP S2I images.",
"openshift.io/display-name": "Red Hat Fuse 7.2 EAP",
"iconClass": "icon-rh-integration",
"tags": "builder,jboss-fuse,java,eap,xpaas,hidden",
"supports":"jboss-fuse:7.2.0,java:8,xpaas:1.2",
"version": "1.2"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/fuse7/fuse-eap-openshift:1.2"
}
}
]
}
Expand Down Expand Up @@ -394,6 +439,21 @@
"kind": "DockerImage",
"name": "registry.access.redhat.com/fuse7/fuse-console:1.1"
}
},
{
"name": "1.2",
"annotations": {
"description": "Red Hat Fuse 7.2 Console image.",
"openshift.io/display-name": "Red Hat Fuse 7.2 Console",
"iconClass": "icon-rh-integration",
"tags": "jboss-fuse,hawtio,java,xpaas,hidden",
"supports":"jboss-fuse:7.2.0,java:8,xpaas:1.2",
"version": "1.2"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/fuse7/fuse-console:1.2"
}
}
]
}
Expand Down

0 comments on commit 899c5a5

Please sign in to comment.