Skip to content
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

Update Dockerfile: use Ubuntu Focal as the base image, install MySQL 8 and MongoDB 4.4 clients #69

Merged
merged 3 commits into from
Oct 27, 2023

Conversation

fghaas
Copy link
Contributor

@fghaas fghaas commented Oct 27, 2023

Bring things in line with Tutor itself:

  • Use an Ubuntu base image instead of the Debian-based upstream Python image.
  • Install the MySQL client utilities (including mysqldump) using the mysql-client-8.0 Ubuntu package.
  • Bump the MongoDB clients to version 4.4.

Enable installing the Oracle MySQL 8 client tools, which are not
available in Debian (which the upstream Python Docker image is based
on).
Make sure that we use the same version that Tutor also installs on the
server.
Now that we've bumped the client tools to MySQL 8 and MongoDB 4.4,
drop support for Open edX releases before Palm.
@fghaas fghaas requested a review from NamrataSitlani October 27, 2023 16:16
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