-
Notifications
You must be signed in to change notification settings - Fork 182
/
community.yaml
153 lines (153 loc) · 5.8 KB
/
community.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
data:
ruby:
imagestreams:
- location: https://raw.githubusercontent.com/sclorg/s2i-ruby-container/master/imagestreams/ruby-centos.json
docs: https://github.com/sclorg/s2i-ruby-container/blob/master/README.md
regex: ruby
suffix: centos
tags:
- okd
python:
imagestreams:
- location: https://raw.githubusercontent.com/sclorg/s2i-python-container/master/imagestreams/python-centos.json
docs: https://github.com/sclorg/s2i-python-container/blob/master/README.md
regex: python
suffix: centos
tags:
- okd
nodejs:
imagestreams:
- location: https://raw.githubusercontent.com/sclorg/s2i-nodejs-container/master/imagestreams/nodejs-centos.json
docs: https://github.com/sclorg/s2i-nodejs-container/blob/master/README.md
regex: nodejs
suffix: centos
tags:
- okd
perl:
imagestreams:
- location: https://raw.githubusercontent.com/sclorg/s2i-perl-container/master/imagestreams/perl-centos.json
docs: https://github.com/sclorg/s2i-perl-container/blob/master/README.md
regex: perl
suffix: centos
tags:
- okd
php:
imagestreams:
- location: https://raw.githubusercontent.com/sclorg/s2i-php-container/master/imagestreams/php-centos.json
docs: https://github.com/sclorg/s2i-php-container/blob/master/README.md
regex: php
suffix: centos
tags:
- okd
httpd:
imagestreams:
- location: https://raw.githubusercontent.com/sclorg/httpd-container/master/imagestreams/httpd-centos.json
docs: https://github.com/sclorg/httpd-container/blob/master/README.md
regex: httpd
suffix: centos
tags:
- okd
mariadb:
imagestreams:
- location: https://raw.githubusercontent.com/sclorg/mariadb-container/master/imagestreams/mariadb-centos.json
docs: https://github.com/sclorg/mariadb-container/blob/master/README.md
regex: mariadb
suffix: centos
tags:
- okd
mysql:
imagestreams:
- location: https://raw.githubusercontent.com/sclorg/mysql-container/master/imagestreams/mysql-centos.json
docs: https://github.com/sclorg/mysql-container/blob/master/README.md
regex: mysql
suffix: centos
tags:
- okd
nginx:
imagestreams:
- location: https://raw.githubusercontent.com/sclorg/nginx-container/master/imagestreams/nginx-centos.json
docs: https://github.com/sclorg/nginx-container/blob/master/README.md
regex: nginx
suffix: centos
tags:
- okd
postgresql:
imagestreams:
- location: https://raw.githubusercontent.com/sclorg/postgresql-container/master/imagestreams/postgresql-centos.json
docs: https://github.com/sclorg/postgresql-container/blob/master/README.md
regex: postgresql
suffix: centos
tags:
- okd
redis:
imagestreams:
- location: https://raw.githubusercontent.com/sclorg/redis-container/master/imagestreams/redis-centos.json
docs: https://github.com/sclorg/redis-container/blob/master/README.md
regex: redis
suffix: centos
tags:
- okd
golang:
imagestreams:
- location: https://raw.githubusercontent.com/sclorg/golang-container/master/imagestreams/golang-centos.json
docs: https://github.com/sclorg/golang-container/blob/master/README.md
suffix: centos
tags:
- okd
jenkins:
imagestreams:
- location: https://raw.githubusercontent.com/openshift/jenkins/master/openshift/imagestreams/jenkins-centos.yaml
docs: https://github.com/openshift/origin/blob/master/examples/jenkins/README.md
regex: jenkins
suffix: ubi
tags:
- okd
- location: https://raw.githubusercontent.com/openshift/jenkins/master/openshift/imagestreams/jenkins-agent-base-centos.yaml
docs: https://github.com/openshift/origin/blob/master/examples/jenkins/README.md
regex: jenkins-agent-base
suffix: ubi
tags:
- okd
java:
templates:
- location: https://raw.githubusercontent.com/jboss-container-images/openjdk/ubi9/templates/openjdk-web-basic-s2i.json
docs: https://github.com/jboss-container-images/openjdk/blob/ubi9/README.adoc
tags:
- okd
- online-professional
imagestreams:
- location: https://raw.githubusercontent.com/jboss-container-images/openjdk/ubi9/templates/community-image-streams.json
docs: https://github.com/jboss-container-images/openjdk/blob/ubi9/README.adoc
regex: java
suffix: ubi
tags:
- okd
wildfly:
imagestreams:
- location: https://raw.githubusercontent.com/wildfly/wildfly-s2i/main/imagestreams/wildfly-s2i.yaml
docs: https://github.com/wildfly/wildfly-s2i/blob/main/README.md
regex: wildfly
suffix: ubi
tags:
- okd
- online-professional
- location: https://raw.githubusercontent.com/wildfly/wildfly-s2i/main/imagestreams/wildfly-runtime.yaml
docs: https://github.com/wildfly/wildfly-s2i/blob/main/README.md
regex: wildfly-runtime
suffix: ubi
tags:
- okd
- online-professional
dotnet:
imagestreams:
- location: https://raw.githubusercontent.com/redhat-developer/s2i-dotnetcore/main/dotnet_imagestreams.json
docs: https://github.com/redhat-developer/s2i-dotnetcore/blob/main/README.md
tags:
- okd
openliberty:
imagestreams:
- location: https://raw.githubusercontent.com/OpenLiberty/open-liberty-s2i/main/imagestreams/openliberty-ubi-min.json
docs: https://github.com/OpenLiberty/open-liberty-s2i/blob/main/README.md
tags:
- okd
- online-professional