Sign inSign up

onaci/gitlab-runner

By onaci

Updated 5 months ago
Archived

This is at least 2 major versions behind the latest version of GitLab, so is no longer supported

Image
0

10M+

onaci/gitlab-runner repository overview

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

Tag summary

Content type

Image

Digest

sha256:2323464be

Size

125.8 MB

Last updated

5 months ago

docker pull onaci/gitlab-runner