summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.6/image-streams/image-streams-centos7.json
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_examples/files/examples/v1.6/image-streams/image-streams-centos7.json')
-rw-r--r--roles/openshift_examples/files/examples/v1.6/image-streams/image-streams-centos7.json829
1 files changed, 0 insertions, 829 deletions
diff --git a/roles/openshift_examples/files/examples/v1.6/image-streams/image-streams-centos7.json b/roles/openshift_examples/files/examples/v1.6/image-streams/image-streams-centos7.json
deleted file mode 100644
index a81dbb654..000000000
--- a/roles/openshift_examples/files/examples/v1.6/image-streams/image-streams-centos7.json
+++ /dev/null
@@ -1,829 +0,0 @@
-{
- "kind": "ImageStreamList",
- "apiVersion": "v1",
- "metadata": {},
- "items": [
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "ruby",
- "annotations": {
- "openshift.io/display-name": "Ruby"
- }
- },
- "spec": {
- "tags": [
- {
- "name": "latest",
- "annotations": {
- "openshift.io/display-name": "Ruby (Latest)",
- "description": "Build and run Ruby applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/tree/master/2.3/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Ruby available on OpenShift, including major versions updates.",
- "iconClass": "icon-ruby",
- "tags": "builder,ruby",
- "supports": "ruby",
- "sampleRepo": "https://github.com/openshift/ruby-ex.git"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "2.3"
- }
- },
- {
- "name": "2.0",
- "annotations": {
- "openshift.io/display-name": "Ruby 2.0",
- "description": "Build and run Ruby 2.0 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/tree/master/2.0/README.md.",
- "iconClass": "icon-ruby",
- "tags": "hidden,builder,ruby",
- "supports": "ruby:2.0,ruby",
- "version": "2.0",
- "sampleRepo": "https://github.com/openshift/ruby-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "openshift/ruby-20-centos7:latest"
- }
- },
- {
- "name": "2.2",
- "annotations": {
- "openshift.io/display-name": "Ruby 2.2",
- "description": "Build and run Ruby 2.2 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/tree/master/2.2/README.md.",
- "iconClass": "icon-ruby",
- "tags": "builder,ruby",
- "supports": "ruby:2.2,ruby",
- "version": "2.2",
- "sampleRepo": "https://github.com/openshift/ruby-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "centos/ruby-22-centos7:latest"
- }
- },
- {
- "name": "2.3",
- "annotations": {
- "openshift.io/display-name": "Ruby 2.3",
- "description": "Build and run Ruby 2.3 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/blob/master/2.3/README.md.",
- "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": "centos/ruby-23-centos7:latest"
- }
- }
- ]
- }
- },
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "nodejs",
- "annotations": {
- "openshift.io/display-name": "Node.js"
- }
- },
- "spec": {
- "tags": [
- {
- "name": "latest",
- "annotations": {
- "openshift.io/display-name": "Node.js (Latest)",
- "description": "Build and run Node.js applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/4/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Node.js available on OpenShift, including major versions updates.",
- "iconClass": "icon-nodejs",
- "tags": "builder,nodejs",
- "supports":"nodejs",
- "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "4"
- }
- },
- {
- "name": "0.10",
- "annotations": {
- "openshift.io/display-name": "Node.js 0.10",
- "description": "DEPRECATED: Build and run Node.js 0.10 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/0.10/README.md.",
- "iconClass": "icon-nodejs",
- "tags": "hidden,nodejs",
- "supports":"nodejs:0.10,nodejs:0.1,nodejs",
- "version": "0.10",
- "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "openshift/nodejs-010-centos7:latest"
- }
- },
- {
- "name": "4",
- "annotations": {
- "openshift.io/display-name": "Node.js 4",
- "description": "Build and run Node.js 4 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/4/README.md.",
- "iconClass": "icon-nodejs",
- "tags": "builder,nodejs",
- "supports":"nodejs:4,nodejs",
- "version": "4",
- "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "centos/nodejs-4-centos7:latest"
- }
- }
- ]
- }
- },
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "perl",
- "annotations": {
- "openshift.io/display-name": "Perl"
- }
- },
- "spec": {
- "tags": [
- {
- "name": "latest",
- "annotations": {
- "openshift.io/display-name": "Perl (Latest)",
- "description": "Build and run Perl applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.20/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Perl available on OpenShift, including major versions updates.",
- "iconClass": "icon-perl",
- "tags": "builder,perl",
- "supports":"perl",
- "sampleRepo": "https://github.com/openshift/dancer-ex.git"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "5.24"
- }
- },
- {
- "name": "5.16",
- "annotations": {
- "openshift.io/display-name": "Perl 5.16",
- "description": "Build and run Perl 5.16 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.16/README.md.",
- "iconClass": "icon-perl",
- "tags": "hidden,builder,perl",
- "supports":"perl:5.16,perl",
- "version": "5.16",
- "sampleRepo": "https://github.com/openshift/dancer-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "openshift/perl-516-centos7:latest"
- }
- },
- {
- "name": "5.20",
- "annotations": {
- "openshift.io/display-name": "Perl 5.20",
- "description": "Build and run Perl 5.20 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.20/README.md.",
- "iconClass": "icon-perl",
- "tags": "builder,perl",
- "supports":"perl:5.20,perl",
- "version": "5.20",
- "sampleRepo": "https://github.com/openshift/dancer-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "centos/perl-520-centos7:latest"
- }
- },
- {
- "name": "5.24",
- "annotations": {
- "openshift.io/display-name": "Perl 5.24",
- "description": "Build and run Perl 5.24 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.24/README.md.",
- "iconClass": "icon-perl",
- "tags": "builder,perl",
- "supports":"perl:5.24,perl",
- "version": "5.24",
- "sampleRepo": "https://github.com/openshift/dancer-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "centos/perl-524-centos7:latest"
- }
- }
- ]
- }
- },
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "php",
- "annotations": {
- "openshift.io/display-name": "PHP"
- }
- },
- "spec": {
- "tags": [
- {
- "name": "latest",
- "annotations": {
- "openshift.io/display-name": "PHP (Latest)",
- "description": "Build and run PHP applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/5.6/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of PHP available on OpenShift, including major versions updates.",
- "iconClass": "icon-php",
- "tags": "builder,php",
- "supports":"php",
- "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "7.0"
- }
- },
- {
- "name": "5.5",
- "annotations": {
- "openshift.io/display-name": "PHP 5.5",
- "description": "Build and run PHP 5.5 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/5.5/README.md.",
- "iconClass": "icon-php",
- "tags": "hidden,builder,php",
- "supports":"php:5.5,php",
- "version": "5.5",
- "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "openshift/php-55-centos7:latest"
- }
- },
- {
- "name": "5.6",
- "annotations": {
- "openshift.io/display-name": "PHP 5.6",
- "description": "Build and run PHP 5.6 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/5.6/README.md.",
- "iconClass": "icon-php",
- "tags": "builder,php",
- "supports":"php:5.6,php",
- "version": "5.6",
- "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "centos/php-56-centos7:latest"
- }
- },
- {
- "name": "7.0",
- "annotations": {
- "openshift.io/display-name": "PHP 7.0",
- "description": "Build and run PHP 7.0 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/7.0/README.md.",
- "iconClass": "icon-php",
- "tags": "builder,php",
- "supports":"php:7.0,php",
- "version": "7.0",
- "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "centos/php-70-centos7:latest"
- }
- }
- ]
- }
- },
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "python",
- "annotations": {
- "openshift.io/display-name": "Python"
- }
- },
- "spec": {
- "tags": [
- {
- "name": "latest",
- "annotations": {
- "openshift.io/display-name": "Python (Latest)",
- "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.",
- "iconClass": "icon-python",
- "tags": "builder,python",
- "supports":"python",
- "sampleRepo": "https://github.com/openshift/django-ex.git"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "3.5"
- }
- },
- {
- "name": "3.3",
- "annotations": {
- "openshift.io/display-name": "Python 3.3",
- "description": "Build and run Python 3.3 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.3/README.md.",
- "iconClass": "icon-python",
- "tags": "hidden,builder,python",
- "supports":"python:3.3,python",
- "version": "3.3",
- "sampleRepo": "https://github.com/openshift/django-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "openshift/python-33-centos7:latest"
- }
- },
- {
- "name": "2.7",
- "annotations": {
- "openshift.io/display-name": "Python 2.7",
- "description": "Build and run Python 2.7 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/2.7/README.md.",
- "iconClass": "icon-python",
- "tags": "builder,python",
- "supports":"python:2.7,python",
- "version": "2.7",
- "sampleRepo": "https://github.com/openshift/django-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "centos/python-27-centos7:latest"
- }
- },
- {
- "name": "3.4",
- "annotations": {
- "openshift.io/display-name": "Python 3.4",
- "description": "Build and run Python 3.4 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.4/README.md.",
- "iconClass": "icon-python",
- "tags": "builder,python",
- "supports":"python:3.4,python",
- "version": "3.4",
- "sampleRepo": "https://github.com/openshift/django-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "centos/python-34-centos7:latest"
- }
- },
- {
- "name": "3.5",
- "annotations": {
- "openshift.io/display-name": "Python 3.5",
- "description": "Build and run Python 3.5 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.",
- "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": "centos/python-35-centos7:latest"
- }
- }
- ]
- }
- },
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "wildfly",
- "annotations": {
- "openshift.io/display-name": "WildFly"
- }
- },
- "spec": {
- "tags": [
- {
- "name": "latest",
- "annotations": {
- "openshift.io/display-name": "WildFly (Latest)",
- "description": "Build and run WildFly applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of WildFly available on OpenShift, including major versions updates.",
- "iconClass": "icon-wildfly",
- "tags": "builder,wildfly,java",
- "supports":"jee,java",
- "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "10.1"
- }
- },
- {
- "name": "8.1",
- "annotations": {
- "openshift.io/display-name": "WildFly 8.1",
- "description": "Build and run WildFly 8.1 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.",
- "iconClass": "icon-wildfly",
- "tags": "builder,wildfly,java",
- "supports":"wildfly:8.1,jee,java",
- "version": "8.1",
- "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "openshift/wildfly-81-centos7:latest"
- }
- },
- {
- "name": "9.0",
- "annotations": {
- "openshift.io/display-name": "WildFly 9.0",
- "description": "Build and run WildFly 9.0 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.",
- "iconClass": "icon-wildfly",
- "tags": "builder,wildfly,java",
- "supports":"wildfly:9.0,jee,java",
- "version": "9.0",
- "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "openshift/wildfly-90-centos7:latest"
- }
- },
- {
- "name": "10.0",
- "annotations": {
- "openshift.io/display-name": "WildFly 10.0",
- "description": "Build and run WildFly 10.0 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.",
- "iconClass": "icon-wildfly",
- "tags": "builder,wildfly,java",
- "supports":"wildfly:10.0,jee,java",
- "version": "10.0",
- "sampleRepo": "https://github.com/bparees/openshift-jee-sample.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "openshift/wildfly-100-centos7:latest"
- }
- },
- {
- "name": "10.1",
- "annotations": {
- "openshift.io/display-name": "WildFly 10.1",
- "description": "Build and run WildFly 10.1 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/openshift-s2i/s2i-wildfly/blob/master/README.md.",
- "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"
- }
- }
- ]
- }
- },
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "mysql",
- "annotations": {
- "openshift.io/display-name": "MySQL"
- }
- },
- "spec": {
- "tags": [
- {
- "name": "latest",
- "annotations": {
- "openshift.io/display-name": "MySQL (Latest)",
- "description": "Provides a MySQL database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mysql-container/tree/master/5.6/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of MySQL available on OpenShift, including major versions updates.",
- "iconClass": "icon-mysql-database",
- "tags": "mysql"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "5.7"
- }
- },
- {
- "name": "5.5",
- "annotations": {
- "openshift.io/display-name": "MySQL 5.5",
- "description": "Provides a MySQL 5.5 database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mysql-container/tree/master/5.5/README.md.",
- "iconClass": "icon-mysql-database",
- "tags": "hidden,mysql",
- "version": "5.5"
- },
- "from": {
- "kind": "DockerImage",
- "name": "openshift/mysql-55-centos7:latest"
- }
- },
- {
- "name": "5.6",
- "annotations": {
- "openshift.io/display-name": "MySQL 5.6",
- "description": "Provides a MySQL 5.6 database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mysql-container/tree/master/5.6/README.md.",
- "iconClass": "icon-mysql-database",
- "tags": "mysql",
- "version": "5.6"
- },
- "from": {
- "kind": "DockerImage",
- "name": "centos/mysql-56-centos7:latest"
- }
- },
- {
- "name": "5.7",
- "annotations": {
- "openshift.io/display-name": "MySQL 5.7",
- "description": "Provides a MySQL 5.7 database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mysql-container/tree/master/5.7/README.md.",
- "iconClass": "icon-mysql-database",
- "tags": "mysql",
- "version": "5.7"
- },
- "from": {
- "kind": "DockerImage",
- "name": "centos/mysql-57-centos7:latest"
- }
- }
- ]
- }
- },
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "mariadb",
- "annotations": {
- "openshift.io/display-name": "MariaDB"
- }
- },
- "spec": {
- "tags": [
- {
- "name": "latest",
- "annotations": {
- "openshift.io/display-name": "MariaDB (Latest)",
- "description": "Provides a MariaDB database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.1/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of MariaDB available on OpenShift, including major versions updates.",
- "iconClass": "icon-mariadb",
- "tags": "mariadb"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "10.1"
- }
- },
- {
- "name": "10.1",
- "annotations": {
- "openshift.io/display-name": "MariaDB 10.1",
- "description": "Provides a MariaDB 10.1 database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.1/README.md.",
- "iconClass": "icon-mariadb",
- "tags": "mariadb",
- "version": "10.1"
- },
- "from": {
- "kind": "DockerImage",
- "name": "centos/mariadb-101-centos7:latest"
- }
- }
- ]
- }
- },
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "postgresql",
- "annotations": {
- "openshift.io/display-name": "PostgreSQL"
- }
- },
- "spec": {
- "tags": [
- {
- "name": "latest",
- "annotations": {
- "openshift.io/display-name": "PostgreSQL (Latest)",
- "description": "Provides a PostgreSQL database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.5.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of PostgreSQL available on OpenShift, including major versions updates.",
- "iconClass": "icon-postgresql",
- "tags": "postgresql"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "9.5"
- }
- },
- {
- "name": "9.2",
- "annotations": {
- "openshift.io/display-name": "PostgreSQL 9.2",
- "description": "Provides a PostgreSQL 9.2 database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.2.",
- "iconClass": "icon-postgresql",
- "tags": "hidden,postgresql",
- "version": "9.2"
- },
- "from": {
- "kind": "DockerImage",
- "name": "openshift/postgresql-92-centos7:latest"
- }
- },
- {
- "name": "9.4",
- "annotations": {
- "openshift.io/display-name": "PostgreSQL 9.4",
- "description": "Provides a PostgreSQL 9.4 database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.4.",
- "iconClass": "icon-postgresql",
- "tags": "postgresql",
- "version": "9.4"
- },
- "from": {
- "kind": "DockerImage",
- "name": "centos/postgresql-94-centos7:latest"
- }
- },
- {
- "name": "9.5",
- "annotations": {
- "openshift.io/display-name": "PostgreSQL 9.5",
- "description": "Provides a PostgreSQL 9.5 database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.5.",
- "iconClass": "icon-postgresql",
- "tags": "postgresql",
- "version": "9.5"
- },
- "from": {
- "kind": "DockerImage",
- "name": "centos/postgresql-95-centos7:latest"
- }
- }
- ]
- }
- },
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "mongodb",
- "annotations": {
- "openshift.io/display-name": "MongoDB"
- }
- },
- "spec": {
- "tags": [
- {
- "name": "latest",
- "annotations": {
- "openshift.io/display-name": "MongoDB (Latest)",
- "description": "Provides a MongoDB database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/3.2/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of MongoDB available on OpenShift, including major versions updates.",
- "iconClass": "icon-mongodb",
- "tags": "mongodb"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "3.2"
- }
- },
- {
- "name": "2.4",
- "annotations": {
- "openshift.io/display-name": "MongoDB 2.4",
- "description": "Provides a MongoDB 2.4 database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/2.4/README.md.",
- "iconClass": "icon-mongodb",
- "tags": "hidden,mongodb",
- "version": "2.4"
- },
- "from": {
- "kind": "DockerImage",
- "name": "openshift/mongodb-24-centos7:latest"
- }
- },
- {
- "name": "2.6",
- "annotations": {
- "openshift.io/display-name": "MongoDB 2.6",
- "description": "Provides a MongoDB 2.6 database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/2.6/README.md.",
- "iconClass": "icon-mongodb",
- "tags": "mongodb",
- "version": "2.6"
- },
- "from": {
- "kind": "DockerImage",
- "name": "centos/mongodb-26-centos7:latest"
- }
- },
- {
- "name": "3.2",
- "annotations": {
- "openshift.io/display-name": "MongoDB 3.2",
- "description": "Provides a MongoDB 3.2 database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/3.2/README.md.",
- "iconClass": "icon-mongodb",
- "tags": "mongodb",
- "version": "3.2"
- },
- "from": {
- "kind": "DockerImage",
- "name": "centos/mongodb-32-centos7:latest"
- }
- }
- ]
- }
- },
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "redis",
- "annotations": {
- "openshift.io/display-name": "Redis"
- }
- },
- "spec": {
- "tags": [
- {
- "name": "latest",
- "annotations": {
- "openshift.io/display-name": "Redis (Latest)",
- "description": "Provides a Redis database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/redis-container/tree/master/3.2/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Redis available on OpenShift, including major versions updates.",
- "iconClass": "icon-redis",
- "tags": "redis"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "3.2"
- }
- },
- {
- "name": "3.2",
- "annotations": {
- "openshift.io/display-name": "Redis 3.2",
- "description": "Provides a Redis 3.2 database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/redis-container/tree/master/3.2/README.md.",
- "iconClass": "icon-redis",
- "tags": "redis",
- "version": "3.2"
- },
- "from": {
- "kind": "DockerImage",
- "name": "centos/redis-32-centos7:latest"
- }
- }
- ]
- }
- },
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "jenkins",
- "annotations": {
- "openshift.io/display-name": "Jenkins"
- }
- },
- "spec": {
- "tags": [
- {
- "name": "latest",
- "annotations": {
- "openshift.io/display-name": "Jenkins (Latest)",
- "description": "Provides a Jenkins server on CentOS 7. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Jenkins available on OpenShift, including major versions updates.",
- "iconClass": "icon-jenkins",
- "tags": "jenkins"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "2"
- }
- },
- {
- "name": "1",
- "annotations": {
- "openshift.io/display-name": "Jenkins 1.X",
- "description": "Provides a Jenkins 1.X server on CentOS 7. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md.",
- "iconClass": "icon-jenkins",
- "tags": "hidden,jenkins",
- "version": "1.x"
- },
- "from": {
- "kind": "DockerImage",
- "name": "openshift/jenkins-1-centos7:latest"
- }
- },
- {
- "name": "2",
- "annotations": {
- "openshift.io/display-name": "Jenkins 2.X",
- "description": "Provides a Jenkins v2.x server on CentOS 7. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md.",
- "iconClass": "icon-jenkins",
- "tags": "jenkins",
- "version": "2.x"
- },
- "from": {
- "kind": "DockerImage",
- "name": "openshift/jenkins-2-centos7:latest"
- }
- }
- ]
- }
- }
- ]
-}