forked from sclorg/s2i-python-container
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmultispec.yml
More file actions
73 lines (66 loc) · 2.33 KB
/
Copy pathmultispec.yml
File metadata and controls
73 lines (66 loc) · 2.33 KB
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
version: 1
specs:
distroinfo:
centos:
distros:
- centos-7-x86_64
s2i_base: centos/s2i-base-centos7
org: "centos"
prod: "centos7"
logos: "centos-logos"
enablerepo: "--enablerepo=centosplus"
preinstall_cmd: ['yum install -y centos-release-scl']
python_pkgs: ['{{ spec.scl }}', '{{ spec.scl }}-python-devel',
'{{ spec.scl }}-python-setuptools', '{{ spec.scl }}-python-pip']
base_pkgs: ['nss_wrapper', 'httpd24', 'httpd24-httpd-devel', 'httpd24-mod_ssl',
'httpd24-mod_auth_kerb', 'httpd24-mod_ldap', 'httpd24-mod_session',
'atlas-devel', 'gcc-gfortran', 'libffi-devel', 'libtool-ltdl enchant']
extra_pkgs:
"2.7": ['libjpeg-turbo', 'libjpeg-turbo-devel']
rhel:
distros:
- rhel-7-x86_64
s2i_base: rhscl/s2i-base-rhel7
org: "rhscl"
prod: "rhel7"
logos: "redhat-logos"
python3_component_prefix: "rh-"
preinstall_cmd: ['yum install -y yum-utils',
'prepare-yum-repositories rhel-server-rhscl-7-rpms']
python_pkgs: ['{{ spec.scl }}', '{{ spec.scl }}-python-devel',
'{{ spec.scl }}-python-setuptools', '{{ spec.scl }}-python-pip']
base_pkgs: ['nss_wrapper', 'httpd24', 'httpd24-httpd-devel', 'httpd24-mod_ssl',
'httpd24-mod_auth_kerb', 'httpd24-mod_ldap', 'httpd24-mod_session',
'atlas-devel', 'gcc-gfortran', 'libffi-devel', 'libtool-ltdl enchant']
fedora:
distros:
- fedora-28-x86_64
s2i_base: registry.fedoraproject.org/f28/s2i-base
img_tag: "latest"
python_pkgs: ['python3', 'python3-devel', 'python3-setuptools', 'python3-pip',
'python3-virtualenv']
base_pkgs: ['nss_wrapper', 'httpd', 'httpd-devel', 'atlas-devel', 'gcc-gfortran',
'libffi-devel', 'libtool-ltdl enchant']
version:
"3.6":
version: "3.6"
short_ver: "36"
base_img_version: "1"
python_img_version: "1"
scl: "rh-python36"
"3.5":
version: "3.5"
short_ver: "35"
scl: "rh-python35"
"2.7":
version: "2.7"
short_ver: "27"
scl: "python27"
matrix:
exclude:
- distros:
- fedora-28-x86_64
version: "2.7"
- distros:
- fedora-28-x86_64
version: "3.5"