https://github.com/madetech/docker-rails-deps
https://github.com/madetech/docker-rails-deps
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/madetech/docker-rails-deps
- Owner: madetech
- Created: 2016-03-07T14:02:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T15:56:51.000Z (about 7 years ago)
- Last Synced: 2025-01-25T14:11:54.264Z (over 1 year ago)
- Size: 17.6 KB
- Stars: 0
- Watchers: 44
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Creating a new `rails-deps` base box
Creating a new base image is simple, as all commits into this repo get auto built by https://hub.docker.com triggers
1. Create a new branch, which is named to match the ruby version. The branch name will be used as the tag. e.g. Using Ruby 2.4.1 you would name the branch `ruby2.4.1`
2. Make changes to the `Dockerfile`
3. Submit a PR to `master`. This will update the `latest` tag.
4. Be sure you *do not* delete the branch after merge.
5. Watch your tagged version appear [here](https://hub.docker.com/r/madetech/docker-rails-deps/)
# Alpine boxes
Please do not merge `alpine` boxes into master, they are to be considered experimental and _might_ cause needless pain