Skip to content

Update Docker base image Ubuntu Bionic 18.04#1356

Merged
AndreMiras merged 1 commit into
kivy:masterfrom
AndreMiras:feature/update_docker_base_image_ubuntu_bionic
Sep 16, 2018
Merged

Update Docker base image Ubuntu Bionic 18.04#1356
AndreMiras merged 1 commit into
kivy:masterfrom
AndreMiras:feature/update_docker_base_image_ubuntu_bionic

Conversation

@AndreMiras

Copy link
Copy Markdown
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

class Python3Recipe(TargetPythonRecipe):
version = '3.5'
version = '3.6'

Copy link
Copy Markdown
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.

Comment thread Dockerfile
# - 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
Copy Markdown
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