Skip to content

codingforce/gitlab-ci-runner-testkitchen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

gitlab-ri-runner-testkitchen

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
  • testkitchen 1.2.1 release with fog and openstack

Run like this:

% docker run -d \
    -e CI_SERVER_URL=https://ci.example.com \
    -e REGISTRATION_TOKEN=replaceme \
    -e HOME=/root \
    -e USER=/root \
    -e GITLAB_SERVER_FQDN=gitlab.example.com \
    codingforce/gitlab-ci-runner-testkitchen

About

Docker container for a gitlab-ci runner with a fully equipped test-kitchen installation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages