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

Replace Docker Python 3.7-stretch base image with more modern one #77

Closed
jberkus opened this issue Sep 30, 2022 · 0 comments · Fixed by #93
Closed

Replace Docker Python 3.7-stretch base image with more modern one #77

jberkus opened this issue Sep 30, 2022 · 0 comments · Fixed by #93
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jberkus
Copy link
Member

jberkus commented Sep 30, 2022

Currently we use the Python 3.7-stretch base image for our official docker images because it includes all of the dependancies for Elekto. However, this image is based on an outdated python.

As such, we should build a new image built with Python 3.11 image. However, that will require adding in all of the git and flask dependancies.

TODO.

@jberkus jberkus added enhancement New feature or request help wanted Extra attention is needed labels Sep 30, 2022
mscherer added a commit to mscherer/elekto that referenced this issue Jul 19, 2023
Fix elekto-io#77

I checked manually, git is installed, and flask is installed during the build.
jberkus pushed a commit that referenced this issue Jul 19, 2023
Fix #77

I checked manually, git is installed, and flask is installed during the build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant