gitlab-ci-runner-python

This is docker image based on the Dockerfile provided by gitlabhq and codingforce.

Differences from the original:

  • no mysql
  • no postgres
  • no redis
  • switch to Ubuntu 14.04 from 12.04
  • Ruby 2.0 from Ubuntu 14.04
  • Python 2.6, 2.7, 3.3 and 3.4 (2.6 & 3.3 from Dead Snakes)
  • pip and virtualenv installed

Installation

This image is available as a Trusted Build. Import the build like this:

docker pull cardoe/gitlab-ci-runner-python

Usage

Run like this:

$ docker run \
	-d \
	-e CI_SERVER_URL=https://ci.example.com \
	-e REGISTRATION_TOKEN=replaceme \
	-e HOME=/root \
	-e GITLAB_SERVER_FQDN=gitlab.example.com \
	cardoe/gitlab-ci-runner-python

The new runner should show up in the GitLab CI interface on /runners