Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 2380162

Browse files
falkzollsomaya10
authored andcommitted
Update python3.6 and python3.7 base images and packages. (#100)
- for Python v3.7 see python3.7/CHANGELOG.md - for Python v3.6 see python3.6/CHANGELOG.md
1 parent 653a672 commit 2380162

File tree

4 files changed

+172
-2
lines changed

4 files changed

+172
-2
lines changed

python3.6/CHANGELOG.md

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,88 @@
11
# IBM Functions Python 3.6 Runtime Container
22

3+
## 1.24.0
4+
Changes:
5+
- update to new base image
6+
- update pip from `19.2.3` to `19.3.1`
7+
8+
Python version:
9+
- [3.6.8](https://github.com/docker-library/python/blob/721671c28aad96ad2c1970e83c2af71ceff15f1b/3.6/jessie/slim/Dockerfile)
10+
11+
Python packages:
12+
- attrs==19.3.0
13+
- autobahn==19.10.1
14+
- Automat==0.8.0
15+
- beautifulsoup4==4.7.1
16+
- botocore==1.13.8
17+
- cassandra-driver==3.16.0
18+
- certifi==2019.9.11
19+
- cffi==1.13.2
20+
- chardet==3.0.4
21+
- Click==7.0
22+
- cloudant==2.11.0
23+
- constantly==15.1.0
24+
- cryptography==2.8
25+
- cssselect==1.1.0
26+
- docutils==0.15.2
27+
- elasticsearch==5.5.3
28+
- Flask==1.0.2
29+
- gevent==1.4.0
30+
- greenlet==0.4.15
31+
- httplib2==0.12.1
32+
- hyperlink==19.0.0
33+
- ibm-cos-sdk==2.4.3
34+
- ibm-cos-sdk-core==2.5.5
35+
- ibm-cos-sdk-s3transfer==2.5.5
36+
- ibm-db==2.0.9
37+
- ibmcloudsql==0.2.23
38+
- idna==2.8
39+
- incremental==17.5.0
40+
- itsdangerous==1.1.0
41+
- Jinja2==2.10.3
42+
- jmespath==0.9.4
43+
- kafka-python==1.4.4
44+
- lxml==4.3.1
45+
- MarkupSafe==1.1.1
46+
- numpy==1.16.1
47+
- pandas==0.24.1
48+
- parsel==1.5.2
49+
- pika==0.13.0
50+
- Pillow==5.4.1
51+
- pip==19.3.1
52+
- psycopg2==2.7.7
53+
- pyarrow==0.15.1
54+
- pyasn1==0.4.7
55+
- pyasn1-modules==0.2.7
56+
- pycparser==2.19
57+
- PyDispatcher==2.0.5
58+
- PyHamcrest==1.9.0
59+
- pymongo==3.7.2
60+
- pyOpenSSL==19.0.0
61+
- python-dateutil==2.7.5
62+
- pytz==2019.3
63+
- queuelib==1.5.0
64+
- redis==2.10.6
65+
- requests==2.21.0
66+
- scikit-learn==0.20.2
67+
- scipy==1.2.1
68+
- Scrapy==1.6.0
69+
- service-identity==18.1.0
70+
- setuptools==41.6.0
71+
- simplejson==3.16.0
72+
- six==1.12.0
73+
- soupsieve==1.9.5
74+
- tornado==4.5.2
75+
- Twisted==19.7.0
76+
- txaio==18.8.1
77+
- urllib3==1.24.3
78+
- virtualenv==16.3.0
79+
- w3lib==1.21.0
80+
- watson-developer-cloud==1.7.1
81+
- Werkzeug==0.16.0
82+
- wheel==0.33.1
83+
- zope.interface==4.6.0
84+
85+
386
## 1.23.0
487
Changes:
588
- update pip from `19.2.1` to `19.2.3`

python3.7/CHANGELOG.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,92 @@
11
# IBM Functions Python 3.7 Runtime Container
22

3+
## 1.13.0
4+
Changes:
5+
- update to new base image
6+
- update pip from `19.2.3` to `19.3.1`
7+
- update pillow from `6.0.0` to `6.2.1`
8+
9+
Python version:
10+
- [3.7.5](https://github.com/docker-library/python/blob/ab8b829cfefdb460ebc17e570332f0479039e918/3.7/stretch/Dockerfile)
11+
12+
Python packages:
13+
- attrs==19.3.0
14+
- Automat==0.8.0
15+
- beautifulsoup4==4.8.0
16+
- botocore==1.13.8
17+
- cassandra-driver==3.18.0
18+
- certifi==2019.9.11
19+
- cffi==1.13.1
20+
- chardet==3.0.4
21+
- Click==7.0
22+
- cloudant==2.12.0
23+
- constantly==15.1.0
24+
- cryptography==2.8
25+
- cssselect==1.1.0
26+
- docutils==0.15.2
27+
- elasticsearch==6.3.1
28+
- etcd3==0.10.0
29+
- Flask==1.0.2
30+
- gevent==1.4.0
31+
- greenlet==0.4.15
32+
- grpcio==1.24.3
33+
- httplib2==0.13.0
34+
- hyperlink==19.0.0
35+
- ibm-cos-sdk==2.5.1
36+
- ibm-cos-sdk-core==2.5.5
37+
- ibm-cos-sdk-s3transfer==2.5.5
38+
- ibm-db==3.0.1
39+
- ibmcloudsql==0.2.23
40+
- idna==2.7
41+
- incremental==17.5.0
42+
- itsdangerous==1.1.0
43+
- Jinja2==2.10.3
44+
- jmespath==0.9.4
45+
- kafka-python==1.4.6
46+
- lxml==4.3.4
47+
- MarkupSafe==1.1.1
48+
- numpy==1.16.4
49+
- pandas==0.24.2
50+
- parsel==1.5.2
51+
- pika==1.0.1
52+
- Pillow==6.2.1
53+
- pip==19.3.1
54+
- protobuf==3.10.0
55+
- psycopg2==2.8.2
56+
- pyarrow==0.15.1
57+
- pyasn1==0.4.7
58+
- pyasn1-modules==0.2.7
59+
- pycparser==2.19
60+
- PyDispatcher==2.0.5
61+
- PyHamcrest==1.9.0
62+
- PyJWT==1.7.1
63+
- pymongo==3.8.0
64+
- pyOpenSSL==19.0.0
65+
- python-dateutil==2.8.0
66+
- pytz==2019.3
67+
- queuelib==1.5.0
68+
- redis==3.2.1
69+
- requests==2.22.0
70+
- scikit-learn==0.20.3
71+
- scipy==1.2.1
72+
- Scrapy==1.6.0
73+
- service-identity==18.1.0
74+
- setuptools==41.6.0
75+
- simplejson==3.16.0
76+
- six==1.12.0
77+
- soupsieve==1.9.5
78+
- tenacity==5.1.5
79+
- tornado==4.5.2
80+
- Twisted==19.7.0
81+
- urllib3==1.23
82+
- virtualenv==16.7.1
83+
- w3lib==1.21.0
84+
- watson-developer-cloud==2.8.1
85+
- websocket-client==0.48.0
86+
- Werkzeug==0.16.0
87+
- wheel==0.33.6
88+
- zope.interface==4.6.0
89+
390
## 1.12.0
491
Changes:
592
- add PyJWT `1.7.1`

python3.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openwhisk/actionloop-python-v3.7:f4150e9
1+
FROM openwhisk/actionloop-python-v3.7:36721d6
22

33
COPY requirements.txt requirements.txt
44

python3.7/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ scipy == 1.2.1
2424
pandas == 0.24.2
2525

2626
# packages for image processing
27-
Pillow == 6.2.0
27+
Pillow == 6.2.1
2828

2929
# IBM specific python modules
3030
ibm_db == 3.0.1

0 commit comments

Comments
 (0)