summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.3/image-streams/image-streams-centos7.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-10-05 16:19:52 -0400
committerScott Dodson <sdodson@redhat.com>2016-10-05 16:19:52 -0400
commit82072f46803a50de70de72277c7ce90ee92ce4b4 (patch)
tree2d091aad1a17d7eca18a24d59cc57e2403c109c6 /roles/openshift_examples/files/examples/v1.3/image-streams/image-streams-centos7.json
parentdda9776d01aa9d3aeb891cd719689bbdd9c2d388 (diff)
downloadopenshift-82072f46803a50de70de72277c7ce90ee92ce4b4.tar.gz
openshift-82072f46803a50de70de72277c7ce90ee92ce4b4.tar.bz2
openshift-82072f46803a50de70de72277c7ce90ee92ce4b4.tar.xz
openshift-82072f46803a50de70de72277c7ce90ee92ce4b4.zip
Update v1.3 content
Diffstat (limited to 'roles/openshift_examples/files/examples/v1.3/image-streams/image-streams-centos7.json')
-rw-r--r--roles/openshift_examples/files/examples/v1.3/image-streams/image-streams-centos7.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/roles/openshift_examples/files/examples/v1.3/image-streams/image-streams-centos7.json b/roles/openshift_examples/files/examples/v1.3/image-streams/image-streams-centos7.json
index 8aedf80fe..386f16d26 100644
--- a/roles/openshift_examples/files/examples/v1.3/image-streams/image-streams-centos7.json
+++ b/roles/openshift_examples/files/examples/v1.3/image-streams/image-streams-centos7.json
@@ -343,7 +343,7 @@
},
"from": {
"kind": "ImageStreamTag",
- "name": "10.0"
+ "name": "10.1"
}
},
{
@@ -390,6 +390,21 @@
"kind": "DockerImage",
"name": "openshift/wildfly-100-centos7:latest"
}
+ },
+ {
+ "name": "10.1",
+ "annotations": {
+ "description": "Build and run Java applications on Wildfly 10.1",
+ "iconClass": "icon-wildfly",
+ "tags": "builder,wildfly,java",
+ "supports":"wildfly:10.1,jee,java",
+ "version": "10.1",
+ "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
+ },
+ "from": {
+ "kind": "DockerImage",
+ "name": "openshift/wildfly-101-centos7:latest"
+ }
}
]
}