Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbackowski/docker-ruby-ci
Dockerfile for CI (continuous integration) based on official ruby docker image with: ruby, nodejs, google chrome.
https://github.com/dbackowski/docker-ruby-ci
docker dockerfile nodejs phantomjs ruby
Last synced: 11 days ago
JSON representation
Dockerfile for CI (continuous integration) based on official ruby docker image with: ruby, nodejs, google chrome.
- Host: GitHub
- URL: https://github.com/dbackowski/docker-ruby-ci
- Owner: dbackowski
- Created: 2016-10-17T19:29:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T15:58:48.000Z (about 5 years ago)
- Last Synced: 2024-11-07T20:55:13.570Z (2 months ago)
- Topics: docker, dockerfile, nodejs, phantomjs, ruby
- Language: Dockerfile
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-ruby-ci
Dockerfile for CI (continuous integration) based on official ruby docker image.
## What is included?
* xvfb
* ruby (2.7.0)
* nodejs (12.14.0)
* google chrome (79.0.3945.88)Locale:
* LANG=en_US.UTF-8
* LANGUAGE=en_US:en
* LC_ALL=en_US.UTF-8Timezone: Europe/Warsaw
## Usage
```
docker run damianbackowski/ruby-ci:2.7.0 [cmd]
```