Skip to content

onaci/gitlab-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gitlab-runner

A variation on gitlab/gitlab-runner that is able to automatically register itself with GitLab when it is created.

Testing

Make any modifications you need, then build the image and run a container locally:

$ docker build . -t onaci/gitlab-runner:dev
$ ./start_local_runner.sh \
	--image onaci/gitlab-runner:dev \
	https://git.ona.im/ "runner-token"

Publishing a new image

Build the image with the right tag, and push it to Docker Hub:

$ docker build . -t onaci/gitlab-runner:alpine
$ docker push onaci/gitlab-runner:alpine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published