uvicorn-gunicorn-docker icon indicating copy to clipboard operation
uvicorn-gunicorn-docker copied to clipboard

python3.7-slim

Open kleysonr opened this issue 4 years ago • 1 comments
trafficstars

Is it possible to include a docker image with python3.7-slim-buster ?

Best Regards.

kleysonr avatar Feb 27 '21 14:02 kleysonr

Please consider this, my build broke today because Debian bullseye (which is the image of python:3.7) remove a dependency from their stable repositories. But the library still exists in buster. Using the buster tag would result in a more stable build for FastAPI. Willing to contribute the PR myself if the maintainer agrees. @tiangolo what do you think?

amitlevy21 avatar Sep 26 '21 15:09 amitlevy21

Should this be closed now that https://github.com/br3ndonland/inboard/pull/38 was merged?

codespearhead avatar Mar 12 '24 19:03 codespearhead

Thanks for the comments everyone! I released some time ago Python 3.8 and 3.9 slim, I hope you were able to update to those.

As Python 3.7 currently already reached end of life (https://devguide.python.org/versions/), I won't support it here, in fact, 3.8 is about to reach end of life as well. I hope you can migrate to a newer version of Python soon if you haven't! :nerd_face:

tiangolo avatar Mar 17 '24 11:03 tiangolo