Skip to content

Commit a2f9349

Browse files
committed
Add new image-streams for centos7
source: https://github.com/sclorg/image-streams
1 parent c50bc3f commit a2f9349

File tree

1 file changed

+166
-17
lines changed

1 file changed

+166
-17
lines changed

examples/image-streams/image-streams-centos7.json

+166-17
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,15 @@
164164
"annotations": {
165165
"openshift.io/display-name": "Node.js (Latest)",
166166
"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.",
168168
"iconClass": "icon-nodejs",
169169
"tags": "builder,nodejs",
170170
"supports":"nodejs",
171171
"sampleRepo": "https://github.com/openshift/nodejs-ex.git"
172172
},
173173
"from": {
174174
"kind": "ImageStreamTag",
175-
"name": "6"
175+
"name": "8"
176176
}
177177
},
178178
{
@@ -225,6 +225,21 @@
225225
"kind": "DockerImage",
226226
"name": "centos/nodejs-6-centos7:latest"
227227
}
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+
}
228243
}
229244
]
230245
}
@@ -326,15 +341,15 @@
326341
"annotations": {
327342
"openshift.io/display-name": "PHP (Latest)",
328343
"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.",
330345
"iconClass": "icon-php",
331346
"tags": "builder,php",
332347
"supports":"php",
333348
"sampleRepo": "https://github.com/openshift/cakephp-ex.git"
334349
},
335350
"from": {
336351
"kind": "ImageStreamTag",
337-
"name": "7.0"
352+
"name": "7.1"
338353
}
339354
},
340355
{
@@ -387,6 +402,22 @@
387402
"kind": "DockerImage",
388403
"name": "centos/php-70-centos7:latest"
389404
}
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+
}
390421
}
391422
]
392423
}
@@ -677,6 +708,79 @@
677708
]
678709
}
679710
},
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+
},
680784
{
681785
"kind": "ImageStream",
682786
"apiVersion": "v1",
@@ -695,11 +799,11 @@
695799
"openshift.io/provider-display-name": "Red Hat, Inc.",
696800
"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.",
697801
"iconClass": "icon-mariadb",
698-
"tags": "mariadb"
802+
"tags": "database,mariadb"
699803
},
700804
"from": {
701805
"kind": "ImageStreamTag",
702-
"name": "10.1"
806+
"name": "10.2"
703807
}
704808
},
705809
{
@@ -709,13 +813,28 @@
709813
"openshift.io/provider-display-name": "Red Hat, Inc.",
710814
"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.",
711815
"iconClass": "icon-mariadb",
712-
"tags": "mariadb",
816+
"tags": "database,mariadb",
713817
"version": "10.1"
714818
},
715819
"from": {
716820
"kind": "DockerImage",
717821
"name": "centos/mariadb-101-centos7:latest"
718822
}
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+
}
719838
}
720839
]
721840
}
@@ -736,13 +855,13 @@
736855
"annotations": {
737856
"openshift.io/display-name": "PostgreSQL (Latest)",
738857
"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.",
740859
"iconClass": "icon-postgresql",
741-
"tags": "postgresql"
860+
"tags": "database,postgresql"
742861
},
743862
"from": {
744863
"kind": "ImageStreamTag",
745-
"name": "9.5"
864+
"name": "9.6"
746865
}
747866
},
748867
{
@@ -767,7 +886,7 @@
767886
"openshift.io/provider-display-name": "Red Hat, Inc.",
768887
"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.",
769888
"iconClass": "icon-postgresql",
770-
"tags": "postgresql",
889+
"tags": "database,postgresql",
771890
"version": "9.4"
772891
},
773892
"from": {
@@ -782,13 +901,28 @@
782901
"openshift.io/provider-display-name": "Red Hat, Inc.",
783902
"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.",
784903
"iconClass": "icon-postgresql",
785-
"tags": "postgresql",
904+
"tags": "database,postgresql",
786905
"version": "9.5"
787906
},
788907
"from": {
789908
"kind": "DockerImage",
790909
"name": "centos/postgresql-95-centos7:latest"
791910
}
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+
}
792926
}
793927
]
794928
}
@@ -809,13 +943,13 @@
809943
"annotations": {
810944
"openshift.io/display-name": "MongoDB (Latest)",
811945
"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.",
813947
"iconClass": "icon-mongodb",
814-
"tags": "mongodb"
948+
"tags": "database,mongodb"
815949
},
816950
"from": {
817951
"kind": "ImageStreamTag",
818-
"name": "3.2"
952+
"name": "3.4"
819953
}
820954
},
821955
{
@@ -840,7 +974,7 @@
840974
"openshift.io/provider-display-name": "Red Hat, Inc.",
841975
"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.",
842976
"iconClass": "icon-mongodb",
843-
"tags": "mongodb",
977+
"tags": "database,mongodb",
844978
"version": "2.6"
845979
},
846980
"from": {
@@ -855,13 +989,28 @@
855989
"openshift.io/provider-display-name": "Red Hat, Inc.",
856990
"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.",
857991
"iconClass": "icon-mongodb",
858-
"tags": "mongodb",
992+
"tags": "database,mongodb",
859993
"version": "3.2"
860994
},
861995
"from": {
862996
"kind": "DockerImage",
863997
"name": "centos/mongodb-32-centos7:latest"
864998
}
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+
}
8651014
}
8661015
]
8671016
}

0 commit comments

Comments
 (0)