|
@@ -15,16 +15,19 @@
|
|
|
"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",
|
|
|
+ "tags": "builder,jboss-fuse,java,xpaas,hidden",
|
|
|
"supports":"jboss-fuse:6.2.1,java:8,xpaas:1.2",
|
|
|
"version": "1.0"
|
|
|
+ },
|
|
|
+ "from": {
|
|
|
+ "kind": "DockerImage",
|
|
|
+ "name": "registry.access.redhat.com/jboss-fuse-6/fis-java-openshift:1.0"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -35,6 +38,10 @@
|
|
|
"tags": "builder,jboss-fuse,java,xpaas",
|
|
|
"supports":"jboss-fuse:6.3.0,java:8,xpaas:1.2",
|
|
|
"version": "2.0"
|
|
|
+ },
|
|
|
+ "from": {
|
|
|
+ "kind": "DockerImage",
|
|
|
+ "name": "registry.access.redhat.com/jboss-fuse-6/fis-java-openshift:2.0"
|
|
|
}
|
|
|
}
|
|
|
]
|
|
@@ -47,16 +54,19 @@
|
|
|
"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",
|
|
|
+ "tags": "builder,jboss-fuse,java,karaf,xpaas,hidden",
|
|
|
"supports":"jboss-fuse:6.2.1,java:8,xpaas:1.2",
|
|
|
"version": "1.0"
|
|
|
+ },
|
|
|
+ "from": {
|
|
|
+ "kind": "DockerImage",
|
|
|
+ "name": "registry.access.redhat.com/jboss-fuse-6/fis-karaf-openshift:1.0"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -67,6 +77,10 @@
|
|
|
"tags": "builder,jboss-fuse,java,karaf,xpaas",
|
|
|
"supports":"jboss-fuse:6.3.0,java:8,xpaas:1.2",
|
|
|
"version": "2.0"
|
|
|
+ },
|
|
|
+ "from": {
|
|
|
+ "kind": "DockerImage",
|
|
|
+ "name": "registry.access.redhat.com/jboss-fuse-6/fis-karaf-openshift:2.0"
|
|
|
}
|
|
|
}
|
|
|
]
|