| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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| Back | FazBrowse Home | New Git URL |