|
164 | 164 | "annotations": {
|
165 | 165 | "openshift.io/display-name": "Node.js (Latest)",
|
166 | 166 | "openshift.io/provider-display-name": "Red Hat, Inc.",
|
167 |
| - "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.", |
| 167 | + "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.", |
168 | 168 | "iconClass": "icon-nodejs",
|
169 | 169 | "tags": "builder,nodejs",
|
170 | 170 | "supports":"nodejs",
|
171 | 171 | "sampleRepo": "https://github.com/openshift/nodejs-ex.git"
|
172 | 172 | },
|
173 | 173 | "from": {
|
174 | 174 | "kind": "ImageStreamTag",
|
175 |
| - "name": "6" |
| 175 | + "name": "8" |
176 | 176 | }
|
177 | 177 | },
|
178 | 178 | {
|
|
225 | 225 | "kind": "DockerImage",
|
226 | 226 | "name": "centos/nodejs-6-centos7:latest"
|
227 | 227 | }
|
| 228 | + }, |
| 229 | + { |
| 230 | + "name": "8", |
| 231 | + "annotations": { |
| 232 | + "openshift.io/display-name": "Node.js 8", |
| 233 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
| 234 | + "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.", |
| 235 | + "iconClass": "icon-nodejs", |
| 236 | + "tags": "builder,nodejs", |
| 237 | + "version": "8" |
| 238 | + }, |
| 239 | + "from": { |
| 240 | + "kind": "DockerImage", |
| 241 | + "name": "centos/nodejs-8-centos7:latest" |
| 242 | + } |
228 | 243 | }
|
229 | 244 | ]
|
230 | 245 | }
|
|
326 | 341 | "annotations": {
|
327 | 342 | "openshift.io/display-name": "PHP (Latest)",
|
328 | 343 | "openshift.io/provider-display-name": "Red Hat, Inc.",
|
329 |
| - "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.", |
| 344 | + "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.", |
330 | 345 | "iconClass": "icon-php",
|
331 | 346 | "tags": "builder,php",
|
332 | 347 | "supports":"php",
|
333 | 348 | "sampleRepo": "https://github.com/openshift/cakephp-ex.git"
|
334 | 349 | },
|
335 | 350 | "from": {
|
336 | 351 | "kind": "ImageStreamTag",
|
337 |
| - "name": "7.0" |
| 352 | + "name": "7.1" |
338 | 353 | }
|
339 | 354 | },
|
340 | 355 | {
|
|
387 | 402 | "kind": "DockerImage",
|
388 | 403 | "name": "centos/php-70-centos7:latest"
|
389 | 404 | }
|
| 405 | + }, |
| 406 | + { |
| 407 | + "name": "7.1", |
| 408 | + "annotations": { |
| 409 | + "openshift.io/display-name": "PHP 7.1", |
| 410 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
| 411 | + "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.", |
| 412 | + "iconClass": "icon-php", |
| 413 | + "tags": "builder,php", |
| 414 | + "supports":"php:7.1,php", |
| 415 | + "version": "7.1" |
| 416 | + }, |
| 417 | + "from": { |
| 418 | + "kind": "DockerImage", |
| 419 | + "name": "centos/php-71-centos7:latest" |
| 420 | + } |
390 | 421 | }
|
391 | 422 | ]
|
392 | 423 | }
|
|
677 | 708 | ]
|
678 | 709 | }
|
679 | 710 | },
|
| 711 | + { |
| 712 | + "kind": "ImageStream", |
| 713 | + "apiVersion": "v1", |
| 714 | + "metadata": { |
| 715 | + "name": "nginx", |
| 716 | + "annotations": { |
| 717 | + "openshift.io/display-name": "Nginx HTTP server and a reverse proxy (nginx)" |
| 718 | + } |
| 719 | + }, |
| 720 | + "spec": { |
| 721 | + "tags": [ |
| 722 | + { |
| 723 | + "name": "1.8", |
| 724 | + "annotations": { |
| 725 | + "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.8", |
| 726 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
| 727 | + "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.", |
| 728 | + "iconClass": "icon-nginx", |
| 729 | + "tags": "builder,nginx", |
| 730 | + "version": "1.8" |
| 731 | + }, |
| 732 | + "from": { |
| 733 | + "kind": "DockerImage", |
| 734 | + "name": "centos/nginx-18-centos7:latest" |
| 735 | + } |
| 736 | + }, |
| 737 | + { |
| 738 | + "name": "1.10", |
| 739 | + "annotations": { |
| 740 | + "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.10", |
| 741 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
| 742 | + "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.", |
| 743 | + "iconClass": "icon-nginx", |
| 744 | + "tags": "builder,nginx", |
| 745 | + "version": "1.10" |
| 746 | + }, |
| 747 | + "from": { |
| 748 | + "kind": "DockerImage", |
| 749 | + "name": "centos/nginx-110-centos7:latest" |
| 750 | + } |
| 751 | + }, |
| 752 | + { |
| 753 | + "name": "1.12", |
| 754 | + "annotations": { |
| 755 | + "openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.12", |
| 756 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
| 757 | + "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.", |
| 758 | + "iconClass": "icon-nginx", |
| 759 | + "tags": "builder,nginx", |
| 760 | + "version": "1.12" |
| 761 | + }, |
| 762 | + "from": { |
| 763 | + "kind": "DockerImage", |
| 764 | + "name": "centos/nginx-112-centos7:latest" |
| 765 | + } |
| 766 | + }, |
| 767 | + { |
| 768 | + "name": "latest", |
| 769 | + "annotations": { |
| 770 | + "openshift.io/display-name": "Nginx HTTP server and a reverse proxy (latest)", |
| 771 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
| 772 | + "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.", |
| 773 | + "iconClass": "icon-nginx", |
| 774 | + "tags": "builder,nginx" |
| 775 | + }, |
| 776 | + "from": { |
| 777 | + "kind": "ImageStreamTag", |
| 778 | + "name": "1.12" |
| 779 | + } |
| 780 | + } |
| 781 | + ] |
| 782 | + } |
| 783 | + }, |
680 | 784 | {
|
681 | 785 | "kind": "ImageStream",
|
682 | 786 | "apiVersion": "v1",
|
|
695 | 799 | "openshift.io/provider-display-name": "Red Hat, Inc.",
|
696 | 800 | "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.",
|
697 | 801 | "iconClass": "icon-mariadb",
|
698 |
| - "tags": "mariadb" |
| 802 | + "tags": "database,mariadb" |
699 | 803 | },
|
700 | 804 | "from": {
|
701 | 805 | "kind": "ImageStreamTag",
|
702 |
| - "name": "10.1" |
| 806 | + "name": "10.2" |
703 | 807 | }
|
704 | 808 | },
|
705 | 809 | {
|
|
709 | 813 | "openshift.io/provider-display-name": "Red Hat, Inc.",
|
710 | 814 | "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.",
|
711 | 815 | "iconClass": "icon-mariadb",
|
712 |
| - "tags": "mariadb", |
| 816 | + "tags": "database,mariadb", |
713 | 817 | "version": "10.1"
|
714 | 818 | },
|
715 | 819 | "from": {
|
716 | 820 | "kind": "DockerImage",
|
717 | 821 | "name": "centos/mariadb-101-centos7:latest"
|
718 | 822 | }
|
| 823 | + }, |
| 824 | + { |
| 825 | + "name": "10.2", |
| 826 | + "annotations": { |
| 827 | + "openshift.io/display-name": "MariaDB 10.2", |
| 828 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
| 829 | + "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.", |
| 830 | + "iconClass": "icon-mariadb", |
| 831 | + "tags": "database,mariadb", |
| 832 | + "version": "10.2" |
| 833 | + }, |
| 834 | + "from": { |
| 835 | + "kind": "DockerImage", |
| 836 | + "name": "centos/mariadb-102-centos7:latest" |
| 837 | + } |
719 | 838 | }
|
720 | 839 | ]
|
721 | 840 | }
|
|
736 | 855 | "annotations": {
|
737 | 856 | "openshift.io/display-name": "PostgreSQL (Latest)",
|
738 | 857 | "openshift.io/provider-display-name": "Red Hat, Inc.",
|
739 |
| - "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.", |
| 858 | + "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.\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.", |
740 | 859 | "iconClass": "icon-postgresql",
|
741 |
| - "tags": "postgresql" |
| 860 | + "tags": "database,postgresql" |
742 | 861 | },
|
743 | 862 | "from": {
|
744 | 863 | "kind": "ImageStreamTag",
|
745 |
| - "name": "9.5" |
| 864 | + "name": "9.6" |
746 | 865 | }
|
747 | 866 | },
|
748 | 867 | {
|
|
767 | 886 | "openshift.io/provider-display-name": "Red Hat, Inc.",
|
768 | 887 | "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.",
|
769 | 888 | "iconClass": "icon-postgresql",
|
770 |
| - "tags": "postgresql", |
| 889 | + "tags": "database,postgresql", |
771 | 890 | "version": "9.4"
|
772 | 891 | },
|
773 | 892 | "from": {
|
|
782 | 901 | "openshift.io/provider-display-name": "Red Hat, Inc.",
|
783 | 902 | "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.",
|
784 | 903 | "iconClass": "icon-postgresql",
|
785 |
| - "tags": "postgresql", |
| 904 | + "tags": "database,postgresql", |
786 | 905 | "version": "9.5"
|
787 | 906 | },
|
788 | 907 | "from": {
|
789 | 908 | "kind": "DockerImage",
|
790 | 909 | "name": "centos/postgresql-95-centos7:latest"
|
791 | 910 | }
|
| 911 | + }, |
| 912 | + { |
| 913 | + "name": "9.6", |
| 914 | + "annotations": { |
| 915 | + "openshift.io/display-name": "PostgreSQL 9.6", |
| 916 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
| 917 | + "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.", |
| 918 | + "iconClass": "icon-postgresql", |
| 919 | + "tags": "database,postgresql", |
| 920 | + "version": "9.6" |
| 921 | + }, |
| 922 | + "from": { |
| 923 | + "kind": "DockerImage", |
| 924 | + "name": "centos/postgresql-96-centos7:latest" |
| 925 | + } |
792 | 926 | }
|
793 | 927 | ]
|
794 | 928 | }
|
|
809 | 943 | "annotations": {
|
810 | 944 | "openshift.io/display-name": "MongoDB (Latest)",
|
811 | 945 | "openshift.io/provider-display-name": "Red Hat, Inc.",
|
812 |
| - "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.", |
| 946 | + "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.", |
813 | 947 | "iconClass": "icon-mongodb",
|
814 |
| - "tags": "mongodb" |
| 948 | + "tags": "database,mongodb" |
815 | 949 | },
|
816 | 950 | "from": {
|
817 | 951 | "kind": "ImageStreamTag",
|
818 |
| - "name": "3.2" |
| 952 | + "name": "3.4" |
819 | 953 | }
|
820 | 954 | },
|
821 | 955 | {
|
|
840 | 974 | "openshift.io/provider-display-name": "Red Hat, Inc.",
|
841 | 975 | "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.",
|
842 | 976 | "iconClass": "icon-mongodb",
|
843 |
| - "tags": "mongodb", |
| 977 | + "tags": "database,mongodb", |
844 | 978 | "version": "2.6"
|
845 | 979 | },
|
846 | 980 | "from": {
|
|
855 | 989 | "openshift.io/provider-display-name": "Red Hat, Inc.",
|
856 | 990 | "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.",
|
857 | 991 | "iconClass": "icon-mongodb",
|
858 |
| - "tags": "mongodb", |
| 992 | + "tags": "database,mongodb", |
859 | 993 | "version": "3.2"
|
860 | 994 | },
|
861 | 995 | "from": {
|
862 | 996 | "kind": "DockerImage",
|
863 | 997 | "name": "centos/mongodb-32-centos7:latest"
|
864 | 998 | }
|
| 999 | + }, |
| 1000 | + { |
| 1001 | + "name": "3.4", |
| 1002 | + "annotations": { |
| 1003 | + "openshift.io/display-name": "MongoDB 3.4", |
| 1004 | + "openshift.io/provider-display-name": "Red Hat, Inc.", |
| 1005 | + "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.", |
| 1006 | + "iconClass": "icon-mongodb", |
| 1007 | + "tags": "database,mongodb", |
| 1008 | + "version": "3.4" |
| 1009 | + }, |
| 1010 | + "from": { |
| 1011 | + "kind": "DockerImage", |
| 1012 | + "name": "centos/mongodb-34-centos7:latest" |
| 1013 | + } |
865 | 1014 | }
|
866 | 1015 | ]
|
867 | 1016 | }
|
|
0 commit comments