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

Commit bbf5004

Browse files
authored
Update to buster based parent image. (#120)
- Update to a `buster` based parent image as the `jessie` based does not receive security updates anymore.
1 parent fa19ffc commit bbf5004

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

python3.6/CHANGELOG.md

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

3+
## 1.27.0
4+
Changes:
5+
- update to an actual `buster` based parent image as `jessie` reached end of service.
6+
7+
Python version:
8+
- [3.6.11](https://github.com/docker-library/python/blob/8341311c62812118a7e2046bbad66da21243f137/3.6/buster/slim/Dockerfile)
9+
10+
Python packages:
11+
- The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.<br/>
12+
Ensure that you only use packages mentioned there.<br/>
13+
Other python packages might be part of this runtime, but only due to indirect dependencies of the above listed packages. These indirectly included packages are candidates to be removed at any time in case they are not required by the referring package anymore.
14+
15+
316
## 1.26.0
417
Changes:
518
- update Twisted from `19.7.0` to `20.3.0` (security fixes)

python3.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.6-slim-jessie
1+
FROM python:3.6-slim-buster
22

33
ENV FLASK_PROXY_PORT 8080
44

0 commit comments

Comments
 (0)