Sign inSign up

vikasavnish/rails-base

By vikasavnish

•Updated 10 months ago

Rails Base Image (ARM + AMD)

Image
Languages & frameworks
0

219

vikasavnish/rails-base repository overview

Here is a short, clean, professional Docker Hub description — just enough but still high-quality:


⁠🟦 Rails Base Image (ARM + AMD)

Multi-arch base image for Ruby on Rails apps. Includes Ruby 3.3, Node.js 20, Yarn, and all required native libraries for building Rails, ActiveRecord, and popular gems.

⁠✅ Features
  • ARM64 + AMD64 multi-platform support
  • Ruby 3.3 (slim)
  • Node.js 20 + Yarn
  • PostgreSQL & SQLite dev libraries
  • Nokogiri, OpenSSL, and native extensions support
  • Bundler preinstalled
  • Ideal for Rails 5–8 apps
⁠📦 Usage
FROM vikasavnish/rails-base:stable

WORKDIR /app
COPY Gemfile Gemfile.lock ./
RUN bundle install
COPY . .

CMD ["bundle", "exec", "rails", "server", "-b", "0.0.0.0"]
⁠📥 Pull
docker pull vikasavnish/rails-base:stable

This image provides a stable, reliable foundation for building and running Rails applications across both ARM (Apple Silicon) and AMD/Intel servers.

Tag summary

Content type

Image

Digest

sha256:7c29073a8…

Size

276.5 MB

Last updated

10 months ago

docker pull vikasavnish/rails-base:stable