docker-ruby-node icon indicating copy to clipboard operation
docker-ruby-node copied to clipboard

:whale: Alpine Docker Image with latest versions of Ruby, Node.js and yarn installed. This Docker Image is actively maintained and updated regularly.

Results 9 docker-ruby-node issues
Sort by recently updated
recently updated
newest added

Compiling NodeJS is gone. Maybe need long-time testing.

Currently it says: > This Docker Image is actively maintained and updated regularly. but it looks like you've lost interest. (that's ok, thanks for all the work.) Maybe updating the...

``` $ docker pull starefossen/ruby-node:2-10-alpine Error response from daemon: manifest for starefossen/ruby-node:2-10-alpine not found ```

The [official Ruby docker image](https://hub.docker.com/_/ruby/) has released version `2.6.0`. Any chance of re-building this image using the latest ruby? Yep, I know that (as described in https://github.com/Starefossen/docker-ruby-node/issues/34) we could fork...

It should be easier to maintain and faster to build and deploy new images when we use multistage docker builds. Any ideas what files we need to copy from official...

Just noticed your repo from 'Discover Repositories' Highlighting a problem with Alpine Linux and Ruby 2.5. Just so that users do know there is a current issues around this. https://qiita.com/koshigoe/items/7acebbab7b44fa2b35bc...

Node 16 is out of its maintenance period, and thus isn't officially supported anymore. This PR adds the combinations of Ruby 3.2 × Node 18 and Ruby 3.2 × Node...

Could you please add these tags to dockerhub: starefossen/ruby-node:2-12-alpine starefossen/ruby-node:2-14-alpine starefossen/ruby-node:2-16-alpine Cheers!

Hi, apt-get is failing recently and found this article which might support to fix. https://unix.stackexchange.com/questions/743839/apt-get-update-failed-to-fetch-debian-amd64-packages-while-building-dockerfile-f Thanks