An open API service indexing awesome lists of open source software.

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

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.