Repo description needs updating
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 description would be helpful.
Again, thanks for the work. May also want to note that, at least as of mid-2020 the docker pull smikino/ruby-node shows successful autobuilds at https://hub.docker.com/r/smikino/ruby-node/builds
And, as of mid-2020 the smikino/ruby-node github site is the radeno fork at https://github.com/radeno/docker-ruby-node and is "even with Starefossen:master" with last commit @Starefossen aad0b6d on Aug 8, 2018
Since they are even, anything that works with starefossen/rube-node should also work with smikino/ruby-node
Going forward, if I find any other forks of ruby-node that are in active development with working builds, I'll update this comment. As of today, of interest at https://techgaun.github.io/active-forks/index.html#Starefossen/docker-ruby-node might be
- https://github.com/koenpunt/docker-ruby-node (2 commits ahead) at https://hub.docker.com/r/koen/ruby-node/builds (but no autobuilds available). "unify dockerfiles by making use of build arguments" and "udate gpg keys" are 2 ahead.
- https://github.com/nextdude-mdsol/docker-ruby-node "Simplified this to allow you specify environment variables (or just edit the .env file) and a single docker file. Just run docker-compose build to build or docker-compose run to see the versions and a list of binaries installed." https://hub.docker.com/r/nextdude/ruby-node-yarn says "This repo is based on the starefosen/ruby-node images created by Hans Kristian Flaatten [email protected]. I just dried up the dockerfiles a bit so I could produce an up-to-date version of the image with Ruby 2.6, Node 11.7 and Yarn 1.13. The github repo for this is at github.com/nextdude/docker-ruby-node-yarn." Looks like gpg keys handled as well.