This is at least 2 major versions behind the latest version of GitLab, so is no longer supported
10M+
A variation on gitlab/gitlab-runner that is able to automatically register itself with GitLab when it is created.
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"
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
Content type
Image
Digest
sha256:2323464be…
Size
125.8 MB
Last updated
5 months ago
docker pull onaci/gitlab-runner