Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Upgrade docker release to use Python 3.7 #612

Merged
merged 1 commit into from
May 15, 2019

Conversation

cburgdorf
Copy link
Contributor

@cburgdorf cburgdorf commented May 15, 2019

What was wrong?

Our docker image generation currently fails due to a bug with the docker debian jessie image.

How was it fixed?

The easiest way to solve this is to just build on the python:3.7 package which happens to be on debian stretch already and hence not suffer from this bug.

Since Trinity supports Python 3.7 out of the box and there's no good reason to stick to Python 3.6 for the docker images, this seems to be the simplest fix (confirmed that it works).

To-Do

  • Clean up commit history

Cute Animal Picture

put a cute animal picture link inside the parentheses

This fixes a bug with the current docker
image for Python 3.6. Since we support
Python 3.7, the easiest fix is to just
upgrade to Python 3.6 which already uses
debian stretch and hence does not suffer
from that bug.

To be clear, this is a bug with the docker
image, not Trinity or Python 3.6 in particular.
@cburgdorf cburgdorf requested a review from carver May 15, 2019 14:27
Copy link
Contributor

@carver carver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine by me!

@cburgdorf cburgdorf merged commit eeb8119 into ethereum:master May 15, 2019
carver pushed a commit that referenced this pull request May 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants