phusion / passenger-docker

Docker base images for Ruby, Python, Node.js and Meteor web apps
MIT License
2.78k stars 408 forks source link

Separate image for python? #207

Closed eromoe closed 10 months ago

eromoe commented 6 years ago

Hello,

I see Python 2.7 and Python 3.4. in Readme . Why don't support python 3.6 ? docker pull phusion/passenger-python27 not work too.

OnixGH commented 6 years ago

Python 2.7 and 3 are included in phusion/passenger-full. There is no separate python image due to lack of demand, but you're welcome to submit a PR for that.

ajhodgson commented 10 months ago

@CamJN Would you be interested in publishing separate versioned python images?

It's easy enough to use customizable for it now, but perhaps separate images would attract more python users. I could push a PR for it if you're interested.

CamJN commented 10 months ago

Separate python images is fine by me, are you thinking 3.8-3.12?

ajhodgson commented 10 months ago

Separate python images is fine by me, are you thinking 3.8-3.12?

Yeah, exactly.

CamJN commented 10 months ago

cool, go ahead