docker / dev-environments

63 stars 32 forks source link

The `docker/dev-environments-javascript:stable-1` image is outdated #148

Open doggy8088 opened 7 months ago

doggy8088 commented 7 months ago

Tell us about your request The docker/dev-environments-javascript:stable-1 image is outdated. Please update and upgrade node/npm to the latest LTS version.

Which service(s) is this request for? Docker Dev Environments

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? Many of the project need Node.js 18 and above. The latest image of the docker/dev-environments-javascript is outdated.

Are you currently working around the issue? I have to install the latest node version inside the docker container after the container has been started everytime.

export YARNKEY=yarn-keyring.gpg
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo gpg --dearmour -o /usr/share/keyrings/$YARNKEY
echo "deb [signed-by=/usr/share/keyrings/$YARNKEY] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
gpg --refresh-keys 23E7166788B63E1E
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs
mv /usr/local/bin/node /usr/local/bin/node.16

Additional context N/A

mentasuave01 commented 6 months ago

any news?

doggy8088 commented 6 months ago

I think the project has been abandoned.

mentasuave01 commented 5 months ago

I update a enviroment for development with the last version of node and bun in it. https://github.com/mentasuave01/devcontainer-bun Also it's based on the new compouser.yaml format as js-default