123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032 |
- {
- "kind": "ImageStreamList",
- "apiVersion": "v1",
- "metadata": {},
- "items": [
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "httpd",
- "annotations": {
- "openshift.io/display-name": "Apache HTTP Server (httpd)"
- }
- },
- "spec": {
- "tags": [
- {
- "name": "latest",
- "annotations": {
- "openshift.io/display-name": "Apache HTTP Server (Latest)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and serve static content via Apache HTTP Server (httpd) on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Httpd available on OpenShift, including major versions updates.",
- "iconClass": "icon-apache",
- "tags": "builder,httpd",
- "supports":"httpd",
- "sampleRepo": "https://github.com/openshift/httpd-ex.git"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "2.4"
- }
- },
- {
- "name": "2.4",
- "annotations": {
- "openshift.io/display-name": "Apache HTTP Server 2.4",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and serve static content via Apache HTTP Server (httpd) 2.4 on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/README.md.",
- "iconClass": "icon-apache",
- "tags": "builder,httpd",
- "supports":"httpd",
- "version": "2.4",
- "sampleRepo": "https://github.com/openshift/httpd-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "registry.access.redhat.com/rhscl/httpd-24-rhel7"
- }
- }
- ]
- }
- },
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "ruby",
- "annotations": {
- "openshift.io/display-name": "Ruby"
- }
- },
- "spec": {
- "tags": [
- {
- "name": "latest",
- "annotations": {
- "openshift.io/display-name": "Ruby (Latest)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run Ruby applications on RHEL 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.4"
- }
- },
- {
- "name": "2.0",
- "annotations": {
- "openshift.io/display-name": "Ruby 2.0",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run Ruby 2.0 applications on RHEL 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": "registry.access.redhat.com/openshift3/ruby-20-rhel7:latest"
- }
- },
- {
- "name": "2.2",
- "annotations": {
- "openshift.io/display-name": "Ruby 2.2",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run Ruby 2.2 applications on RHEL 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": "registry.access.redhat.com/rhscl/ruby-22-rhel7:latest"
- }
- },
- {
- "name": "2.3",
- "annotations": {
- "openshift.io/display-name": "Ruby 2.3",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run Ruby 2.3 applications on RHEL 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": "registry.access.redhat.com/rhscl/ruby-23-rhel7:latest"
- }
- },
- {
- "name": "2.4",
- "annotations": {
- "openshift.io/display-name": "Ruby 2.4",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run Ruby 2.4 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/blob/master/2.4/README.md.",
- "iconClass": "icon-ruby",
- "tags": "builder,ruby",
- "supports": "ruby:2.4,ruby",
- "version": "2.4",
- "sampleRepo": "https://github.com/openshift/ruby-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "registry.access.redhat.com/rhscl/ruby-24-rhel7: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)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run Node.js applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/8/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": "8"
- }
- },
- {
- "name": "0.10",
- "annotations": {
- "openshift.io/display-name": "Node.js 0.10",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "DEPRECATED: Build and run Node.js 0.10 applications on RHEL 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": "registry.access.redhat.com/openshift3/nodejs-010-rhel7:latest"
- }
- },
- {
- "name": "4",
- "annotations": {
- "openshift.io/display-name": "Node.js 4",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run Node.js 4 applications on RHEL 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": "registry.access.redhat.com/rhscl/nodejs-4-rhel7:latest"
- }
- },
- {
- "name": "6",
- "annotations": {
- "openshift.io/display-name": "Node.js 6",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run Node.js 6 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container.",
- "iconClass": "icon-nodejs",
- "tags": "builder,nodejs",
- "supports":"nodejs:6,nodejs",
- "version": "6",
- "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "registry.access.redhat.com/rhscl/nodejs-6-rhel7:latest"
- }
- },
- {
- "name": "8",
- "annotations": {
- "openshift.io/display-name": "Node.js 8",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run Node.js 8 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container.",
- "iconClass": "icon-nodejs",
- "tags": "builder,nodejs",
- "version": "8",
- "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "registry.access.redhat.com/rhscl/nodejs-8-rhel7: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)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run Perl applications on RHEL 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",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run Perl 5.16 applications on RHEL 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": "registry.access.redhat.com/openshift3/perl-516-rhel7:latest"
- }
- },
- {
- "name": "5.20",
- "annotations": {
- "openshift.io/display-name": "Perl 5.20",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run Perl 5.20 applications on RHEL 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": "registry.access.redhat.com/rhscl/perl-520-rhel7:latest"
- }
- },
- {
- "name": "5.24",
- "annotations": {
- "openshift.io/display-name": "Perl 5.24",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run Perl 5.24 applications on RHEL 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": "registry.access.redhat.com/rhscl/perl-524-rhel7: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)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run PHP applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/7.1/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.1"
- }
- },
- {
- "name": "5.5",
- "annotations": {
- "openshift.io/display-name": "PHP 5.5",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run PHP 5.5 applications on RHEL 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": "registry.access.redhat.com/openshift3/php-55-rhel7:latest"
- }
- },
- {
- "name": "5.6",
- "annotations": {
- "openshift.io/display-name": "PHP 5.6",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run PHP 5.6 applications on RHEL 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": "registry.access.redhat.com/rhscl/php-56-rhel7:latest"
- }
- },
- {
- "name": "7.0",
- "annotations": {
- "openshift.io/display-name": "PHP 7.0",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run PHP 7.0 applications on RHEL 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": "registry.access.redhat.com/rhscl/php-70-rhel7:latest"
- }
- },
- {
- "name": "7.1",
- "annotations": {
- "openshift.io/display-name": "PHP 7.1",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run PHP 7.1 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/7.1/README.md.",
- "iconClass": "icon-php",
- "tags": "builder,php",
- "supports":"php:7.1,php",
- "version": "7.1",
- "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "registry.access.redhat.com/rhscl/php-71-rhel7: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)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run Python applications on RHEL 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",
- "sampleRepo": "https://github.com/openshift/django-ex.git"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "3.6"
- }
- },
- {
- "name": "3.3",
- "annotations": {
- "openshift.io/display-name": "Python 3.3",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run Python 3.3 applications on RHEL 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": "registry.access.redhat.com/openshift3/python-33-rhel7:latest"
- }
- },
- {
- "name": "2.7",
- "annotations": {
- "openshift.io/display-name": "Python 2.7",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run Python 2.7 applications on RHEL 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": "registry.access.redhat.com/rhscl/python-27-rhel7:latest"
- }
- },
- {
- "name": "3.4",
- "annotations": {
- "openshift.io/display-name": "Python 3.4",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run Python 3.4 applications on RHEL 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": "registry.access.redhat.com/rhscl/python-34-rhel7:latest"
- }
- },
- {
- "name": "3.5",
- "annotations": {
- "openshift.io/display-name": "Python 3.5",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and run Python 3.5 applications on RHEL 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": "registry.access.redhat.com/rhscl/python-35-rhel7: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 RHEL 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": "registry.access.redhat.com/rhscl/python-36-rhel7: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)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a MySQL database on RHEL 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",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a MySQL 5.5 database on RHEL 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": "registry.access.redhat.com/openshift3/mysql-55-rhel7:latest"
- }
- },
- {
- "name": "5.6",
- "annotations": {
- "openshift.io/display-name": "MySQL 5.6",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a MySQL 5.6 database on RHEL 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": "registry.access.redhat.com/rhscl/mysql-56-rhel7:latest"
- }
- },
- {
- "name": "5.7",
- "annotations": {
- "openshift.io/display-name": "MySQL 5.7",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a MySQL 5.7 database on RHEL 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": "registry.access.redhat.com/rhscl/mysql-57-rhel7:latest"
- }
- }
- ]
- }
- },
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "nginx",
- "annotations": {
- "openshift.io/display-name": "Nginx HTTP server and a reverse proxy (nginx)"
- }
- },
- "spec": {
- "tags": [
- {
- "name": "1.8",
- "annotations": {
- "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.8",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and serve static content via Nginx HTTP server and a reverse proxy (nginx) on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.8/README.md.",
- "iconClass": "icon-nginx",
- "tags": "builder,nginx",
- "supports":"nginx",
- "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
- "version": "1.8"
- },
- "from": {
- "kind": "DockerImage",
- "name": "registry.access.redhat.com/rhscl/nginx-18-rhel7:latest"
- }
- },
- {
- "name": "1.10",
- "annotations": {
- "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.10",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and serve static content via Nginx HTTP server and a reverse proxy (nginx) on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.10/README.md.",
- "iconClass": "icon-nginx",
- "tags": "builder,nginx",
- "supports":"nginx",
- "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
- "version": "1.10"
- },
- "from": {
- "kind": "DockerImage",
- "name": "registry.access.redhat.com/rhscl/nginx-110-rhel7:latest"
- }
- },
- {
- "name": "1.12",
- "annotations": {
- "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.12",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and serve static content via Nginx HTTP server and a reverse proxy (nginx) on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.12/README.md.",
- "iconClass": "icon-nginx",
- "tags": "builder,nginx",
- "supports":"nginx",
- "sampleRepo": "https://github.com/sclorg/nginx-ex.git",
- "version": "1.12"
- },
- "from": {
- "kind": "DockerImage",
- "name": "registry.access.redhat.com/rhscl/nginx-112-rhel7:latest"
- }
- },
- {
- "name": "latest",
- "annotations": {
- "openshift.io/display-name": "Nginx HTTP server and a reverse proxy (Latest)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Build and serve static content via Nginx HTTP server and a reverse proxy (nginx) on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.12/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Nginx available on OpenShift, including major versions updates.",
- "iconClass": "icon-nginx",
- "tags": "builder,nginx",
- "supports":"nginx",
- "sampleRepo": "https://github.com/sclorg/nginx-ex.git"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "1.12"
- }
- }
- ]
- }
- },
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "mariadb",
- "annotations": {
- "openshift.io/display-name": "MariaDB"
- }
- },
- "spec": {
- "tags": [
- {
- "name": "latest",
- "annotations": {
- "openshift.io/display-name": "MariaDB (Latest)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a MariaDB database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.2/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": "database,mariadb"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "10.2"
- }
- },
- {
- "name": "10.1",
- "annotations": {
- "openshift.io/display-name": "MariaDB 10.1",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a MariaDB 10.1 database on RHEL 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": "database,mariadb",
- "version": "10.1"
- },
- "from": {
- "kind": "DockerImage",
- "name": "registry.access.redhat.com/rhscl/mariadb-101-rhel7:latest"
- }
- },
- {
- "name": "10.2",
- "annotations": {
- "openshift.io/display-name": "MariaDB 10.2",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a MariaDB 10.2 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.2/README.md.",
- "iconClass": "icon-mariadb",
- "tags": "database,mariadb",
- "version": "10.2"
- },
- "from": {
- "kind": "DockerImage",
- "name": "registry.access.redhat.com/rhscl/mariadb-102-rhel7: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)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a PostgreSQL database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.6/README.md.\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": "database,postgresql"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "9.6"
- }
- },
- {
- "name": "9.2",
- "annotations": {
- "openshift.io/display-name": "PostgreSQL 9.2",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a PostgreSQL 9.2 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.2/README.md.",
- "iconClass": "icon-postgresql",
- "tags": "hidden,postgresql",
- "version": "9.2"
- },
- "from": {
- "kind": "DockerImage",
- "name": "registry.access.redhat.com/openshift3/postgresql-92-rhel7:latest"
- }
- },
- {
- "name": "9.4",
- "annotations": {
- "openshift.io/display-name": "PostgreSQL 9.4",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a PostgreSQL 9.4 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.4/README.md.",
- "iconClass": "icon-postgresql",
- "tags": "database,postgresql",
- "version": "9.4"
- },
- "from": {
- "kind": "DockerImage",
- "name": "registry.access.redhat.com/rhscl/postgresql-94-rhel7:latest"
- }
- },
- {
- "name": "9.5",
- "annotations": {
- "openshift.io/display-name": "PostgreSQL 9.5",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a PostgreSQL 9.5 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.5/README.md.",
- "iconClass": "icon-postgresql",
- "tags": "database,postgresql",
- "version": "9.5"
- },
- "from": {
- "kind": "DockerImage",
- "name": "registry.access.redhat.com/rhscl/postgresql-95-rhel7:latest"
- }
- },
- {
- "name": "9.6",
- "annotations": {
- "openshift.io/display-name": "PostgreSQL (Ephemeral) 9.6",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a PostgreSQL 9.6 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/tree/master/9.6/README.md.",
- "iconClass": "icon-postgresql",
- "tags": "database,postgresql",
- "version": "9.6"
- },
- "from": {
- "kind": "DockerImage",
- "name": "registry.access.redhat.com/rhscl/postgresql-96-rhel7: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)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a MongoDB database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/3.4/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.4"
- }
- },
- {
- "name": "2.4",
- "annotations": {
- "openshift.io/display-name": "MongoDB 2.4",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a MongoDB 2.4 database on RHEL 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": "registry.access.redhat.com/openshift3/mongodb-24-rhel7:latest"
- }
- },
- {
- "name": "2.6",
- "annotations": {
- "openshift.io/display-name": "MongoDB 2.6",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a MongoDB 2.6 database on RHEL 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": "database,mongodb",
- "version": "2.6"
- },
- "from": {
- "kind": "DockerImage",
- "name": "registry.access.redhat.com/rhscl/mongodb-26-rhel7:latest"
- }
- },
- {
- "name": "3.2",
- "annotations": {
- "openshift.io/display-name": "MongoDB 3.2",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a MongoDB 3.2 database on RHEL 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": "database,mongodb",
- "version": "3.2"
- },
- "from": {
- "kind": "DockerImage",
- "name": "registry.access.redhat.com/rhscl/mongodb-32-rhel7:latest"
- }
- },
- {
- "name": "3.4",
- "annotations": {
- "openshift.io/display-name": "MongoDB 3.4",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a MongoDB 3.4 database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/3.4/README.md.",
- "iconClass": "icon-mongodb",
- "tags": "database,mongodb",
- "version": "3.4"
- },
- "from": {
- "kind": "DockerImage",
- "name": "registry.access.redhat.com/rhscl/mongodb-34-rhel7: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)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a Redis database on RHEL 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",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a Redis 3.2 database on RHEL 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": "registry.access.redhat.com/rhscl/redis-32-rhel7: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)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a Jenkins server on RHEL 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",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a Jenkins 1.X server on RHEL 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": "registry.access.redhat.com/openshift3/jenkins-1-rhel7:latest"
- }
- },
- {
- "name": "2",
- "annotations": {
- "openshift.io/display-name": "Jenkins 2.X",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a Jenkins 2.X server on RHEL 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": "registry.access.redhat.com/openshift3/jenkins-2-rhel7:v3.9"
- }
- }
- ]
- }
- }
- ]
- }
|