Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 513 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 513 Bytes

Ruby CI

Docker Hub

Based on a CircleCI image, but adds QT4 and FFPMEG and nodejs/yarn.

Current Image: esparklearning/ruby-ci:2.6.3

To build a new image:

We base our versions on Circle CI's Ruby images. Update the Dockerfile accordingly and, once it builds, run:

  1. docker build -t ${VERSION} .
  2. docker tag ${VERSION} esparklearning/ruby-ci/${VERSION}
  3. docker push esparklearning/ruby-ci:${VERSION}