question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

link to python3.6-alpine3.8 (Dockerfile)?

See original GitHub issue

It 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:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
tiangolocommented, Dec 29, 2018

Sorry for the delay! I have been busy creating https://github.com/tiangolo/fastapi

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.7 and 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.

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.

In the meantime, thanks for this amazing work! You rock!

Thanks! 😄 🎉

0reactions
kuzekocommented, Nov 23, 2018

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.7 and 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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found