link to python3.6-alpine3.8 (Dockerfile)?
See original GitHub issueIt seems that the image for tag python3.6-alpine3.8 listed in the README has the wrong link
and links to https://github.com/tiangolo/uwsgi-nginx-flask-docker/blob/master/python3.6-alpine3.7/Dockerfile
Issue Analytics
- State:
 - Created 5 years ago
 - Comments:7 (4 by maintainers)
 
Top Results From Across the Web
python - Official Image | Docker Hub
Python is an interpreted, interactive, object-oriented, open-source programming language.
Read more >The Problem with python:3.6-alpine · Issue #378 - GitHub
I've changed it to FROM python:3.6.8-alpine3.8 and everyone has build it ... Latest python3.6-alpine has conflicts with basehash #415.
Read more >Docker image defaults to python 3.6 even though I install ...
2 Answers 2 · I added a command in the dockerfile RUN alias python3=/usr/bin/python3.7 but it still defaults to 3.6 for some reason....
Read more >The best Docker base image for your Python application (Sep ...
Ubuntu? Official Python images? Alpine Linux? Here's how to choose a good base Docker image for your Python application container.
Read more >Creating the Perfect Python Dockerfile | by Luis Sena | Medium
Having a reliable Dockerfile as your base can save you hours of ... python:3.9-alpine3.13 (the baseline); python:3.9; python:3.9-slim ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Sorry for the delay! I have been busy creating https://github.com/tiangolo/fastapi
Docker Hub automated builds were having some issues building the images.
I just added Travis to the whole project, so, the images should be built and pushed a lot faster (20 min, instead of hours) and now I get notifications to be able to check and fix any issue that arises. This should prevent these kinds of problems in the future.
All the images are updated and live now.
Thanks! 😄 🎉
Anyway, this issue can be closed I guess. I still cannot pull the 3.6-alpine3.8 but I’ve pulled the
python3.6-alpine3.7and I’m working on that. Not sure if the 3.8 problem is just me. If I can be of any help, please let me know.In the meantime, thanks for this amazing work! You rock!