Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@kba
Copy link
Member

@kba kba commented Nov 22, 2022

In the Dockerfile, install python3.7 from the deadsnakes PPA instead of the 18.04 standard python3.6 and stop testing for python3.6.

With the updated base image, we can then tackle the update in ocrd_all.

@kba kba requested a review from bertsky November 30, 2022 16:01
@bertsky
Copy link
Collaborator

bertsky commented Nov 30, 2022

GH already tells me that on their side (GH Actions), the ubuntu:18.04 base image is deprecated now. I don't know about Circle CI.

But we do have the problem that most of our deps-ubuntu rules (in various places) do not differentiate between e.g. python3-dev and (say) python3.7-dev. Why should they? Because Ubuntu 18's default is actually python-3.6-dev, which is wrong from now on.

So I guess I am saying we should also upgrade the base image now. Surprising myself there, but my guess is the other way is more painful overall.

@kba
Copy link
Member Author

kba commented Dec 12, 2022

So I guess I am saying we should also upgrade the base image now. Surprising myself there, but my guess is the other way is more painful overall.

Agreed, let's make the jump now. I'll adapt.

@kba kba merged commit 56e526e into master Feb 16, 2023
@kba kba deleted the drop-3.6 branch November 17, 2023 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants