Skip to content

ufirstgroup/gitlab-ci-runner-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 

Repository files navigation

gitlab-ci-runner-nodejs

This is docker image based on the Dockerfile provided by gitlabhq. See https://github.com/gitlabhq/gitlab-ci-runner/blob/master/Dockerfile by Sytse Sijbrandij sytse@gitlab.com for the original.

Differences from the original:

  • no mysql
  • no postgres
  • no redis
  • current stable node.js with npm, phantom.js, grunt-cli, bower, jshint and jsxhint

Installation

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

docker pull ufirstgroup/gitlab-ci-runner-nodejs

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 \
    ufirstgroup/gitlab-ci-runner-nodejs

About

Runner for gitlab-ci with a fresh node.js, npm and phantom.js install

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%