Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1022 Bytes

File metadata and controls

22 lines (17 loc) · 1022 Bytes

Docker image of a GitLab CI Runner to run builds using GCC5 and Python2 on Ubuntu 14.04.

Docker image with GitLab CI Runner, which can run builds for C++, Python and Fortran.

How to use

Example of Docker Compose file (docker-compose.yml)

CPFRunner:
  image: nabbelbabbel/gitlab-cir-ubuntu-gcc5-python2:latest
  environment:
    - CI_SERVER_URL=<enter gitlab-ci url here>
    - RUNNER_TOKEN=<enter runner token here>
    - RUNNER_DESCRIPTION=<name the runner>
  restart: always

More information