dev-environments
dev-environments copied to clipboard
The `docker/dev-environments-javascript:stable-1` image is outdated
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
any news?
I think the project has been abandoned.
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