https://github.com/deanpcmad/rails-docker
Base Ruby Docker Images for Rails
https://github.com/deanpcmad/rails-docker
Last synced: about 2 months ago
JSON representation
Base Ruby Docker Images for Rails
- Host: GitHub
- URL: https://github.com/deanpcmad/rails-docker
- Owner: deanpcmad
- Created: 2023-12-28T21:35:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T10:04:35.000Z (3 months ago)
- Last Synced: 2025-02-12T11:24:01.023Z (3 months ago)
- Language: Dockerfile
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails Docker Images
This repository contains the source for building various Docker images used
for Rails development and testing.The Alpine images are based on the official Ruby Alpine images and includes
the following additional packages:- `build-base`
- `gcompat`
- `postgresql-dev`
- `sqlite-dev`
- `mariadb-dev`
- `git`
- `bash`
- `tzdata`The Node images are based on the same Alpine images and include the following
additional packages (in addition to the packages listed above):- `nodejs-current`
- `npm`
- `yarn`## Images
The following images are available:
### Ruby 3.1
- `ghcr.io/deanpcmad/rails-docker:3.1-alpine` - Ruby 3.1
- `ghcr.io/deanpcmad/rails-docker:3.1-alpine-node` - Ruby 3.1 with NodeJS, NPM and Yarn### Ruby 3.2
- `ghcr.io/deanpcmad/rails-docker:3.2-alpine` - Ruby 3.2
- `ghcr.io/deanpcmad/rails-docker:3.2-alpine-node` - Ruby 3.2 with NodeJS, NPM and Yarn### Ruby 3.3
- `ghcr.io/deanpcmad/rails-docker:3.3-alpine` - Ruby 3.3
- `ghcr.io/deanpcmad/rails-docker:3.3-alpine-node` - Ruby 3.3 with NodeJS, NPM and Yarn### Ruby 3.4
- `ghcr.io/deanpcmad/rails-docker:3.4-alpine` - Ruby 3.4
- `ghcr.io/deanpcmad/rails-docker:3.4-alpine-node` - Ruby 3.4 with NodeJS, NPM and Yarn