https://github.com/trustvox/alpine-ruby
Ruby environment inside a small Alpine Linux docker image
https://github.com/trustvox/alpine-ruby
alpine-linux docker
Last synced: about 2 months ago
JSON representation
Ruby environment inside a small Alpine Linux docker image
- Host: GitHub
- URL: https://github.com/trustvox/alpine-ruby
- Owner: trustvox
- License: mit
- Created: 2018-03-14T20:03:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T19:25:10.000Z (about 4 years ago)
- Last Synced: 2025-02-01T17:41:34.168Z (4 months ago)
- Topics: alpine-linux, docker
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alpine-ruby
Dockerized basic ruby environment inside a small Alpine Linux docker image
- Include some utils in the env like `curl`, `bash`, `less`.
## Tags
- **v0.7**: Ruby 2.5.1, alpine.
- **v0.8**: Ruby 2.6.3, alpine 3.10, git, mysql.
- **v0.9**: Ruby 2.6.3, alpine 3.10, git, postgres - *see pg branch*.
- **v0.10-mysql**: Ruby 2.6.6, alpine 3.12, git, mysql.
- **v0.11-mysql**: Ruby 2.7.2, alpine 3.12, git, mysql.