The Dockerfile and build configuration can be found here:
https://github.com/rockitthill/docker-ruby27multi
This provides a base Ruby image suitable for expansion for a Ruby 2.7/Rails 6 application, containing core software and an older version of node (14 LTS - since most apps use some flavor of JS these days). Here's the complete details:
ruby:2.7.8-slimbuild-essential, curl, git, nanopython2 (required by some dependencies)node 14.x (LTS) - this is using the legacy nodesources installer, but I've found it to be significantly more reliableyarn 1.22.4npm 10.2.3EDITOR to nano (easier editing of credentials for us non-vim people)Please see https://hub.docker.com/repository/docker/rockitthill/rails6 for an example of this image in use.
Content type
Image
Digest
sha256:7aa28d986…
Size
193 MB
Last updated
almost 3 years ago
docker pull rockitthill/ruby27multi