summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v3.8/image-streams/image-streams-centos7.json
diff options
context:
space:
mode:
authorAlex Lossent <alexandre.lossent@cern.ch>2017-11-20 14:50:36 +0100
committerAlex Lossent <alexandre.lossent@cern.ch>2017-11-20 15:00:21 +0100
commit0c86570da0bd7c3fef2403a8172c114500ecd129 (patch)
treea2c5c5275ae708d0bc54f19b016e55071b5c4e32 /roles/openshift_examples/files/examples/v3.8/image-streams/image-streams-centos7.json
parent6b14b105e0998c63a248160fb6887f86b8f3b549 (diff)
downloadopenshift-0c86570da0bd7c3fef2403a8172c114500ecd129.tar.gz
openshift-0c86570da0bd7c3fef2403a8172c114500ecd129.tar.bz2
openshift-0c86570da0bd7c3fef2403a8172c114500ecd129.tar.xz
openshift-0c86570da0bd7c3fef2403a8172c114500ecd129.zip
Sync latest image-streams and templates
Following openshift/origin#17281
Diffstat (limited to 'roles/openshift_examples/files/examples/v3.8/image-streams/image-streams-centos7.json')
-rw-r--r--roles/openshift_examples/files/examples/v3.8/image-streams/image-streams-centos7.json21
1 files changed, 19 insertions, 2 deletions
diff --git a/roles/openshift_examples/files/examples/v3.8/image-streams/image-streams-centos7.json b/roles/openshift_examples/files/examples/v3.8/image-streams/image-streams-centos7.json
index e7af160d9..0aa586061 100644
--- a/roles/openshift_examples/files/examples/v3.8/image-streams/image-streams-centos7.json
+++ b/roles/openshift_examples/files/examples/v3.8/image-streams/image-streams-centos7.json
@@ -407,7 +407,7 @@
"annotations": {
"openshift.io/display-name": "Python (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run Python applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.5/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Python available on OpenShift, including major versions updates.",
+ "description": "Build and run Python applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.6/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Python available on OpenShift, including major versions updates.",
"iconClass": "icon-python",
"tags": "builder,python",
"supports":"python",
@@ -415,7 +415,7 @@
},
"from": {
"kind": "ImageStreamTag",
- "name": "3.5"
+ "name": "3.6"
}
},
{
@@ -485,6 +485,23 @@
"kind": "DockerImage",
"name": "centos/python-35-centos7:latest"
}
+ },
+ {
+ "name": "3.6",
+ "annotations": {
+ "openshift.io/display-name": "Python 3.6",
+ "openshift.io/provider-display-name": "Red Hat, Inc.",
+ "description": "Build and run Python 3.6 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.6/README.md.",
+ "iconClass": "icon-python",
+ "tags": "builder,python",
+ "supports":"python:3.6,python",
+ "version": "3.6",
+ "sampleRepo": "https://github.com/openshift/django-ex.git"
+ },
+ "from": {
+ "kind": "DockerImage",
+ "name": "centos/python-36-centos7:latest"
+ }
}
]
}