Skip to content

Latest commit

 

History

History
executable file
·
29 lines (18 loc) · 1.27 KB

README.md

File metadata and controls

executable file
·
29 lines (18 loc) · 1.27 KB

Juicymo Drone CI base image

We use this image at Juicymo when we derive new more specialized Drone CI images from it (like juicymo/drone-ruby).

Installation

Compiled Docker image can be pulled from: Docker Hub.

About

This is a base image for drone based on the phusion/baseimage, inspired by wingrunr21/drone-base.

This image currently installs:

  • wget, build-essential, git, socat, imagemagick (and associated dev packages)
  • PostgreSQL client and MySQL client (and associated dev packages)
  • sqlite dev packages
  • xvfb and phantomjs
  • nodejs
  • ruby-install and chruby
  • ruby 2.2.2

More ruby versions or other software can be added by use of additional images derived from this one instead (like juicymo/drone-ruby for Ruby CI).

See source at GitHub.