Closed
Bug 1409745
Opened 8 years ago
Closed 8 years ago
update to python 2.7.14-slim for docker images
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
Details
Attachments
(2 files)
We're using python 2.7.13-slim for docker images. We should upgrade to 2.7.14-slim.
Changes in Python between 2.7.13 and 2.7.14:
https://raw.githubusercontent.com/python/cpython/84471935ed2f62b8c5758fd544c7d37076fe0fa5/Misc/NEWS
There are a few security-related bits there. I don't know offhand if those affect us.
We should update.
| Assignee | ||
Comment 1•8 years ago
|
||
Grabbing this to do now.
Miles: We might want to think about upgrading the server nodes, too. Should I write up a bug for that?
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Flags: needinfo?(miles)
| Assignee | ||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
If you're talking about upgrading current stage and prod from Python 2.7.11 to 2.7.14, I think we should make a separate bug. It's also worth discussing at the meeting. I agree that we should move forward: Python 2.7.11 was released on 2015-12-05. That being said, there are costs to upgrading.
Flags: needinfo?(miles)
Comment 4•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/0be954599cbda713aaa54a8e6b4be753870d89e7
fixes bug 1409745 - update to python 2.7..14-slim
https://github.com/mozilla-services/socorro/commit/0449cb82dd5926ac8b857df0ec020affd8267533
Merge pull request #4046 from willkg/1409745-python-update
fixes bug 1409745 - update to python 2.7.14-slim
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•8 years ago
|
||
Developers will need to pull down the changes in master and then run "make dockerbuild" to rebuild the image.
| Assignee | ||
Comment 6•8 years ago
|
||
I forgot that the tests build a separate docker container.
Reopening this to fix that, too.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 7•8 years ago
|
||
Comment 8•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/5303b9871deb60b600e977cc1501ce443f939751
fixes bug 1409745 - update python image in test container
https://github.com/mozilla-services/socorro/commit/ec2f458f117dceb57c6edcb01db3006c77ed1bad
Merge pull request #4060 from willkg/1409745-python-2.7.14-tests
fixes bug 1409745 - update python image in test container
Updated•8 years ago
|
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•