1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222 |
- {
- "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 CentOS 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 CentOS 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": "docker.io/centos/httpd-24-centos7:latest"
- }
- }
- ]
- }
- },
- {
- "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 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.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 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": "docker.io/openshift/ruby-20-centos7: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 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": "docker.io/centos/ruby-22-centos7: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 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": "docker.io/centos/ruby-23-centos7: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 CentOS 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": "docker.io/centos/ruby-24-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)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "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/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 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": "docker.io/openshift/nodejs-010-centos7: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 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": "docker.io/centos/nodejs-4-centos7: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 CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/6/README.md.",
- "iconClass": "icon-nodejs",
- "tags": "builder,nodejs",
- "supports":"nodejs:6,nodejs",
- "version": "6",
- "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "docker.io/centos/nodejs-6-centos7: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 CentOS 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.",
- "iconClass": "icon-nodejs",
- "tags": "builder,nodejs",
- "version": "8",
- "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "docker.io/centos/nodejs-8-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)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "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",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "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": "docker.io/openshift/perl-516-centos7: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 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": "docker.io/centos/perl-520-centos7: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 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": "docker.io/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)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "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/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 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": "docker.io/openshift/php-55-centos7: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 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": "docker.io/centos/php-56-centos7: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 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": "docker.io/centos/php-70-centos7: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 CentOS 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": "docker.io/centos/php-71-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)",
- "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.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 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": "docker.io/openshift/python-33-centos7: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 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": "docker.io/centos/python-27-centos7: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 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": "docker.io/centos/python-34-centos7: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 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": "docker.io/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": "docker.io/centos/python-36-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)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "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/openshift/openshift-jee-sample.git"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "10.1"
- }
- },
- {
- "name": "8.1",
- "annotations": {
- "openshift.io/display-name": "WildFly 8.1",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "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/openshift/openshift-jee-sample.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "docker.io/openshift/wildfly-81-centos7:latest"
- }
- },
- {
- "name": "9.0",
- "annotations": {
- "openshift.io/display-name": "WildFly 9.0",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "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/openshift/openshift-jee-sample.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "docker.io/openshift/wildfly-90-centos7:latest"
- }
- },
- {
- "name": "10.0",
- "annotations": {
- "openshift.io/display-name": "WildFly 10.0",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "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/openshift/openshift-jee-sample.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "docker.io/openshift/wildfly-100-centos7:latest"
- }
- },
- {
- "name": "10.1",
- "annotations": {
- "openshift.io/display-name": "WildFly 10.1",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "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/openshift/openshift-jee-sample.git"
- },
- "from": {
- "kind": "DockerImage",
- "name": "docker.io/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)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "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",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "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": "docker.io/openshift/mysql-55-centos7: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 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": "docker.io/centos/mysql-56-centos7: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 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": "docker.io/centos/mysql-57-centos7: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 CentOS 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": "docker.io/centos/nginx-18-centos7: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 CentOS 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": "docker.io/centos/nginx-110-centos7: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 CentOS 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": "docker.io/centos/nginx-112-centos7: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 CentOS 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 CentOS 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 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": "database,mariadb",
- "version": "10.1"
- },
- "from": {
- "kind": "DockerImage",
- "name": "docker.io/centos/mariadb-101-centos7: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 CentOS 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": "docker.io/centos/mariadb-102-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)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "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.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 CentOS 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": "docker.io/openshift/postgresql-92-centos7: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 CentOS 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": "docker.io/centos/postgresql-94-centos7: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 CentOS 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": "docker.io/centos/postgresql-95-centos7:latest"
- }
- },
- {
- "name": "9.6",
- "annotations": {
- "openshift.io/display-name": "PostgreSQL 9.6",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "description": "Provides a PostgreSQL 9.6 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.6/README.md.",
- "iconClass": "icon-postgresql",
- "tags": "database,postgresql",
- "version": "9.6"
- },
- "from": {
- "kind": "DockerImage",
- "name": "docker.io/centos/postgresql-96-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)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "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.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": "database,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 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": "docker.io/openshift/mongodb-24-centos7: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 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": "database,mongodb",
- "version": "2.6"
- },
- "from": {
- "kind": "DockerImage",
- "name": "docker.io/centos/mongodb-26-centos7: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 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": "database,mongodb",
- "version": "3.2"
- },
- "from": {
- "kind": "DockerImage",
- "name": "docker.io/centos/mongodb-32-centos7: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 CentOS 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": "docker.io/centos/mongodb-34-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)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "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",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "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": "docker.io/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)",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "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",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "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": "docker.io/openshift/jenkins-1-centos7:latest"
- }
- },
- {
- "name": "2",
- "annotations": {
- "openshift.io/display-name": "Jenkins 2.X",
- "openshift.io/provider-display-name": "Red Hat, Inc.",
- "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": "docker.io/openshift/jenkins-2-centos7:v3.9"
- }
- }
- ]
- }
- },
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "dotnet",
- "annotations": {
- "openshift.io/display-name": ".NET Core Builder Images"
- }
- },
- "spec": {
- "tags": [
- {
- "name": "latest",
- "annotations": {
- "openshift.io/display-name": ".NET Core (Latest)",
- "description": "Build and run .NET Core applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.0/build/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET Core available on OpenShift, including major versions updates.",
- "iconClass": "icon-dotnet",
- "tags": "builder,.net,dotnet,dotnetcore",
- "supports":"dotnet",
- "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
- "sampleContextDir": "app",
- "sampleRef": "dotnetcore-2.0"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "2.0"
- }
- },
- {
- "name": "2.0",
- "annotations": {
- "openshift.io/display-name": ".NET Core 2.0",
- "description": "Build and run .NET Core 2.0 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.0/build/README.md.",
- "iconClass": "icon-dotnet",
- "tags": "builder,.net,dotnet,dotnetcore,rh-dotnet20",
- "supports":"dotnet:2.0,dotnet",
- "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex.git",
- "sampleContextDir": "app",
- "sampleRef": "dotnetcore-2.0",
- "version": "2.0"
- },
- "from": {
- "kind": "DockerImage",
- "name": "registry.centos.org/dotnet/dotnet-20-centos7:latest"
- }
- }
- ]
- }
- },
- {
- "kind": "ImageStream",
- "apiVersion": "v1",
- "metadata": {
- "name": "dotnet-runtime",
- "annotations": {
- "openshift.io/display-name": ".NET Core Runtime Images"
- }
- },
- "spec": {
- "tags": [
- {
- "name": "latest",
- "annotations": {
- "openshift.io/display-name": ".NET Core Runtime (Latest)",
- "description": "Run .NET Core applications on CentOS 7. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.0/runtime/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET Core Runtime available on OpenShift, including major versions updates.",
- "iconClass": "icon-dotnet",
- "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime",
- "supports":"dotnet-runtime"
- },
- "from": {
- "kind": "ImageStreamTag",
- "name": "2.0"
- }
- },
- {
- "name": "2.0",
- "annotations": {
- "openshift.io/display-name": ".NET Core 2.0 Runtime",
- "description": "Run .NET Core applications on CentOS 7. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.0/runtime/README.md.",
- "iconClass": "icon-dotnet",
- "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime",
- "supports":"dotnet-runtime",
- "version": "2.0"
- },
- "from": {
- "kind": "DockerImage",
- "name": "registry.centos.org/dotnet/dotnet-20-runtime-centos7:latest"
- }
- }
- ]
- }
- }
- ]
- }
|