Skip to content

Update Docker base image Ubuntu Bionic 18.04 #1356

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

AndreMiras
Copy link
Member

Stay up to date with latest Ubuntu LTS.

Stay up to date with latest Ubuntu LTS.
Also updates default target Python3 CrystaX version to 3.6.
@AndreMiras AndreMiras force-pushed the feature/update_docker_base_image_ubuntu_bionic branch from bdf8cb3 to 923e5ba Compare September 6, 2018 17:10
@@ -12,7 +12,7 @@


class Python3Recipe(TargetPythonRecipe):
version = '3.5'
version = '3.6'
Copy link
Member Author

Choose a reason for hiding this comment

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

I've bumped the default to 3.6 because Python 3.5 is getting older and 3.6 is the default Python3 version of various distributions including Ubuntu 18.04 LTS.
It's still possible to force specific version with python3crystax==3.6 if needed.

@@ -11,7 +11,7 @@
# TODO:
# - delete archives to keep small the container small
# - setup caching (for apt, pip, ndk, sdk and p4a recipes downloads)
FROM ubuntu:16.04
FROM ubuntu:18.04
Copy link
Member Author

Choose a reason for hiding this comment

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

I think we should be up to date, mainstream, but not too cutting edge, hence the choice for the last Ubuntu LTS.

@AndreMiras AndreMiras merged commit 4559037 into kivy:master Sep 16, 2018
@AndreMiras AndreMiras deleted the feature/update_docker_base_image_ubuntu_bionic branch February 1, 2019 12:29
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.

2 participants