thecodingmachine / docker-images-nodejs

A set of Node.js Docker images
MIT License
10 stars 8 forks source link

Update Debian version #13

Closed robjuz closed 2 years ago

robjuz commented 2 years ago

Why?

Debian stretch comes with python 3.5.3

I wanted to use this image with latest expo-cli and got an error because of missing python >= 3.6

What can we do?

What about a V2 version base on debian buster or bullseye?

Or maybe building all 3 variants? The current names would stay for the stretch variant to not break compatibility and additional -stretch, -buster and -bullseye variants would be added.

mistraloz commented 2 years ago

Hello. stretch version will be deprecated at middle of next year so upgrade is required. Upgrade to buster or bullseye may be a good idea. Also, i would like to add an alpine version of this image.

I suggest :

If you would like to make PR for any of these tags, please do it. I plan to work on that next year but i don't know yet when.

moufmouf commented 2 years ago

Hey, working on this right now: https://github.com/thecodingmachine/docker-images-nodejs/pull/20

moufmouf commented 2 years ago

We now have a v2 (with only support for bullseye, but the tag contains the distro so there is room to add new distros in the future!)