-
-
Notifications
You must be signed in to change notification settings - Fork 332
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
Docker images out of date #53
Comments
I noticed the same problem. |
@tiangolo Can you trigger a new build please? |
In the meantime, you can use this: FROM tiangolo/uvicorn-gunicorn:python3.8
RUN PIP_NO_CACHE_DIR=1 \
PIP_DISABLE_PIP_VERSION_CHECK=1 \
pip install fastapi
# ...
COPY ./app /app It is inspired by the original Dockerfile. Of course, it only works for |
Starlette |
Thanks for the discussion here everyone! I think this was triggered/handled a while ago, right?
|
@tiangolo, is this an automated reply? Don't think so. Appears that the Python3.9 release is still the latest image available, from over a year ago, but I'm no longer relying on this image, in favor of my own. I see there are recent commits to uvicorn-gunicorn repo however, including a 3.10 branch. |
No, it's not an automated reply, the discussion was about new runs of the image builds, not Python versions. And yep, indeed, you should probably rely on your own image, you probably don't need this one as explained in the README: https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker#-warning-you-probably-dont-need-this-docker-image I'm glad you found a solution for your use cases. 👍 |
Yup, egg on my face. Was distracted as to the subject mater I guess. Cheers. |
Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues. |
Hello,
the docker CI build is not triggered anymore and the images in the hub are out of date.
Would be great if they can be updated again @tiangolo
Thanks!
The text was updated successfully, but these errors were encountered: