|
@@ -7,8 +7,7 @@
|
|
|
"kind": "ImageStream",
|
|
|
"apiVersion": "v1",
|
|
|
"metadata": {
|
|
|
- "name": "ruby",
|
|
|
- "creationTimestamp": null
|
|
|
+ "name": "ruby"
|
|
|
},
|
|
|
"spec": {
|
|
|
"tags": [
|
|
@@ -18,12 +17,12 @@
|
|
|
"description": "Build and run Ruby applications",
|
|
|
"iconClass": "icon-ruby",
|
|
|
"tags": "builder,ruby",
|
|
|
- "supports": "ruby,ruby",
|
|
|
+ "supports": "ruby",
|
|
|
"sampleRepo": "https://github.com/openshift/ruby-ex.git"
|
|
|
},
|
|
|
"from": {
|
|
|
"kind": "ImageStreamTag",
|
|
|
- "name": "2.2"
|
|
|
+ "name": "2.3"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -55,6 +54,21 @@
|
|
|
"kind": "DockerImage",
|
|
|
"name": "registry.access.redhat.com/rhscl/ruby-22-rhel7:latest"
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "2.3",
|
|
|
+ "annotations": {
|
|
|
+ "description": "Build and run Ruby 2.3 applications",
|
|
|
+ "iconClass": "icon-ruby",
|
|
|
+ "tags": "builder,ruby",
|
|
|
+ "supports": "ruby:2.3,ruby",
|
|
|
+ "version": "2.3",
|
|
|
+ "sampleRepo": "https://github.com/openshift/ruby-ex.git"
|
|
|
+ },
|
|
|
+ "from": {
|
|
|
+ "kind": "DockerImage",
|
|
|
+ "name": "registry.access.redhat.com/rhscl/ruby-23-rhel7:latest"
|
|
|
+ }
|
|
|
}
|
|
|
]
|
|
|
}
|
|
@@ -63,8 +77,7 @@
|
|
|
"kind": "ImageStream",
|
|
|
"apiVersion": "v1",
|
|
|
"metadata": {
|
|
|
- "name": "nodejs",
|
|
|
- "creationTimestamp": null
|
|
|
+ "name": "nodejs"
|
|
|
},
|
|
|
"spec": {
|
|
|
"tags": [
|
|
@@ -79,7 +92,7 @@
|
|
|
},
|
|
|
"from": {
|
|
|
"kind": "ImageStreamTag",
|
|
|
- "name": "0.10"
|
|
|
+ "name": "4"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -96,6 +109,21 @@
|
|
|
"kind": "DockerImage",
|
|
|
"name": "registry.access.redhat.com/openshift3/nodejs-010-rhel7:latest"
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "4",
|
|
|
+ "annotations": {
|
|
|
+ "description": "Build and run NodeJS 4.x applications",
|
|
|
+ "iconClass": "icon-nodejs",
|
|
|
+ "tags": "builder,nodejs",
|
|
|
+ "supports":"nodejs:4,nodejs",
|
|
|
+ "version": "4",
|
|
|
+ "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
|
|
|
+ },
|
|
|
+ "from": {
|
|
|
+ "kind": "DockerImage",
|
|
|
+ "name": "registry.access.redhat.com/rhscl/nodejs-4-rhel7:latest"
|
|
|
+ }
|
|
|
}
|
|
|
]
|
|
|
}
|
|
@@ -104,8 +132,7 @@
|
|
|
"kind": "ImageStream",
|
|
|
"apiVersion": "v1",
|
|
|
"metadata": {
|
|
|
- "name": "perl",
|
|
|
- "creationTimestamp": null
|
|
|
+ "name": "perl"
|
|
|
},
|
|
|
"spec": {
|
|
|
"tags": [
|
|
@@ -161,8 +188,7 @@
|
|
|
"kind": "ImageStream",
|
|
|
"apiVersion": "v1",
|
|
|
"metadata": {
|
|
|
- "name": "php",
|
|
|
- "creationTimestamp": null
|
|
|
+ "name": "php"
|
|
|
},
|
|
|
"spec": {
|
|
|
"tags": [
|
|
@@ -217,8 +243,7 @@
|
|
|
"kind": "ImageStream",
|
|
|
"apiVersion": "v1",
|
|
|
"metadata": {
|
|
|
- "name": "python",
|
|
|
- "creationTimestamp": null
|
|
|
+ "name": "python"
|
|
|
},
|
|
|
"spec": {
|
|
|
"tags": [
|
|
@@ -233,7 +258,7 @@
|
|
|
},
|
|
|
"from": {
|
|
|
"kind": "ImageStreamTag",
|
|
|
- "name": "3.4"
|
|
|
+ "name": "3.5"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -280,6 +305,21 @@
|
|
|
"kind": "DockerImage",
|
|
|
"name": "registry.access.redhat.com/rhscl/python-34-rhel7:latest"
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "3.5",
|
|
|
+ "annotations": {
|
|
|
+ "description": "Build and run Python 3.5 applications",
|
|
|
+ "iconClass": "icon-python",
|
|
|
+ "tags": "builder,python",
|
|
|
+ "supports":"python:3.5,python",
|
|
|
+ "version": "3.5",
|
|
|
+ "sampleRepo": "https://github.com/openshift/django-ex.git"
|
|
|
+ },
|
|
|
+ "from": {
|
|
|
+ "kind": "DockerImage",
|
|
|
+ "name": "registry.access.redhat.com/rhscl/python-35-rhel7:latest"
|
|
|
+ }
|
|
|
}
|
|
|
]
|
|
|
}
|
|
@@ -288,8 +328,7 @@
|
|
|
"kind": "ImageStream",
|
|
|
"apiVersion": "v1",
|
|
|
"metadata": {
|
|
|
- "name": "mysql",
|
|
|
- "creationTimestamp": null
|
|
|
+ "name": "mysql"
|
|
|
},
|
|
|
"spec": {
|
|
|
"tags": [
|
|
@@ -338,8 +377,43 @@
|
|
|
"kind": "ImageStream",
|
|
|
"apiVersion": "v1",
|
|
|
"metadata": {
|
|
|
- "name": "postgresql",
|
|
|
- "creationTimestamp": null
|
|
|
+ "name": "mariadb"
|
|
|
+ },
|
|
|
+ "spec": {
|
|
|
+ "tags": [
|
|
|
+ {
|
|
|
+ "name": "latest",
|
|
|
+ "annotations": {
|
|
|
+ "description": "Provides a MariaDB database",
|
|
|
+ "iconClass": "icon-mariadb",
|
|
|
+ "tags": "mariadb"
|
|
|
+ },
|
|
|
+ "from": {
|
|
|
+ "kind": "ImageStreamTag",
|
|
|
+ "name": "10.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "10.1",
|
|
|
+ "annotations": {
|
|
|
+ "description": "Provides a MariaDB v10.1 database",
|
|
|
+ "iconClass": "icon-mariadb",
|
|
|
+ "tags": "mariadb",
|
|
|
+ "version": "10.1"
|
|
|
+ },
|
|
|
+ "from": {
|
|
|
+ "kind": "DockerImage",
|
|
|
+ "name": "registry.access.redhat.com/rhscl/mariadb-101-rhel7:latest"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "kind": "ImageStream",
|
|
|
+ "apiVersion": "v1",
|
|
|
+ "metadata": {
|
|
|
+ "name": "postgresql"
|
|
|
},
|
|
|
"spec": {
|
|
|
"tags": [
|
|
@@ -352,7 +426,7 @@
|
|
|
},
|
|
|
"from": {
|
|
|
"kind": "ImageStreamTag",
|
|
|
- "name": "9.4"
|
|
|
+ "name": "9.5"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -380,6 +454,19 @@
|
|
|
"kind": "DockerImage",
|
|
|
"name": "registry.access.redhat.com/rhscl/postgresql-94-rhel7:latest"
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "9.5",
|
|
|
+ "annotations": {
|
|
|
+ "description": "Provides a PostgreSQL v9.5 database",
|
|
|
+ "iconClass": "icon-postgresql",
|
|
|
+ "tags": "postgresql",
|
|
|
+ "version": "9.5"
|
|
|
+ },
|
|
|
+ "from": {
|
|
|
+ "kind": "DockerImage",
|
|
|
+ "name": "registry.access.redhat.com/rhscl/postgresql-95-rhel7:latest"
|
|
|
+ }
|
|
|
}
|
|
|
]
|
|
|
}
|
|
@@ -388,8 +475,7 @@
|
|
|
"kind": "ImageStream",
|
|
|
"apiVersion": "v1",
|
|
|
"metadata": {
|
|
|
- "name": "mongodb",
|
|
|
- "creationTimestamp": null
|
|
|
+ "name": "mongodb"
|
|
|
},
|
|
|
"spec": {
|
|
|
"tags": [
|
|
@@ -402,7 +488,7 @@
|
|
|
},
|
|
|
"from": {
|
|
|
"kind": "ImageStreamTag",
|
|
|
- "name": "2.6"
|
|
|
+ "name": "3.2"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -430,6 +516,19 @@
|
|
|
"kind": "DockerImage",
|
|
|
"name": "registry.access.redhat.com/rhscl/mongodb-26-rhel7:latest"
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "3.2",
|
|
|
+ "annotations": {
|
|
|
+ "description": "Provides a MongoDB v3.2 database",
|
|
|
+ "iconClass": "icon-mongodb",
|
|
|
+ "tags": "mongodb",
|
|
|
+ "version": "3.2"
|
|
|
+ },
|
|
|
+ "from": {
|
|
|
+ "kind": "DockerImage",
|
|
|
+ "name": "registry.access.redhat.com/rhscl/mongodb-32-rhel7:latest"
|
|
|
+ }
|
|
|
}
|
|
|
]
|
|
|
}
|
|
@@ -438,8 +537,7 @@
|
|
|
"kind": "ImageStream",
|
|
|
"apiVersion": "v1",
|
|
|
"metadata": {
|
|
|
- "name": "jenkins",
|
|
|
- "creationTimestamp": null
|
|
|
+ "name": "jenkins"
|
|
|
},
|
|
|
"spec": {
|
|
|
"tags": [
|