The darthjee/production_ruby_node image is a production-ready Docker image built on top of darthjee/production_ruby_331. It is the production counterpart of darthjee/ruby_node, extending the base production Ruby image with Node.js (v20.x) and npm to support front-end asset serving or server-side JavaScript execution in production environments.
Development and test dependencies are stripped out, keeping the image lightweight and suitable for production servers.
On top of everything provided by darthjee/production_ruby_331, this image installs:
Reference this image in your production Dockerfile:
FROM darthjee/production_ruby_node:1.4.2
Or pull it directly:
docker pull darthjee/production_ruby_node:1.4.2
| Image | Purpose |
|---|---|
darthjee/ruby_node | Development environment with Ruby and Node.js |
darthjee/circleci_ruby_node | CircleCI-optimized variant for running CI pipelines |
darthjee/production_ruby_node | Production-ready variant, stripped of development tooling |
See the LICENSE file for more information.
Content type
Image
Digest
sha256:466a9a999…
Size
478.9 MB
Last updated
6 months ago
docker pull darthjee/production_ruby_node