-
Notifications
You must be signed in to change notification settings - Fork 324
/
Copy pathmultispec.yml
207 lines (194 loc) · 6.55 KB
/
multispec.yml
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
version: 1
specs:
distroinfo:
rhel8:
distros:
- rhel-8-x86_64
el_version: "8"
minimal_image: "ubi8/ubi-minimal:latest"
s2i_base: ubi8/s2i-base
img_tag: "1"
org: "ubi8"
prod: "rhel8"
logos: "redhat-logos-httpd"
preinstall_cmd: ['yum -y module enable {{ spec.module_stream }} httpd:2.4']
python_pkgs: []
base_pkgs: ['nss_wrapper', 'httpd', 'httpd-devel', 'mod_ssl',
'mod_auth_gssapi', 'mod_ldap', 'mod_session',
'atlas-devel', 'gcc-gfortran', 'libffi-devel', 'libtool-ltdl', 'enchant',
'krb5-devel']
extra_pkgs:
"3.6": ['python36', 'python36-devel', '{{ spec.pkg_prefix }}-virtualenv',
'{{ spec.pkg_prefix }}-setuptools', '{{ spec.pkg_prefix }}-pip']
"default": ['{{ spec.pkg_prefix }}', '{{ spec.pkg_prefix }}-devel',
'{{ spec.pkg_prefix }}-setuptools', '{{ spec.pkg_prefix }}-pip']
"3.11": ['{{ spec.pkg_prefix }}', '{{ spec.pkg_prefix }}-devel',
'{{ spec.pkg_prefix }}-setuptools', '{{ spec.pkg_prefix }}-pip']
"3.12": ['{{ spec.pkg_prefix }}', '{{ spec.pkg_prefix }}-devel',
'{{ spec.pkg_prefix }}-setuptools', '{{ spec.pkg_prefix }}-pip']
ubi_versions: ['3.6', '3.9', '3.11', '3.12']
rhel9:
distros:
- rhel-9-x86_64
el_version: "9"
s2i_base: ubi9/s2i-base
img_tag: "1"
org: "ubi9"
prod: "rhel9"
logos: "redhat-logos-httpd"
python_pkgs: []
base_pkgs: ['nss_wrapper', 'httpd', 'httpd-devel', 'mod_ssl',
'mod_auth_gssapi', 'mod_ldap', 'mod_session',
'atlas-devel', 'gcc-gfortran', 'libffi-devel', 'libtool-ltdl', 'enchant',
'krb5-devel']
ubi_versions: ['3.9', '3.11', '3.12']
extra_pkgs:
"3.9": ['python3', 'python3-devel', 'python3-setuptools', 'python3-pip']
"3.11": ['python3.11', 'python3.11-devel', 'python3.11-pip']
"3.12": ['python3.12', 'python3.12-devel', 'python3.12-pip']
c9s:
distros:
- centos-stream-9-x86_64
el_version: "9"
minimal_image: "quay.io/centos/centos:stream9-minimal"
s2i_base: quay.io/sclorg/s2i-base-c9s
img_tag: "c9s"
org: "sclorg"
prod: "c9s"
python_pkgs: []
base_pkgs: ['nss_wrapper', 'httpd', 'httpd-devel', 'mod_ssl',
'mod_auth_gssapi', 'mod_ldap', 'mod_session',
'atlas-devel', 'gcc-gfortran', 'libffi-devel', 'libtool-ltdl', 'enchant',
'krb5-devel']
extra_pkgs:
"3.9": ['python3', 'python3-devel', 'python3-setuptools', 'python3-pip']
"3.11": ['python3.11', 'python3.11-devel', 'python3.11-pip']
"3.12": ['python3.12', 'python3.12-devel', 'python3.12-pip']
fedora38:
distros:
- fedora-38-x86_64
fedora_version: "38"
minimal_image: "quay.io/fedora/fedora-minimal:38"
s2i_base: quay.io/fedora/s2i-base
img_tag: "38"
org: "fedora"
python_pkgs: ['python3', 'python3-devel', 'python3-setuptools', 'python3-pip']
base_pkgs: ['nss_wrapper', 'httpd', 'httpd-devel', 'atlas-devel', 'gcc-gfortran',
'libffi-devel', 'libtool-ltdl', 'enchant', 'redhat-rpm-config',
'krb5-devel']
fedora39:
distros:
- fedora-39-x86_64
fedora_version: "39"
minimal_image: "quay.io/fedora/fedora-minimal:39"
s2i_base: quay.io/fedora/s2i-base
img_tag: "39"
org: "fedora"
python_pkgs: ['python3', 'python3-devel', 'python3-setuptools', 'python3-pip']
base_pkgs: ['nss_wrapper', 'httpd', 'httpd-devel', 'atlas-devel', 'gcc-gfortran',
'libffi-devel', 'libtool-ltdl', 'enchant', 'redhat-rpm-config',
'krb5-devel']
version:
"3.12-minimal":
version: "3.12"
short_ver: "312"
minimal: true
base_img_version: "1"
python_img_version: "1"
# Python 3.12 doesn't come as a module
module_stream: ""
pkg_prefix: "python3.12"
main_image: "quay.io/sclorg/python-312-minimal-c9s"
"3.12":
version: "3.12"
short_ver: "312"
minimal: false
base_img_version: "1"
python_img_version: "1"
# Python 3.12 doesn't come as a module
module_stream: ""
pkg_prefix: "python3.12"
main_image: "registry.access.redhat.com/ubi9/python-312"
"3.11":
version: "3.11"
short_ver: "311"
minimal: false
base_img_version: "1"
python_img_version: "1"
# Python 3.11 doesn't come as a module
module_stream: ""
pkg_prefix: "python3.11"
main_image: "registry.access.redhat.com/ubi9/python-311"
"3.11-minimal":
version: "3.11"
short_ver: "311"
minimal: true
base_img_version: "1"
python_img_version: "1"
# Python 3.11 doesn't come as a module
module_stream: ""
pkg_prefix: "python3.11"
main_image: "quay.io/sclorg/python-311-minimal-c9s"
"3.9":
version: "3.9"
short_ver: "39"
minimal: false
base_img_version: "1"
python_img_version: "1"
module_stream: "python39:3.9"
pkg_prefix: "python39"
main_image: "registry.access.redhat.com/ubi8/python-39"
"3.9-minimal":
version: "3.9"
short_ver: "39"
minimal: true
base_img_version: "1"
python_img_version: "1"
module_stream: "python39:3.9"
pkg_prefix: "python39"
main_image: "quay.io/sclorg/python-39-minimal-c9s"
"3.6":
version: "3.6"
short_ver: "36"
minimal: false
base_img_version: "1"
python_img_version: "1"
module_stream: "python36:3.6"
pkg_prefix: "python3"
main_image: "registry.access.redhat.com/ubi8/python-36"
matrix:
include:
- distros:
- rhel-8-x86_64
version: "3.6"
- distros:
- centos-stream-9-x86_64
- rhel-8-x86_64
- rhel-9-x86_64
version: "3.9"
- distros:
- rhel-8-x86_64
- centos-stream-9-x86_64
version: "3.9-minimal"
- distros:
- fedora-38-x86_64
- centos-stream-9-x86_64
- rhel-9-x86_64
- rhel-8-x86_64
version: "3.11"
- distros:
- fedora-38-x86_64
- centos-stream-9-x86_64
- rhel-8-x86_64
version: "3.11-minimal"
- distros:
- fedora-39-x86_64
- centos-stream-9-x86_64
- rhel-9-x86_64
- rhel-8-x86_64
version: "3.12"
- distros:
- fedora-39-x86_64
- centos-stream-9-x86_64
- rhel-8-x86_64
version: "3.12-minimal"