https://github.com/jasonheecs/docker-alpine-ruby
A docker image based on Ruby's Alpine Linux image that includes additional useful packages
https://github.com/jasonheecs/docker-alpine-ruby
alpine docker ruby
Last synced: 3 months ago
JSON representation
A docker image based on Ruby's Alpine Linux image that includes additional useful packages
- Host: GitHub
- URL: https://github.com/jasonheecs/docker-alpine-ruby
- Owner: jasonheecs
- License: mit
- Created: 2018-09-27T05:39:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T21:41:22.000Z (over 7 years ago)
- Last Synced: 2025-07-11T04:02:40.549Z (12 months ago)
- Topics: alpine, docker, ruby
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ruby Docker Alpine Image
[![Build Status][travis-badge]][travis-link] [![Docker Automated Build Status][docker-build-badge]][docker-hub-link]
A docker image based on Ruby's Alpine Linux image that includes the following additional packages:
- bash
- bash-completion
- util-linux
- coreutils
- binutils
- findutils
- grep
- build-base
[Docker Hub link][docker-hub-link]
## Usage
```bash
docker pull jasonheecs/alpine-ruby
```
## Testing
Testing is done via Rspec and [Hadolint](https://github.com/hadolint/hadolint).
To run Rspec tests:
```bash
gem install bundler
bundle install
bundle exec rspec
```
To run linting tests on the Dockerfiles, make sure Hadolint is installed and:
```bash
hadolint ./Dockerfile
```
Refer to the [travis.yml](.travis.yml) file and [Travis build logs][travis-link] for details on the automated tests and expected outputs.
## License
MIT
[docker-build-badge]: https://img.shields.io/docker/build/jasonheecs/alpine-ruby.svg
[docker-hub-link]: https://hub.docker.com/r/jasonheecs/alpine-ruby/
[travis-badge]: https://travis-ci.com/jasonheecs/docker-alpine-ruby.svg?branch=master
[travis-link]: https://travis-ci.com/jasonheecs/docker-alpine-ruby