Sign inSign up

ufirstgroup/gitlab-ci-runner-nodejs

By ufirstgroup

Updated almost 11 years ago

Image
1

1.2K

ufirstgroup/gitlab-ci-runner-nodejs repository overview

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 [email protected] 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

Tag summary

Content type

Image

Digest

sha256:a7bf4feff

Size

312.1 MB

Last updated

almost 11 years ago

docker pull ufirstgroup/gitlab-ci-runner-nodejs